Runtime Sharing - Flash Player 10 v Adobe Air 1.5

Hi,
[I]I am unsure whether to post this here or in a more specific forum, Mods please feel free to move.[/I]
I am developing content for both web and desktop (inc Linux) distribution.
I have a main.swf, which loads in content.swfs from sub folders.  I have some assets (movieclips) which are reused throughout the content swfs, so I have created a shared assets.swf which is in a directory at the same level as the content and within the library i have exported the MC for runtime sharing. 
I then use this MC in other content swfs (Imported for runtime sharing).
Folder structure looks like this:
main.swf
<assets>/content.swf
<shared_assets>/assets.swf
The import linkage URL to the assets swf within the Library properties of the content.swf is "shared_assets/assets.swf" as main.swf is loading content.swf so that is take as the reference point for the URL.
Main.swf simply loads in <assets>/content.swf and adds it to the Stage.
I build and run main.swf (targeting Flash Player 10) and my movie clip appears as I would expect.
When I target Adobe Air 1.5 as the player - the movie clip does not appear as the path is incorrect for the linkage within content.swf looking for /assets/shared_assets/assets.swf rather then with FP looking for /shared_assets/assets.swf.  i.e. the Air runtime takes content.swf as the base where as Flash Player takes to root movie (Main.swf) as the base.
Is it possible to set this base property for my Air distribution or am I stuck with having to have 2 version of all my content - one for web (FP) with the linkage as: "shared_assets/assets.swf", and one for desktop (Air) with the linkage as: "../shared_assets/assets.swf"?
I have attached a simple example if my description is lacking (simply change the publish settings to target one or other player).
Thanks for your time - any feedback is most welcome.
Daithi

Check out this one to solve out your query:   Code: Ext.onReady(function () {          var testWindow = new Ext.Window({         titel: 'Test',         layout: 'form',         width: 300,         height: 300,         items: [{             xtype: 'textfield',             fieldLabel: 'Test',             maskRe: /\d|\,/         }]     });          testWindow.show(); });  -----------------------------
teradata 12 certification dumps ! sy0-201 braindump ! apple braindumps ! avaya training

