How to use AIR 2.7 runtime in Flash Builder 4.5.1

As you know FB 4.5.1 comes with AIR 2.6 SDK but I have to use 2.7 SDK.
So I downloaded the AIR 2.7 SDK and copied the files (folders) over to the FB installation directory (under sdks/4.5.1 folder)
I am afraid this didn't work because now my FB can't even recognize the SDK.
What am I doing wrong? Where can I get instruction to upgrade?

http://forums.adobe.com/thread/864964?tstart=0

Similar Messages

  • I would like to inquire how to use air 2.7 sdk in flash cs5.5.

    I would like to inquire how to use air 2.7 sdk in flash cs5.5.
    I have searched some solutions online and tried to copy air2.7 content in air2.6 folder(replaced the old one). I then did some efficiency tests but I don't see any improvements at all. Did I miss anything?
    Besides that, There's a display ratio problem if I publish the ipa in landscape mode. I can't interact with the program either. But it is not a problem if the ipa is published in portrait mode.

    http://forums.adobe.com/thread/864964?tstart=0

  • How to use the Google Android Emulator in Flash Builder on Windows 7?

    I want to try out Flash Builder to create an app, but I cannot find out how to use the Google Android Emulator in Flash Builder. The simulators in Flash Builder work, and the android emulator is installed correctly and can run. I just can't seem to connect them. How do I do that?

    Hi Pahup,
    Thank you for your reply!!
    I adapted an Android App using Flash CC on a Mac. I already published this App for the Apple App Store. When I published the App for Android I chose Air 3.7.xxx for Android. I also created the p12 certificate using Flash CC in the publishing settigns for Android. So my App is theoretically finished and ready for Upload.
    When I went to the Google Play Store Developer Console I had the options to
    1.) Upload APK
    or
    2.) Prepare Store Entry
    ...so I prepared the Store entry first. When I go to "APK"-Tab in the console it looks like this:
    ... it says "Upload APK" and the Button below "Get Licence Key". When I click on the license Key Button it looks like this:
    So I think I should enter this RSA-Key somehow into my App BEFORE uploading it to the Google Play Store. This is recommended when an Ap is set to be paid. My Application is set to paid.
    I did not use any kind of licensing API (until now - cause I don´t know how and what it is for)
    This is all new to me. It is the first App I want to bringt to the Android market. I really hoped it would be as easy as getting an app into the Apple App Store. I found so many step by step instructions for dummies on "How to get an Flash iOS App into the App Store plus creating all the certificates needed", so I thought it would be the same for Android. But there is no help at all at the moment. I am totally confused.
    So any help, hint or instrusction would be great!!
    By the way - this is the App I want to get into the Google Play Store

  • How to use combobox to filter datagrid in Flash Builder 4?

    Hi,
    I've been working through the TestDrive application with Flash Builder 4 and I would like to learn how to filter a datagrid using a combobox.  I've googled the subject and results for many different versions of Flash, some which look like they will take a considerable amount of time to implement.  I'm hoping with Flash Builder 4 there is a straight-forward way to do this without writing pages of code.
    I think I may be close to getting this working by passing the combobox value into a PHP script which queries the database with a WHERE clause.
    Thakns,
    David

    I was able to get the data returned from a PHP call into an array by placing the following in the service result handler:
       public var myEmployeesArray : Array;
       [Bindable]
       public var myEmployeesDataProvider : ArrayCollection;
        myEmployeesArray = mx.utils.ArrayUtil.toArray(event.result);
        myEmployeesDataProvider = myEmployeesArray[0];   //data provider for the datagrid
    Not certain how to use filterfunction yet though.  I started to read this page but need to work on it more: http://cookbooks.adobe.com/post_Using_the_to_ArrayCollection_s_filterFunction-5441.html
    I'd like to filter only one field in the ArrayCollection.
    Also, for anyone else who may be learning while reading this, I found the following page helpful in figuring out how to load the PHP service return data into an array:
    http://www.cflex.net/showFileDetails.cfm?ObjectID=415
    David

  • How can I overlay AIR 3.5 SDK in Flash Builder 4.7?

    I'm trying to overlay the new Air 3.5 sdk in Flash Builder 4.7 but the option to use specifed sdk is unavailable in the project preferences. What is the solution here?

    Hi,
    Can you please let me know whether you have overlaid it on Win/Mac?
    When you have created the mobile project what does app.xml show? for example if you have 3.5 overlaid you should be able to see something like this in app.xml
    <application xmlns="http://ns.adobe.com/air/application/3.5">
    For overlaying AIR 3.5 SDK on Flex SDK 4.6 locally following the instructions mentioned in the below url and then create a Flex Mobile project using that SDK.
    Overlay help document link : http://helpx.adobe.com/x-productkb/multi/how-overlay-air-sdk-flex-sdk.html
    Let me know if you need more information.
    Thanks,
    Hari

  • How to use TRUNC function with dates in Expression Builder in OBIEE.

    Hi There,
    How to use TRUNC function with dates in Expression Builder in OBIEE.
    TRUNC (SYSDATE, 'MM') returns '07/01/2010' where sysdate is '07/15/2010' in SQL. I need to use the same thing in expression builder in BMM layer logical column.
    Thanks in advance

    use this instead:
    TIMESTAMPADD(SQL_TSI_DAY, ( DAYOFMONTH(CURRENT_DATE) * -1) + 1, CURRENT_DATE)

  • Overlay AIR 3.3 sdk for Flash Builder on Snow Leopard

    The AIR 3.3 sdk is now a DMG, used to be a .tbz2 zip file, and there is no merge capabilities with Snow Leopard..
    How can I overlay AIR 3.3 sdk for Flash Builder 4.6 on Snow Leopard 10.6.8?
    Also I may have Lion soon so can you provide steps for FB overlay of the DMG on OSX 10.7?
    Many thanks.
    PS.I am dumbfounded there is no documentation on this by Adobe release after release? For OSX users there is an old Adobe KB article that I can't find anymore, there is a youtube video (http://www.youtube.com/watch?v=S118mZjln3I) I recommend, and a post most mac/FB users use (http://jeffwinder.blogspot.com.au/2011/09/installing-adobe-air-3-sdk-in-flash.html) and none of them remind you to use sudo before the terminal command..

    Thanks eran1976 here is the OSX 10.6.8 process that worked for me:
    1. open the 3.3 sdk DMG and copy all the files into a new emty folder called say AIR33SDK or whatever in your sdks directory
    2. asuming your current Flash Builder sdk with air3.2 or older is called 4.6.0, open terminal and run:
    3. sudo cp -Rp /Applications/Adobe\ Flash\ Builder\ 4.6/sdks/AIR33SDK/ /Applications/Adobe\ Flash\ Builder\ 4.6/sdks/4.6.0/
    4. you can now delete AIR33SDK folder if you wish
    5. open Flash Builder and change any existing project xml application files to 3.3
    5. remember to backup your 4.6.0 folder first

  • What's the difference between these to Adobe Air SKD folder locations in flash Builder 4.7?

    So I can drop AIR SDKs inside the Adobe Flash Builde 4.7 (64 Bit)/sdks folder (under 4.6.0) - as per instructions in the Starling adobe.tv tutorials, or, as per the Adobe labs docs, place them in eclipse/plugins/com.adobe.flash.compiler_4.7.0.349722/AIRSDK
    Which is right? What's the difference? Should I do both to hedge my bets?
    Thanks in advance for un-confusing me!

    As far as I know, Flash Builder uses the Flex SDK to compile applications.
    I do know that updating to certain versions of the AIR SDK (i.e. from 3.4 to 3.8), I had to copy the AIR SDK + compiler into the 'AIRSDK' folder, instead of just the AIR SDK like the download page says.
    Someone please correct me if I'm wrong.

  • Can anyone explain me how to scale the image in canvas in flash builder 4.6

    Can anyone explain me how to scale the image in canvas in flash builder 4.6, Scaling of image in component , can i get some examples ..  it should set almost all size screen

  • What Runtime is Flash Builder using when running or debugging an AIR application?

    I just updated my AIR runtime to 3.0 and noticed that my AIR application doesn't work anymore (my logfile reports an Uncaught Error #1508). So I tried to debug it with Flash Builder, but when I run it there, everything works just fine. So I uninstalled the AIR runtime completely but noticed that I can execute my AIR app within Flash Builder still just fine. So the AIR runtime used within Flash Builder seems to be a different one than the systemwide installed AIR runtime. How Do I chose within Flash Builder which runtime to use and how do I update this runtime?

    When you use Flash Builder, it uses the copy of the AIR SDK that is inside the Flex SDK. This has a complete AIR runtime that is used for debugging. You can choose which AIR runtime to use by switching to a Flex SDK that has a different version of AIR. You can update any Flex SDK by copying the new AIR SDK into it, replacing any existing AIR files. (On a Mac there are some gotcha's here because copied folders are replaced not combined.)

  • Help with using AIR 2.6 SDK in Flash Pro please

    Hello,
    I notice the air 2.5 sdk installed with a Flash Pro update.  I want to start using the 2.6 sdk, but for the love of me I cannot find simple instructions on how to do that.  I downloaded the sdk, but do I need to replace something, or install something, etc?  Can someone point me to a resource or explain exactly what I need to do so I can start using the 2.6 sdk in Flash Pro?
    Thanks in advance

    http://forums.adobe.com/thread/864964?tstart=0

  • How to put ActionScript into Catalyst project via Flash Builder?

    I don't know if this is the wrong place to put this, but I need to add some ActionScript into my Catalyst project... from what I understand, it can only be done via Flash Builder. Am I right? How?

    Hi Alex,
    To edit the code of a Flash Catalyst project, you can import it into Flash Builder as follows:
    File > Import > Flash Builder Project
    Select the FXP file from Catalyst
    Make sure "Import new copy of project" is selected, then hit Finish
    I'm not sure where you got the ActionScript code that you're planning to use, but it may be difficult to integrate into your project if it's not designed for use with Flex (a lot of AS code snippets you'll find online are just for general use in Flash, not tailored for Flex applications).  But you'll probably want to do something like this:
    Locate the image you want to make random.  If you're having trouble doing this, switch the view to Design mode, select the image with the mouse, and then switch back to Code mode to see the corresponding code highlighted.
    If there's no id attribute set on the image, add one (so you can refer to it in code later).
    If the tag is s:BitmapImage, change it to mx:Image (this is needed to make the contents dynamic)
    If the root s:Application tag doesn't have a creationComplete handler, add one (type it partway, then hit Ctrl+Space, then choose "Generate Handler").
    In the handler, add your code to randomly select an image filename.
    Then set <your image's id>.source = <filename>
    Hope that helps!
    - Peter

  • How to delete a tab from TabNavigator in Flash Builder 4.6?

    I have a RSS Reader project I have added tabNavigator to manage tabs now I am trying to delete one tab but when Running App Tab is still there.
    I have visibility False and enabled False
    Please help me!!!!

    You can use  http://labsdownload.adobe.com/pub/labs/flashruntimes/air/air3-8_sdk_sa_mac.tbz2 with FB 4.6. Below are the steps to overlay the sdk
    1. Exit Flash Builder. 
    2. (Optional) Back up the Flex SDK by copying the entire directory.
        In Flash Builder, for example, copy the directory at:
    Mac OS: /Applications/Adobe Flash Builder 4.7/sdks/4.6.0
    3. Download the appropriate AIR SDK file for your operating system e.g. http://labsdownload.adobe.com/pub/labs/flashruntimes/air/air3-8_sdk_sa_mac.tbz2,  unzip and save it on your MAC OS X.
    4. In Terminal, run the below command
    sudo ditto /path/air3-8_sdk_sa_mac /Applications/Adobe\ Flash\ Builder\ 4.6/sdks/4.6.0
    5. (Optional) To access the new AIR 3.8 APIs, update your application descriptor file to the 3.8 namespace.
    To update the namespace, change the xmlns attribute in your application descriptor to: <application xmlns="http://ns.adobe.com/air/application/3.8">
    6. (Optional) To ensure that the output SWF file targets SWF version 21, pass an additional compiler argument: -swf-version=21.
    Hope this will help.
    Regards,
    Nimit

  • How to display long text in Arabic quickly Flash Builder ?

    Hi,
    I have prepared an application for Android in Adobe Flash Builder. In application there are prayers in Arabic as a list. In app , short prayers are displaying quickly, but long prayers are displaying  after a long time. This is my problem.
    I share my project file in addition.Can  anybody help me, please?
    Note: I used SQLite database in my project as you can see and  I used a font to view prayers in Arabic.
    Prayers.zip - Google Drive

    Kaki,
    Delcare a table and getting the LONG TEXT is not the right way of doing this.
    You create a TEXT object and change the TYPE to INCLUDE TEXT. Once that is done all you have to do specify the parameters of your long text - TEXT ID, TEXT OBJECT and TEXT NAME. These are the same parameters that you use for READ_TEXT funciton. You don't have to fetch the text manually, it happens automatically.
    Make sure this is a part of the main window as this might run into multiple pages.
    Regards,
    Ravi
    Note : Please reward the posts that help you.

  • AIR Debug start failed in Flash Builder 4.5

    Hi all
    I met an error while I planing to debug a AIR project(a new empty project created by Flash Builder 4.5) .The details is when I push the debug button it popup an
    error window and said "select failed", the program can run normally,but can't be debug. I have reinstalled the FlashBuilder 4.5 and AIR many times, but always cannot start debug process.
    My operation system is Windows7 x64,AIR version is 2.6
    Could anyone help me ? thanks a lot !

    can anyone confirm if this example is the best video method for mobile. needs some extra size and position script but does work without warnings!
    <?xml version="1.0" encoding="utf-8"?>
    <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
            xmlns:s="library://ns.adobe.com/flex/spark" title="Video" viewActivate="init();">
    <fx:Script>
        <![CDATA[
            import mx.core.UIComponent;
            import org.osmf.elements.VideoElement;
        //    import org.osmf.media.MediaPlayer;
            import org.osmf.media.MediaPlayerSprite;
            import org.osmf.media.URLResource;
            //import org.osmf.net.DynamicStreamingItem;
        //    import org.osmf.net.DynamicStreamingResource;
            private function init():void{
                trace('FLVPlayerView data url = '+data.url);
                var mediaPlayerSprite:MediaPlayerSprite = new MediaPlayerSprite();
                var videoElement:VideoElement = new VideoElement();
                var urlResource:URLResource = new URLResource(data.url);
                videoElement.resource = urlResource;
                var uiel:UIComponent = new UIComponent();
                uiel.addChild(mediaPlayerSprite);
                this.addElement(uiel);
                mediaPlayerSprite.media = videoElement;  
        ]]>
    </fx:Script>
    </s:View>

Maybe you are looking for

  • HP LaserJet M2727 nf - Driver for Window-7 Page Not Found

    I go to HP.COM I click on Support, Download drivers I enter the model laserjet M2727nf and click GO I get this: 1 match found. Please select below. HP LaserJet M2727 Multifunction Printer series I click the printer name and get this: HP LaserJet M272

  • Windows installer deletes user favorites on Drive D

    Much of Windows 8.1 reinstalling Windows in a User-preferred way is great, but it can backfire, badly. Windows 8.1 Full Version (Pro) cleaned Drive C using DiskPart.exe as per usual and installed Windows 8.1 to Drive C. During installation Windows in

  • Not able to add a server into server pool

    We are managing VM setup consisting 2 VM server with Network range 10.180.10.X Series. To meet security guide We have to change DOM0 IP range from DOMU Which is 10.180.20.X. So we have added a new VM Server (The move was done to make sure no downtime

  • Labview - USB- FT2232 - SPI

    Hi, I would like to build an application with the FTDI FT2232 Chip which should communicate over SPI with an external device. I am using Labview and have implemented predefined VIs from the FTDI Webpage. I think, i have configured all important param

  • Movement type for material received at depot

    hi all, what is movement type used for receiving material(MIRO) at depot . is it same 101.? as i alredy use this movement type to update RG23 C Register . shall i use same movement type for  RG23d also???