SDK now?

Is the sdk meeting for the iphone going on now? I'm in the UK and a little confused. Also, will it be available later today?

Note Apple never said it was a conference about the SDK. Just everybody assumes that will be part of it.
Edit: http://www.iphonematters.com/article/iphonesdk_availabletoday/
http://www.macworld.com/article/132376/2008/03/liveupdate.html
Message was edited by: DaVBMan

Similar Messages

  • AE CS5 and SDK now available!

    Hi all,
    Just wanted to give you a heads up that After Effects CS5 is now publicly available for download, both the 30-day trial, and the retail download:
    http://www.adobe.com/go/tryaftereffects
    We've also publicly posted the initial release of the AE CS5 SDK:
    http://www.adobe.com/devnet/aftereffects/
    Enjoy, and happy coding!

    Hi,
    I have just downloaded the Windows copy. It looks like it now allows remote administration, which is cool. However, I found out that it does not install itself as a Windows service! Is it possible to install it as a Windows Service?
    BTW, I think 'Sun ONE AppServer 8' sounds better that 'Java System Application Server 8' :P
    Sincerely,
    Sergei Batiuk.

  • New iOS Beta2 SDK now available

    We've recently released a beta2 version of the Mobile Services iOS SDK with offline support. See the
    changelog for a list all changes in this release.
    We've added a lot of new features, including:
    - Support for incremental sync (breaking change to pullWithQuery method signature)
    - Query parameters for pull operations
    - Soft delete support
    - Force purge of local data
    Get new SDK
    To use the new SDK, delete your existing Mobile Services framework, and add the
    new beta2 iOS SDK. Or, you can try a new Todo List sample by following the
    updated offline tutorial.
    Update calls to pullWithQuery
    Once you have updated to the new SDK, your project will fail to compile because of a change to the signature of pullWithQuery, which now takes a queryID as a parameter.
    Each time a pull operation retrieves new results, the SDK saves the query ID and the most recent updated timestamp of the result. Incremental sync uses this timestamp to pull only those records that have been added or modified since the last sync. The query
    ID should be a descriptive string that is unique for each logical query in your app. To opt-out of incremental sync (which is potentially inefficient), pass nil as the query ID.
    So, calls to pullWithQuery should now be similar to the following:
    [self.syncTable pullWithQuery:query queryId:@"allTodoItems" completion:^(NSError *error) { /* ... */ } ];
    Update Data Model
    The new incremental sync feature also requires a few changes to system tables in the Core Data store. If you haven't yet released your app and you have synced all of your data to your mobile service, the easiest way is to uninstall your app, then update
    your SDK and data model. The data model changes are listed below.
    Alternatively, you can use
    lightweight Core Data migration to upgrade to a new data model. Download
    this model definition for a sample todo app as the basis for a new model.
    Model changes
    In MS_TableOperations, add a new attribute:
      - tableKind of type Integer 16
    In MS_TableOperationErrors, add two new attributes:
      - tableKind of type Integer 16
      - operationId of type Integer 64
    Add a new Entity named MS_TableConfig with the following attributes:
     - id of type String
     - table of type String
     - key of type String
     - keyType of type Integer 64
     - value of type String
    If you have any questions about offline sync or the new beta2 SDK, please post here!

    You’re correct that you cannot use fetchLimit and fetchOffset if you are using incremental sync. Essentially the SDK is managing the batching behavior for you, and we have currently hardcoded a batch size of 50. If you need to limit the actual size
    of the full query results, I recommend using the query itself, such as limiting the date range of records retrieved. Alternatively, you can add code in the backend to put a hard limit on query result size, regardless of how many skip and top requests come
    from the client. 
    Our new sample always queries the server when online, but by default all reads will only go to the local store. You have to explicitly call pull or push in order to make a server request.

  • Availability of new J2EE 1.4 SDK

    I am pleased to announce availability of new J2EE 1.4 SDK. You can download this today from http://java.sun.com/j2ee/1.4/download.html
    J2EE SDK now includes App Server Platform Edition 8.2 (SJSAS PE 8.2) delivering a rich application deployment environment that is highly available and scalable. It dramatically lowers total cost of ownership proven by the latest SPECjAppServer2004 benchmarks on Sun T2000 CoolThread Server ($86/JOPS for application tier running on SJSAS PE 8.2, Solaris 10, and MySQL5.) The new release greatly improves Web Services performance by a factor of 2 to 4 through the inclusion of FastInfoset and support for latest technologies such as AJAX clients and Java database, based on the Apache Derby to decrease the development cycle time of Web 2.0 interactive applications and maximize developer productivity.
    The Sun Java System Application Server PE 8.2 is fully integrated with NetBeans 5 by providing an out of the box environment for development, deployment and debugging of Web and enterprise applications and extends its advocacy for open source by supporting RedHat Linux 4, MySQL 5 and Apache Derby.
    Below are highlights of Sun Java System Application Server Platform Edition 8.2
    * J2EE 1.4 compatible
    * Outstanding developer experience with NetBeans 5 and improved deployment speed, runtime footprint and server start up time. NetBeans 5.0 includes App Server 8.2 as a default J2EE runtime.
    * Superior throughput performance and better scalability supporting multi core/ multi threaded architecture.
    * Fast Infoset support improves webservices performance multiple folds.
    * App Server 8.2 bundles deployment ready Derby database making it possible to develop and deploy end to end J2EE application.
    * App Server 8.2 adds support for Red Hat 4 and My SQL 5.
    * In built JMS resource adapter makes connectivity with backend systems even more easier. Application Server 8.2 adds out of box connectivity for IBM MQ Series and Sun's MQ Server.
    * Enhanced J2EE 1.4 blueprints including demonstration of using Web 2.0 technologies like AJAX with App Server 8.2
    * JavaServer Faces Support: Developers can quickly build web applications by: assembling reusable UI components in a page; connecting these components to a data source; and wiring client-generated events to server-side event handlers.
    * Improved Administration Console:
    App Server 8.x admin console adds new look and feel with capabilities like JNDI namespace browser, JDBC Connection Validation, Deployment Descriptor Viewer, Error log viewer and improved monitoring.
    * Web Services Security: Container message security mechanisms implementing message-level authentication (e.g. XML digital signature and encryption) of SOAP web services invocations using the X509 and username/password profiles of the OASIS WS-Security standard.
    * JavaServer Pages Standard Tag Library 1.1 Support: the library encapsulates core functionality common to many JSP applications.
    * Bundled J2SE 5.0_06
    Sun Java System Application Server Platform Edition is free for development and deployment. Sun support is offered at an additional cost.
    Useful Links and pointers:
    - Download bits from http://java.sun.com/j2ee/1.4/download.html
    - SPECjAppServer2004 benchmark results demonstrating Sun's price/performance strengths. http://www.spec.org/jAppServer2004/results/res2005q4/jAppServer2004-20051109-00023.html
    - Stay connected with open source development of Application Server 9 on Project Glassfish via The Acquarium
    http://java.sun.com/javaee/glassfish/
    http://blogs.sun.com/roller/page/theaquarium
    - Migrate to Sun Java System Application Server 8.2 today !
    http://java.sun.com/j2ee/tools/migration/index.html
    Fast Infoset whitepaper
    http://www.sun.com/software/whitepapers/javaenterprisesystem/web_services_performance.pdf
    More Information at http://java.sun.com/javaee
    Thanks,
    - Pratik
    Product Line Manager
    Application Platform Products
    Sun Microsystems Inc.

    I couldn't get SAS8 to install using JRE 5. I have, however, succeeded in getting an application client to run with the latest JDK. If the client and server JRE differ, you've got to assign a serialVersionUID to any custom classes that will be passed back and forth.

  • Need CS Sdk Reference Help

    Hi All,
    I am developing Indesign Extension application using flex 3.4 sdk.
    now i am facing problem with adding a page in document. i need following helps.
    1. where i can get the complete api reference for docuument and page classes.
    2) Where i can able to see the working examples.
    Please suggest me.

    Here's the best reference you are going to find for the InDesign DOM:
    http://www.jongware.com/idjshelp.html
    And here's an online version:
    http://jongware.mit.edu/

  • Webi document prompts order from Java SDK does not refresh correctly?

    Hi
    I'm developping a standalone command-line Java program which will schedule a report with custom prompt values.
    I am having a problem with Webi prompts ordering acquired from the SDK.
    We are running BO XI R2 SP4 under Windows on Tomcat servers.
    Here is the problem:
    I have a Webi report called "Articles Racines" in a "Tests SDK" directory.
    This report uses two prompts named "Type Article :" and "Code Marque :" (in this order).
    Java SDK (code below) returns the right prompts in the right order.
    Now, in Infoview, I modify the report in order to change the order of the prompts (in the "Properties" tab) making "Code Marque :" the first and "Type Article :" the second one and save the changes.
    When I run the report, prompt order has changed but the prompts retrieved from the Java SDK are still in the old order.
    I noticed that if I update the name of both prompts, the prompts retrieved from the SDK now are in the right order (with the updated names).
    Am I doing something wrong? Is it a known issue?
    Thanks in advance.
    Guillaume
    PS : I am aware that "select *" are very bad but I am still in research stage of developpment.
    TestsScheduler.java:
    import java.util.Iterator;
    import java.util.List;
    import java.util.StringTokenizer;
    import com.businessobjects.sdk.plugin.desktop.webi.IWebi;
    import com.businessobjects.sdk.plugin.desktop.webi.IWebiPrompt;
    import com.crystaldecisions.sdk.exception.SDKException;
    import com.crystaldecisions.sdk.framework.CrystalEnterprise;
    import com.crystaldecisions.sdk.framework.IEnterpriseSession;
    import com.crystaldecisions.sdk.framework.ISessionMgr;
    import com.crystaldecisions.sdk.occa.infostore.IInfoObject;
    import com.crystaldecisions.sdk.occa.infostore.IInfoObjects;
    import com.crystaldecisions.sdk.occa.infostore.IInfoStore;
    public class TestsScheduler {
         public static void main(String[] args) {
              String cms = "XXX";
              String username = "XXX";
              String password = "XXX";
              String authentification = "secEnterprise";
              String reportPath = "/Tests SDK/Liste des racines";
              try {
                   ISessionMgr sessionManager = CrystalEnterprise.getSessionMgr();
                   IInfoObjects objects;
                   // Connexion
                   System.out.println("Connexion à "+ username +"@"+ cms +" ("+ authentification +") en cours...");
                   IEnterpriseSession session = sessionManager.logon(username, password, cms, authentification);
                   System.out.println("Connecté à "+ session.getCMSName());
                   // Récupération de l'infoStore
                   IInfoStore infoStore = (IInfoStore) session.getService("InfoStore");
                   // Récupération des informations d'un report
                   StringTokenizer st = new StringTokenizer(reportPath, "/");
                   int reportID = 0; // Le dossier "Dossiers Publics" est la racine (/)
                   IInfoObjects infoObjects;
                   IInfoObject infoObject;
                   do {
                        String token = st.nextToken();
                        System.out.println("Recherche de l'objet '"+ token +"' en cours...");
                        infoObjects = infoStore.query("select * from CI_INFOOBJECTS where SI_NAME = '"+ token +"' and SI_PARENTID = '"+ reportID +"'");
                        if(infoObjects.size() != 1) {
                             throw new Error("Le dossier SI_ID='"+ reportID +"' possède "+ infoObjects.size() + " fils nommés '"+ token +"'.");
                        infoObject = (IInfoObject) infoObjects.get(0);
                        reportID = infoObject.getID();
                        System.out.println("Trouvé l'objet SI_ID='"+ reportID +"' nommé '"+ infoObject.getTitle() +"'.");
                   } while(st.hasMoreTokens());
                   if(infoObject instanceof IWebi) {
                        IWebi webi = (IWebi) infoObject;
                        List prompts = webi.getPrompts();
                        System.out.println("Le rapport Webi possède "+ prompts.size() +" invite(s).");
                        for(Iterator itPrompts = prompts.iterator(); itPrompts.hasNext();) {
                             IWebiPrompt prompt = (IWebiPrompt) itPrompts.next();
                             List values = prompt.getValues();
                             System.out.println("     L'invite '"+ prompt.getName() +"' possède "+ values.size() +"' valeur(s).");
                             for(Iterator itValues = values.iterator(); itValues.hasNext();) {
                                  Object value = itValues.next();
                                  System.out.println("          Valeur='"+ value +"'.");
                   // Déconnexion
                   System.out.println("Déconnexion en cours...");
                   session.logoff();
                   System.out.println("Déconnecté");
              } catch(SDKException e) {
                   throw new Error("Erreur lors de la connexion : "+ e.getMessage());
    Edited by: Guillaume L on Dec 10, 2008 3:22 PM

    Here's the reason why:
    Web Intelligence document prompting is handled properly if you open the doc using the ReportEngine Java (REBean) SDK.
    When you set prompts and schedule, you'd first open the doc using REBean, set the prompts, then copy over the prompt values you've set to the IWebi you're scheduling using the PromptsUtil.populateWebiPrompts(...,...) helper method.
    So the InfoObject IWebi doesn't know about the actual ordering of the prompts in the document itself - it's just receiving the prompts in order as it's fed from PromptsUtil.
    It's not recommended to assume that the IWebi.getPrompts() will return a non-empty collection.  The Web Intellligence document must be first opened in ReportEngine and the prompting values set using PromptsUtil to fill the collection.
    Sincerely,
    Ted Ueda

  • Project build iOS sdk

    Hi,
    I'm building my first iphone/ipad app and I have seen in tutorials saying that we should use the latest sdk to build our project and set the deployment sdk as we need(may be an older version).
    So according to this since ios 6 is available now, is that what we should use as build sdk now? at the moment I have 5 set as build sdk.
    Doesn't xcode(i'm using 4.4.1) automatically download sdk 6 or Do I need to upgrade it to ios 6 and set it as the build sdk.
    Thanks

    If you look at build settings you should notice that the word 'Latest' is used as the highest SDK available with the version of Xcode you're using. Yes, you should always set Base SDK to 'Latest'.
    However, Xcode 4.4.1 didn't come with iOS 6, so to use it as 'Latest', you'll need Xcode 4.5.
    Download it from the Mac App Store.

  • Creating Users in Content Management SDK Manager

    I´ve installed Content Management SDK , now i want to create users trough the manager, when im filling the fields for the user creation, there is a field named (Credential Manger or Gestor de Credenciales in Spanish) but in this field there isnt values to select, so i cant select Ifs as credential manager, anyone knows why??
    thanks

    hi,
    goto admin applet -> user admin --> Add --->enter deatils of User like name/full name/password/corm password/e mail addrsss(This is for the workflow purpose).Suer local automatically selected either Local/ Global .
    Then goto next TAB ROles in which you have select the roles (Admin/Contributor/guest/reviewer/sysmanager) select any one of the roles. if you select the admin you would get the adminstartion tab in the left navigation. So basing on the role you have selected you would get the permission to access content server.
    Finish close that window open the new window http://server ip/idc
    give the username/password
    i think this would solve your problem.
    Regards & thanks,
    Nirmala Vijaya Sekhar Varre

  • RFC Windows SDK compile error

    Hello.  I downloaded the RFC SDK for Windows (RFC_23-20000056.SAR) and I am attempting to compile some example code I found out on the Web.  I am NOT a C+/C person so I am new to the build process and requirements for linking, etc..  I am using Bloodshed Dev-C+ to edit, compile and build and I am running into the following errors with 'undefined references' to RFC methods:
    ++++++++++  LOG OUTPUT  ++++++++++++++++++++++++++++++
    Compiler: Default compiler
    Building Makefile: "C:\DEV\RFC_Test_console\Makefile.win"
    Executing  make...
    make.exe -f "C:\DEV\RFC_Test_console\Makefile.win" all
    g+.exe -c main.cpp -o main.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include"  -I"C:/Dev-Cpp/include/c/3.4.2/backward"  -I"C:/Dev-Cpp/include/c/3.4.2/mingw32"  -I"C:/Dev-Cpp/include/c+/3.4.2"  -I"C:/Dev-Cpp/include"  -I"C:/DEV/RFC_Test_console/rfcsdk/include"  
    g++.exe main.o  -o "RFC_Test_console.exe" -L"C:/Dev-Cpp/lib" -L"C:/DEV/RFC_Test_console/rfcsdk/lib"  rfcsdk/bin/librfc32.dll 
    main.o(.text+0x1ad):main.cpp: undefined reference to `ItCreate@16'
    main.o(.text+0x203):main.cpp: undefined reference to `RfcOpen@4'
    main.o(.text+0x23e):main.cpp: undefined reference to `RfcCall@16'
    collect2: ld returned 1 exit status
    make.exe: *** [RFC_Test_console.exe] Error 1
    Execution terminated
    +++++++++++++  END LOG OUTPUT  +++++++++++++++++++++++++
    I have my Dev-C++ project include directory set to ..\rfcsdk\include and my project lib directory set to ..\rfcsdk\lib.
    Here is my code:
    #include <cstdlib>
    #include <iostream>
    #include <vector>
    #include "saprfc.h"
    #include "sapitab.h"
    using namespace std;
    int main(int argc, char *argv[])
        static RFC_ENV            new_env;
        static RFC_OPTIONS        rfc_opt;
        static RFC_CONNOPT_R3ONLY rfc_connopt_r3only;
        static RFC_PARAMETER      exporting[1];
        static RFC_PARAMETER      importing[1];
        static RFC_TABLE          tables[1];
        RFC_HANDLE                handle;
        RFC_RC                    rc;
        char *                    exception_ptr;
        ITAB_H                    ltab;
        char                      lst[100];
        char *                    lpt;
        int                       line, lnr, len;
        //Objects for data retrieval
        struct apr_rule
          int product_key_1;
          int product_key_2;
          double alpha_1;
          double alpha_2;
          double gamma;
          std::string operation;
       //std:: vector<apr_rule>          APR_VEC;
       rfc_opt.client   = "003";
       rfc_opt.user     = "FRESINA";
       rfc_opt.language = "EN";
       rfc_opt.password = "init21";
       rfc_opt.trace    = 0;
       rfc_opt.mode     = RFC_MODE_R3ONLY;
       rfc_opt.connopt = &rfc_connopt_r3only;
       rfc_connopt_r3only.hostname = "ld1051.wdf.sap.corp";
       rfc_connopt_r3only.sysnr = 9;
       ltab    = ItCreate( "BARMI", 100, 0, 0 );
       importing[0].name = NULL;
       exporting[0].name = NULL;
       tables[0].name = "A";
       tables[0].nlen = 1;
       tables[0].type = TYPC;
       tables[0].ithandle = ltab;
       tables[0].leng = 100;
       handle = RfcOpen( &rfc_opt );
       if( handle == RFC_HANDLE_NULL )
            return 1;
    Install error handler
        //new_env.allocate = NULL;
        //new_env.errorhandler = rfc_error;
        //RfcEnvironment (&new_env);
       rc = RfcCall (handle,
                          cU("RFC_SYSTEM_INFO"),
                          exporting,
                          tables);
        if (rc != RFC_OK)
            //rfc_error (cU("RfcCall"));
        return EXIT_SUCCESS;
    Any ideas why this won't compile?  I have also tried the sample code in the SDK (sapinfo.c) and this will not compile as it has an issue with the printfU() macro and a statement around '_MSC_VER'.
    Thanks.
    Anthony

    Hi,
    This problem usually occurs when you are installing from an ISO build for a different architecture.
    Windows SDK now have different ISO’s for different architectures. Please download the correct ISO based on your system platform and architecture type.
    Karen Hu
    TechNet Community Support

  • Unable to download J2SE SDK from sun website

    Whenever I try to download the J2SE SDK from sun at the following URL
    http://java.sun.com/j2ee/1.4/download.html
    I get a Fatal Exception error. I figure it is a bug in the Sun website so I was wondering if anyone knows another site that I can download it from. Any help will be apreciated. Thanks in advance

    That is not the Java SDK (now called the JDK) download, it's the Java Enterprise Edition. You don't want it, there isn't a problem with the website.
    Get the J2SE 5.0 from http://java.sun.com/

  • Which Macs will run the IPhone SDK

    I Got spooked.
    'Turns out my PowerPC processor won't allow the IPhone SDK to install even though it doesn't give me any message indicating so.
    So I have to buy another machine and want to make sure it will run the IPhone SDK
    How about Intel Atom Processor N270 1.6GHz single core?
    Thank you so much. Answers to other questions have been very helpful.
    Jerry

    Sorry Orange,
    You answered about the duel core. I am now asking about a different machine. I am hoping to get answers about several so that it can also be helpful to others.
    Thanks tod,
    That's helpful. Since I am running 10.5.5 on a real Mac and it won't take IPhone SDK now I am wondering just what will take it.
    So now I know the Intel® Atom Processor® N270 in the Dell Inspirion minis won't.
    Will the IPhone SDK only run in a machine built by Apple and after they started to use Intel?
    Jerry

  • Windows sdk installation error for 64 bit OS

    Whiel i try to install windows SDK for 64 bit OS , i receive following error
    Setup could not find the file WinSDK_amd64\WinSDK_amd64.msi at any of the specified source locations
    Please help me to resolve this issue.
    Regards,
    Rahul

    Hi,
    This problem usually occurs when you are installing from an ISO build for a different architecture.
    Windows SDK now have different ISO’s for different architectures. Please download the correct ISO based on your system platform and architecture type.
    Karen Hu
    TechNet Community Support

  • Avoid Printer selection Dialogue box when printing Crystal report in JAVA

    Hi i am calling crystal report in my servlet using Report Client Document SDK, now i want to print the report directly to the default printer set without selecting the printer from the select printer dialogue box. In other words want to avoid the select printer dialogue box from appearing . Can any body suggest me how do i do this .
    Any suggestions appreciated.

    In javascripting the code is
    function Print()
    if (document.all)
    WebBrowser1.ExecWB(6, -1) //use 6, 1 to prompt the print dialog or 6, 6 to omit it;
    WebBrowser1.outerHTML = "";
    <object ID="WebBrowser1" WIDTH="0" HEIGHT="0"
    CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2">
    But the above code does not work in windows XP SP2.... and i cannot restrict my clients OS.
    where as C#,ASP.NET  provides the functionality to print directly to printer as
    The ReportDocument class provides PrintToPrinter method that may be used to print a CR direct to the printer. If no printer is selected, the default printer will be used to send the printing pages to.
    The PrintToPrinter method takes four parameters.
    nCopies : Indicates the number of copies to print.
    collated : Indicates whether to collate the pages.
    startPageN : Indicates the first page to print.
    endPageN : Indicates the last page to print.
    The following steps will guide you to achieve the same:
    Add crystal report (.cr) file to your ASP.NET application.
    Add a report instance on the page level.
    Dim report As MyReport = New MyReport
    Populate reports data on Page_Init 
      ' Get data in a DataSet or DataTable
            Dim ds As DataSet = GetData()
            ' Fill report with the data
         report.SetDataSource(ds)
    Print Report
    report.PrintToPrinter(1, False, 0, 0)
    If you wish to print certain page range, change last two parameters From to To page number.
    If you want to set page margins, you need to create a PageMargin object and set PrintOptions of the ReportDocument.
    The following code sets page margins and printer name:
    Dim margins As PageMargins =  Report.PrintOptions.PageMargins
       margins.bottomMargin = 200
       margins.leftMargin = 200
       margins.rightMargin = 50
       margins.topMargin = 100
       Report.PrintOptions.ApplyPageMargins(margins)
       ' Select the printer name
       Report.PrintOptions.PrinterName = printerName
    Thn Why not a java SDK for Crystal report can provide such a functionality...
    Edited by: rtabassum on Mar 25, 2010 6:34 AM
    Edited by: rtabassum on Mar 25, 2010 6:36 AM
    Edited by: rtabassum on Mar 25, 2010 6:42 AM

  • How to load and display a byte array (jpeg) image file dynamically in Flex?

    My web service client (servlet) received a binary jpeg data from an Image Server. The Flex application invokes the
    servlet via HttpService and receives the binary jpeg data as byte array.  How could it be displayed dynamically
    without writing the byte array to a jpeg file?  Please help (some sample code is very much appreciated).

    JPEGEncoder is only useful for converting BitmapData to ByteArray, not the other way around.
    By the way JPEGEncoder and PNGEncoder are part of the Flex SDK now, so no need to use AS3Lib (alltough it's a good library to have around).
    To display/use a ByteArray as image, use a Loader instance with the loadBytes method.
        Loader.loadBytes(bytes:ByteArray, context:LoaderContext = null);
    Listen for the complete event on the Loader.contentLoaderInfo and get the BitmapData in the event handler.
    private function loadJpeg():void {
        var loader:Loader = new Loader();
        loader.contentLoaderInfo.addEventListener(Event.COMPLETE, loaderCompleteHandler);
        //jpgBA is the ByteArray loaded from webservice
        loader.loadBytes(jpgBA);
    private function loaderCompleteHandler(evt:Event):void {
        var t:LoaderInfo = evt.currentTarget as LoaderInfo;
        // display the jpeg in an Image component
        img.source = t.content;
    <mx:Image id="img" scaleContent="false" />

  • How to insert Keywords in a PDF file?

    Hi to all, excuse in advance for my english.
    I want insert a Keyword in the PDF properties, How can I do?
    My problem is that I already developed a plug-in with Adobe SDK 9, Can I include the XMP sdk now? and How ?
    Thanks a lot

    Excuse, I work with Visual c++

Maybe you are looking for