Similar Messages

  • Is adobe flash player compatible with macbook air?

    How to install Adobe flash player to mac book air 2013?

    This link should help you out. Let me know whether or not it works
    http://get.adobe.com/flashplayer/

  • Couldn't install Flash Player 10.2 or AIR 2.6 on Galaxy Ace S5830 2.2.1 Froyo

    Just got a brand new Samsung Galaxy Ace S5830 mobile, and couldn't install Flash Player 10.2 nor AIR 2.6
    I doesn't list in the mobile Market app, as well as, if I try to install from market.android.com, its says
    "This item is not compatible with your device". But its not supposed to be so.
    Disappointed !! Should i enable / disable something?
    I posted this question earlier in Android forum, and they say Adobe should answer this.
    I thought any 2.2 or above mobile device should be capable for FP 10.1 and AIR for Android, but why its not so?
    Yes, Galaxy Ace OS is Android version Froyo 2.2
    In my Mobile -> Settings -> About Phone says : 2.2.1
    Samsung site says 2.2 : http://www.samsung.com/galaxyace/ace_techspec.html
    GSMArena says 2.2 : http://www.gsmarena.com/samsung_galaxy_ace_s5830-3724.php
    Flash Player app is tried to install is : https://market.android.com/details?id=com.adobe.flashplayer

    I wonder about the processor
    800MHz (MSM7227-1 Turbo)  is an ARM 6
    Don't we need ARM 7 or ARM 8 (ARM 6 not ok and ARM11 being a camouflaged ARM6 too ?)

  • Flash Player needed for iPad Air

    What can you use in place of Adobe Flash Player on new iPad Air?  I'm wanting to play games & watch FB videos.

    Adobe has not made a version of Flash for the iPad.
    Kappy explains why. https://discussions.apple.com/message/19446567#19446567
    5 Flash Player Alternatives http://www.techshout.com/features/2011/01/flash-player-for-ipad-apps/
    Top 4 browsers supports flash player on iPad and iPhone
    http://mashtips.com/flash-player-ios/
     Cheers, Tom

  • Adobe Acrobat Message : ''To view the flash technology content in this PDF, please install the version of flash player that supports Adobe reader and acrobat "

    I am using interop acrobat dll in one of my client , when trying to open a pdf file in acrobat X the following message appears :
    ''To view the flash technology content in this PDF, please install the version of flash player that supports Adobe reader and acrobat "
    Is there any workaround to fix this issue ?...
    will installing the flash player fix the issue ?
    thanks

    i am trying to convert the pdf to tiff image using
    //Using ACROBAT PRO
                AcroAppClass app = new AcroAppClass();
                AcroAVDoc doc = new AcroAVDocClass();
    i tried downloading the flash player ,now the error does not appear but for those pdf that displays this flash message error i am not getting the pdf converted to tiff file , instead i get an image with message
    What could be the cause of this issue ?

  • I have installed flash player on my macbook air but some videos still don't play, what can i do?

    i have installed flash player on my macbook air but some videos still don't play, what can i do?

    MatchingNode
    YOUR SYSTEM INFORMATION
    Your Flash Version
    17.0.0.134
    Your browser name
    Internet Explorer
    Your Operating System (OS)
    Windows (Windows 7)
    I cant take a screen shot of the flash player update tab as it wont let me and wont let me copy and paste sorry
    i am using internet explore browser and trying to play facebook games thats where i am facing the issues.

  • Who is "Flash Player Pro?" Adobe??

    Is "Flash Player Pro" and Adobe Product or a competitor? I get a constant request to update, BUT this does not appear to be an Adobe emssage.?

    Chris, the company address is 936-B, 7th Street, Suite 108, Novato, CA 94945.                                      Email: [email protected]
    http://8.29.133.184/flash/download 5mtadk.php
    Rudy Garrity

  • Flash CC 2014 publishing Adobe AIR 17 - use captive or shared runtime?

    I developed an app using Flash CC 2014, In IOS I had to upgrade to the builder and I got the function to work, but now I have the same app and need to develop for Android. I created a separate fla and did the following
    Used Android 17.0.0.96
    added the general info
    created the p12 now I have the option to choose captive or shared runtime. I get warnings about each when I publish so I have to publish this app to GooglePlay and need to know the procedure as I'm on a Mac and I see procedures involving code when doing this on a windows machine.
    Can someone help me out here?
    R

    I would recommend to use "Captive".
    Difference is pretty simple...
    Shared Basically means that it compiles the "apk" without the Adobe AIR runtime, resulting in a smaller file size apk but REQUIRES users to have the "Adobe AIR App" installed.
    Captive means that it compiles the "apk" with the Adobe AIR runtime, resulting in a larger file size apk but DOES NOT REQUIRE users to have the "Adobe AIR App" installed.
    If you want to Guarantee everyone can run your app, use captive. If you want to rely on users to hope the have the correct version of AIR installed to view your app, use Shared.

  • Why Flash player performance is better than Player comes with Adobe air ?

    I built an Adobe Air application that played Video and working awesome on PC. now when i tried to start working on Tablet Version, What I found is
    1. When i played 1 MB video file from Local , Audio and Video are not in sync and very disturbing. (not able to play a file more tha 2 Mb)
    I created only video player using OSMF in the app. there is nothing else that can hamper the performace.
    2. When i played same video using Web based Flex Application. It works perfectly
    3. I tried with StageWebView in Adobe air  and Results are equivelent to Web Version.
    I am using Adobe Air 3.1  which is shipped with Flash Player 11.1, Then where things went Wrong.
    Why I can't get the same performance in Air App?
    IS AIR THE RIGHT CHOICE TO BUILD MOBILE APP?
    IS THAT POSSIBLE TO GET NATIVE PLAYER/WEB VERSION LIKE PERFOMANCE (OR CLOSED TO) USING ADOBE AIR?
    In addition,
       I tried to read about encoding and other white papers. But basic thing that troubled me is, If Web Version is fine then why Air is not able to give the same performance.
    Hardware configuration : 1G processer,
    OS : Android 4.0.3
    Thank you in advance.

    What games are you trying?  Which browser do you use and have you tried an alternative browser to see if they are also impacted?

  • Should I install Adobe Flash Player on my MacBook Air?

    Hello everyone
    I was wondering if I should install Adobe Flash Player.
    I watch YouTube a lot and use Safari 7.0.5 as my web browser of choice.
    I don't usually play many online games though.
    However, there are some sites I use that require Adobe Flash Player.
    Thanks for all the recommendations
    Model Name: MacBook Air
    Model Identifier: MacBookAir6,1
    Processor Name: Intel Core i5
    Processor Speed: 1.3 GHz
    Number of Processors: 1
    Total Number of Cores: 2
    L2 Cache (per Core): 256 KB
    L3 Cache: 3 MB
    Memory: 8 GB
    Boot ROM Version: MBA61.0099.B12
    SMC Version (system): 2.12f137
    Serial Number (system): C02LW07VF5YV
    Hardware UUID: C4E2C938-A934-57C4-BA6C-52F1B3ADD287
    Operating System: OS X Mavericks 10.9.4
    Display: 11.6 inch

    personally NO, unless you are using something that demands it.
    aside the spat between adobe and apple, it does grind and hog the processor to death - hence why apple decided not to 'support' it.
    -just take a look in activity monitor once it starts up.
    It (can) also leave vunerabliites to virus 'type' infections;
    IF you do indeed decide to load it up, be VERY carefull where you get it from, and ignore ANY POP UP message about updates etc -
    *ALWAYS* ONLY go Direct to the adobe flash site, never, never any other 3rd party site. both for install and updates.

  • Flash Builder still shows adobe air 1.5.3 when creating a Flex project

    How do I update Flash builder  to now use Adobe air 2?

    Hello,
    Please follow the steps in the release note section: How to overlay the Adobe AIR SDK for use with the Flex SDK
    Please let us know how it goes and if you run into difficulties.
    Thanks,
    Chris

  • Flash player crash accessing Adobe Media Server website

    Hi,
    Accessing Adobe Flash Media server family website http://www.adobe.com/products/flashmediaserver/
    today on Internet Explorer 6, Mozilla Firefox 3.5, 3.6 (I tried both)
    I am using Windows XP version 2002 service pack2 and Flash Player 9 r 124
    I upgraded to Flash Player 10.0.32.18 but still the problem persists.
    One more information, I installed Microsoft Silverlight 3 today on my machine before.
    I am not sure this might be a cause, so I uninstalled Silverlight, but the 'media server website' still crashes the browser.
    Quick reply appreciated.
    Thanks,
    Ram Manoj Kongara.

    An important update.
    I logged a bug FP-4185 under flash player.
    Here are the concise steps to reproduce the issue.
    Steps to reproduce:
    1. Access the website http://www.adobe.com/products/flashmediaserver/
    2. When the page is getting loaded and video streaming load animation starts
    3. After 2 seconds the Browser crashes.
    Few things that I did prior to the error occured.
    Updated Mozilla Firefox to 3.6 version.
    Installed Microsoft Silverlight 3.0
    If firefox could be a reason, then browser crashed in IE6 too.
    If installing Silverlight affected the Flash player crash when streaming, I uninstalled Microsoft Silverlight, but the flash player persisted with crashing accessing the website.
    I tried installing Microsoft Silverlight on few machines in a Net Cafe and tried to access the website with flash video streaming, the browser did not crash.
    So there is no reproducible scenario apart from my own Computer.
    The browser crash is reproducible every time on my machine.

  • Use Flash Builder to Develop Adobe AIR Apps for Android | Flash Platform in Action | Adobe TV

    Former Adobe Technical Evangelist Ted Patrick uses Flash Builder to develop and deploy an Adobe AIR application to his Android-powered smartphone.
    http://adobe.ly/wif9U5

    autoplay can cause a tremendous amount of problems for site visitors. is it possible that adobe might turn off autoplay?

  • Save Saver attached to Adobe Flash Player 11 or Adober Photoshop Elements 9 download

    In July 2013, I downloaded Adober Flash Player 11 after an upgrade of my Windows OS and Explorer software.  I have used Adobe Pro since 2009 and was using prior versions of Flash Player prior to my OS upgrade.  The download of Adobe Flash Player 11 carryed with it an application called "Save Safer", which is an nasty adware application that screwed up my browers applications.  How did "Save Safer" attach to the Adobe software download?  Was that an attachment Adobe made?  How can I avoid that issue in the future?

    Where did you download the flash player 11 from? Flash Player should not be bundled with any browser toolbars.  Depending on where you download the flash player, you can get a flash player that's bundled with McAfee's Security Scan Plus but that can be opted out of before you download the actual file.
    Looks like this:
    I would suggest uninstalling the flash player you have completely by following the Clean uninstall instructions and also delete the browser toolbar through window's uninstall program.
    Once you've uninstalled, visit this page with your browser to get the latest Flash Player.

  • NEED HELP INS    TALLING ADOBE FLASH PLAYER?    TALLING ADOBE FLASH PLAYER ?TALLING

    NEED HELP INSTALLING ADOBE FLASH PLAYER?

    What is your operating system, version & edition?
    What is your web browser?
    What is your problem with installing Flash Player?

