How to report a success case into Adobe AIR gaming showcase

Hello all!
I've been following during months the progression of the Adobe AIR showcase, wondering why it was so reduced. Adobe AIR is a fantastic framework and after being able to develop a puzzle game and to publish it on App Store and Google Play without problems, I was confused, many people have to be developing on AIR for sure, so why is the list so small? I think because there is no an easy way of contacting Adobe in order to add new cases. Does anyone know how to do it?

Thanks very much for your answer! I will try to find anyone on Adobe interested on spreading AIR... By the way if someone can guide me to the right people I would be very pleased

Similar Messages

  • Hi, can anyone please tell me how to install the Nik collection into Adobe Photoshop CC 2014.2.1

    Hi, can anyone please tell me how to install the Nik collection into Adobe Photoshop CC 2014.2.1 ?

    Glad I could help. Thanks for letting me know I did.
    Gene

  • How to save the form data into adobe db?

    Hi All,
    How to save the form data into adobe db?
    I have designed one xdp file.
    Through processFormSubmission(), I got the submitted form data as Document obj.
    Then I have called the workflow kickoff program.
    code:
    InvocationRequest request = myFactory.createInvocationRequest ("myprocessname", //Specify the long-lived process name
    "invoke", //Specify the operation name
    params, //Specify input values (HashMap obj)
    false); //Create an asynchronous request
    It successfulyy started the workflow, but the submitted form data is not saved anywhere.
    And also, How get the form data from tables?
    Please provide the solution for the above.
    Thanks in advance.
    Regards,
    Saravanan G

    You need to create a process variable of type IN if you want to be able to pass data to your process. Then the params parameter (HashMap) contains a list of all the IN variables with their content that you want to pass to your process. They key is the name of the variable and the value the content. That way you should get it in your process.
    Now LiveCycle will create a column in the database for every process variable, so the content will be saved in the database just by creating that process variable.
    Jasmin

  • How to Enable Auto Update functionality in  adobe AIR application?

    Hi All,
         How to Enable Auto Update functionality in  adobe AIR application and ask for new version to install to user.
         Please provide some informarion regarding above topic.
    Thanks,
    Sunil Rana

    Hi All,,
    Got solution. call checkUpdate() function in application level initialize event.
    private function checkUpdate() : void
                    appUpdater.updateURL = "http://www.aa.com/flex/aa/NativeUpdater.xml";
                    appUpdater.addEventListener(UpdateEvent.INITIALIZED, updater_initializedHandler);
                    //we can hide the dialog asking for permission for checking for a new update;
                    //if you want to see it just leave the default value (or set true).
                    appUpdater.isCheckForUpdateVisible = false;               
                    //we initialize the updater
                    appUpdater.initialize();   
                 * Handler function for updater_initializedHandler events triggered by the ApplicationUpdater.INITIALIZED
                 * @param updater_initializedHandler
                protected function updater_initializedHandler(event:UpdateEvent):void
                    //initializeHandler();
                    appUpdater.checkNow();
    In NativeUpdater.xml
    <?xml version="1.0" encoding="utf-8" ?>
    <update xmlns="http://ns.adobe.com/air/framework/update/description/1.0">
         <version>2.0</version>
          <url>http://www.aa.com/flex/aa/AutoUpdate.air</url>
         <description>
         <![CDATA[                 * This a Win update
          ]]>
          </description>
    </update>
    Upload NativeUpdater.xml file on your Server. When you open your old .air file it will ask for replace with new version.
    Thanks,
    Sunil Rana

  • How to convert my words file into Adobe

    I have many files on Window 7 can it be converted into Adobe for printing and email services. Thanks

    Hello,
    Yes, you can convert the multiple Word files into PDF in one go.
    Just select the documents at a time and then select "convert to pdf" from the right-click menu.
    Regards,
    Anoop

  • How to play Encrypted video File In Adobe Air Video Player

    Hello Friends
                          I am making A custom video player in adobe air.in which video path comes from xml stored in ur system.but that xml contains the encrypted path of all video file.I have to make a video player in adobe air which First Decrypt that enncryped file to get original FLV files and then play them.I mean All the decryption logic is implemented at our side(Action Scripting).So can And Any body please guide me that is there any Flash/Flex Inbuilt Api for Decryption.If Yes Then Please Guide me,Its very Intersting and new task.I am Attaching the pictorial view for that.
    Thanks And Regards
        Vineet osho

    Guys
               i am giving more information about this tool.hope it will clear more picture.i have to use DRMManager class for decrypting that video file.
    here is the link i am following.
    http://help.adobe.com/en_US/AIR/1.5/devappsflex/WS5b3ccc516d4fbf351e63e3d118676a5be7-8000. html
    after that i also follow the link:-
    http://www.ezdrm.com/html/Adobe/FMRMS/about_FMRMS.asp
    i have to make almost similar application just like adobe media player.So please give me any idea about what to do and how to start the application in adobe air.
    Thanks And Regards
      Vineet Osho

  • How to run mxmlc from within an Adobe AIR application

    Hi. I'm at the planning stages of writing an Adobe AIR application that needs to be able to run the mxmlc Flex compiler from within. I don't know if this is possible, but if it is, then there are 2 things I don't know how to do:
    1) I don't know what classes to use to execute mxmlc from within my AIR application;
    2) I don't know how to register a listener to such so that the application will know when mxmlc has finished its execution.
    Any help on this would be immensely appreciated. Thanks in advance.

    There is a detailed article on Runtime
    [url http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps_p.html]here

  • How to enable hardware acceleration in desktop Adobe AIR app

    Hello,
    As the author of this post How do I enable hardware acceleration in an air exe? , I am trying to enable hardware acceleration inside my AIR application
    If the user has disabled hardware acceleration in his flash player's settings, context3d.driverInfo will say "Hw_disabled=userDisabled"
    His only way to re-enable it is to open Internet Explorer or Firefox and right click on a flash content, then check "Enable hardware acceleration"
    I (we) would like to be allowed to re-enable it directly inside the AIR app (via actionscript code) and not telling the user to open a browser and check some random checkboxes (cause you know it's not very user-friendly...)
    A bug has been opened here Bug#3843535 - Disabling Hardware Acceleration in IE flash plugin disables it in AIR EXEs and is marked as fixed but nothing is fixed : there's still no way to enable hardware acceleration in desktop AIR application
    Thanks

    Hello,
    I pushed to get this bug fixed and was under the impression that we addressed this back in v16.  Can you share a sample app so I can have our team take a look?
    Thanks,
    Chris

  • How to center  mx:window Component in adobe air

    Hello Friends
                        i am making a simple application in adobe air 2.0 .In this application i made a seprate window on some button click.but every time it open with random positoning i just want to center that window component.if any body having any idea then please guide me.
    Thanks and regards
       Vineet Osho

    This depends on the type of server from which you are downloading the files. For example, if you are downloading the files from an HTTP server, and the server provides "Last-Modified" values in the HTTP response headers, you could use the following ActionScript code to determine those values:
    var urlReq:URLRequest = new URLRequest("http://www.example.com/");
    var urlStream:URLStream = new URLStream();
    urlStream.addEventListener(HTTPStatusEvent.HTTP_RESPONSE_STATUS, statusListener);
    urlStream.load(urlReq);
    private function statusListener(event:HTTPStatusEvent):void
        for each(var header:URLRequestHeader in event.responseHeaders)
            if(header.name == "Last-Modified")
                trace(header.value);

  • How about an update install that updates Adobe Air first?

    It's exasperating to deal with all the annoyances of managing CC updates. Yesterday I had to confirm my login three different times for CC applications, and that's a particular hassle since I use a strong password that I have to look up. Adobe Muse updates are very annoying since they trigger a separate install dialog for Adobe Air and that frequently means shutting down not only the file I opened that triggered the update notification, but also shutting down a Muse update in progress. Can't you sequence the notices so that Adobe Air updates get installed first? Sometimes the Adobe Air update does show up first, but frequently not. Or I get two competing dialogs to install Adobe Air.

    Thanks for your feedback! We are aware of these conflicts caused with the CC Application Manager due to the fact that Muse is an Air application. Please refer to the following thread - http://forums.adobe.com/thread/1253307.
    We do have plans to address these inconsistencies in one of our upcoming Muse releases. Sorry about the inconvenience!
    Thanks,
    Vinayak

  • How do I find if I have Adobe AIR installed on my Mac?

    When I dp a Spotlight search for 'Adobe AIR' I find "Adobe AIR Application Installer.app", "Adobe AIR Uninstaller.app", and "Adobe Flash Player Install Manager.app" in the Utilities folder. I don't find anything else.about AIR anywhere else on my Mac so I don't know if I ever installed it. Please help. Thank you.

    OSX 10.6.x is Snow Leopard.
    Click on the Apple icon in the Top Menu then choose 'About this Mac' and the version is shown.
    Stefan

  • How do I download a font into Adobe Elements 13?

    How do I download petitfont size 95 into my Adobe Elements 13?

    I found it. Ordered Adobe Elements 13 book today for $30. Hopefully,
    that'll do the trick as to my learning!
    Anne Buchanan James
    Writer
    Pensacola, FL 32507
    [email protected]
    annejamesbooks.com

  • I have a folder containing 20 PDF files in it How do get all 20 files into adobe reader ?

    I am not wanting to view all 20 files at once , I just want to scroll through each page to view them without having to go out of adobe reader each time to reopen it to view each file one at a time ,HELP!!!!!

    As suggested above, you can either:
    1. Combine the files into a single file in Acrobat, or
    2. Create a PDF Portfolio of these 20 files in Acrobat

  • How to get player's score with Adobe's Gaming SDK GameCenter ANE

    Hi! I need your help with something that should be super easy, but I really couldn't find anywhere.
    How do I get local player's highscore with adobe's gamecenter ane, from Gaming SDK? There is a requestScores, but in the only parameter it would make sense to specify the player type (playerScope:String) I only have 2 options to specify (Friends or Global). No option for Local. Default is global..
    When using GameCenter, I want to show the player when he beats his own GameCenter's highscore, and print the current highscore on a results screen when he doesn't beat it. But I can't find anywhere how to get it through this ANE.

    Hi Decco, I would like to show only the player's highscores inside my game, for each leaderboard.
    4morrone, I have the highscore stored in the device, but I would prefer if the player could see his highscores in any device he is logged in. Or if he re-installed the app, for example. When the player beats a level with a new highscore I show him a "New Highscore" screen, which wouldn't be so cool if the local highscore doesn't match his GameCenter score.
    I mean, Its not a really big problem, but I thought it would be easy. It's kind of strange that there is a function to get friends scores, global scores, but not local player's scores (which is a more important information), why would I get friend's GameCenter scores, if I can't compare them to the player's GameCenter score.

  • How to get remote file properties in Adobe AIR

    Hi Folks,
    I am developing a desktop application in AIR wherein we have a requirement for Live Update. I need a mechanism by which I can check the last modified date time of a file and if a new version is available, I need to download it.
    I am able to download the file from remote server. But the main issue is reading the last modified date time. Is there any way to get this information in AIR.
    Any help/suggestions would be highly appreciated.
    Thanks,
    Hitesh Patel (India)

    This depends on the type of server from which you are downloading the files. For example, if you are downloading the files from an HTTP server, and the server provides "Last-Modified" values in the HTTP response headers, you could use the following ActionScript code to determine those values:
    var urlReq:URLRequest = new URLRequest("http://www.example.com/");
    var urlStream:URLStream = new URLStream();
    urlStream.addEventListener(HTTPStatusEvent.HTTP_RESPONSE_STATUS, statusListener);
    urlStream.load(urlReq);
    private function statusListener(event:HTTPStatusEvent):void
        for each(var header:URLRequestHeader in event.responseHeaders)
            if(header.name == "Last-Modified")
                trace(header.value);

Maybe you are looking for