Maybe you are looking for

  • Some basic questions: Help defining Real World Classes

    I am trying to write a small applet using proper OO concempts and Java technique and I'm confused on the proper way to do this. I think I know several ways that work and have all the peices I need such as JMail and JDBC drivers, but would appreciate

  • How do i designate tray 1 to envelopes only?

    I never use tray 1 for anything but envelopes.  It's a pain to have to remove them every time I need to pint a letter size.  Is there a way to designate tray 1 specifically for envelopes? Trisha

  • Character equivalent of Hexadicimal '07'

    Hi,    I need to check if the character encountered is comma. if so the replace it by hexadecimal '07'. How do we work with hexadecimal values? is there any utility present in CL_CHAR_ABAP_UTILITIES for Hexa 07? It would be helpful if anyone can let

  • How do I back up all of my iphoto library to iCloud and not be limited by photo stream?

    I need to be able to back up my iphoto library of well over 1000 photographs going back seven years. I note that Photostream limits the number of photographs and the duration for which they are stored. How can I back up the entire library, even if I

  • Where is the Distributed MSI for Adobe Shockwave v.11.6.8.638

    To whom it may concern, I have gone through the application process to download the new Shockwave player MSI for distribution, however the link you guys sent me only allows me to download v.11.6.7.637...I need this ASAP to correct a vulnerablity on o