Air HTMLLoader fullscreen problem

The Adobe Air help docs say that SWF content loaded into an HTMLLoader object will disappear if the HTMLLoader object is scaled to a factor greater than 1. Does that mean that there's no way to display SWF content in an HTMLLoader object when the Air app is set to full screen? My SWF content called into the HTMLLoader object does disappear in this case when my app goes to full screen, and I was just wondering if anyone has found a workaround to this. Thanks.

Welcome to our community
Please click the link below and read the text presented in bright red letters. Below that is a link you need to follow.
Click here to view
Best of luck to you in solving your issue! Rick

Similar Messages

  • I have the Numbers-applications on both Mac mini and Macbook Air. My problem is that they don't sync so when I create a Numbers-file on the MacBook  while travelling, it will not be on my Mac mini when I get home :(((

    I have the Numbers-applications on both Mac mini and Macbook Air. My problem is that they don't sync so when I create a Numbers-file on the MacBook  while travelling, it will not be on my Mac mini when I get home :(((

    Hey iWeb plubishing problems,
    I would first check to make sure that you meet the system requirements for OS X to support Documents in the Cloud. For that your Mac’s needs to be running at least OS X Lion 10.7.5 or later to make sure that everything syncs. Take a look at the article below for more information. 
    iCloud: Troubleshooting Documents in the Cloud
    http://support.apple.com/en-us/HT203517
    Take care,
    -Norm G. 

  • Air and sqlite problem - cumulating results

    Hi,
    I got problem with sqlite in air.
    The problem is that sqlStmt.getResult().data is gathering data from separate Select statements, when  it should be separate results. As in this example, where I call "select" function once, and AFTER geting it's result I call it again with different query.
    public function select(q:String):void {
    conn.open(dbFile);
    sqlStmt.addEventListener(SQLEvent.RESULT,selectComplete);
    sqlStmt.text = q;
    sqlStmt.execute();
    private function selectComplete(e:SQLEvent):void {
    oSqlReturn = sqlStmt.getResult().data;          //this is where sqlStmt.getResult().data remembers previous results and adds current ones to the array.
    conn.close();                                                  //but here sqlStmt.getResult() is null
    sqlStmt.removeEventListener(SQLEvent.RESULT,selectComplete);
    So  after second Select returns I got sqlStmt.getResult().data with results from the first and the second statement.
    Maybe one of You had some simmilar problem and is able to help me with this.

    Thanks for help. It is recomended to use different instances of SQLStatement. But it wasn't the case.
    I changed to asynchronious connection and I added SQLMode and now it works.
    So instead of
    conn.open(dbFile)
    now I got this:
    conn.openAsync(dbFile,SQLMode.UPDATE);
    So I think that the problem was becouse I was listening to result events of synchronious connection.

  • Macbook air Shut down problem

    Hi everyone,
    I used to have the shut down problem with my Macbook air. I have an 11" Later 2011 Macbook air.
    The problem did not go away after updating to Mountain lion.
    I just realized that although I was closing all programs, I was not ejecting my 3G modem/dongle.
    Once I ejected it before commanding it to shut down, it did shut down properly.
    I thought I should share it with you. May be there is a program that has not been closed or a devise that has not been unplugged/ejected properly and is restricting the shut down.
    It worked for me. Hope it will work for you.
    Enjoy your Mac.
    J.

        Reset SMC.     http://support.apple.com/kb/HT3964
        Choose the method for:
        "Resetting SMC on portables with a battery you should not remove on your own".
         If this does not help, you may have to take the computer to the Apple store
         to have the battery checked out.
         Best,

  • Systray icon in AIR strange bitmap problem

    Hi there i recently tried to have one of my apps docked to systray instead of taskbar so i've used pretty much the examples floating around and everything went smoothly except the icon itself. I used standard 16x16 png file and it got scrambled looks like each 4th line is shown or something like that. So i've tried with JPG and ended with pure code generated bitmap data but always with the same result. Here is a screenshot of my systray when using new BitmapData(16,16,false,0xFF0000) and assigning it to the bitmaps array of the icon.
    To the left is my AIR application icon which should be 16x16 sized red square however once again glitched. To the right is the classic gtalk icon.
    Everything else except the graphics itself works perfectly.
    Any ideas of whats going on? Or is this some kind of bug in the latest AIR? By the way i am using AIR 2.5
    Thank you.

    Ok did further testing and it seems to be AIR 2.5 problem only. In previous AIR the bitmap is displayed correctly, so i've filed a bug report to Adobe.

  • Will AIR has any problems in the future with Android?

    Will AIR has any problems in the future with Android?
    If we are experienced in flash, is it better to do the mobile work with AIR or HTML5?
    But we are doing flash only so that we may face problems if we faced any bugs, is it expected to have any bugs or complexities, we can do flash with AS3 and we will depend on flash in publishing

    Do you mean you dropped the iPad Air?  Is it working properly?  Is the screen damaged?
    If it is working properly and has no signs of damage, it is probably ok.

  • First time I planned to buy a ipad Air. After seeing ipad Air having screen problems, dropped my plan. Planning to go for samsung Note 10.1 2014 edition.

    First time in my life, I planned to buy a ipad Air. After seeing ipad Air having screen problems in the community, dropped my plan. Shall I go for for samsung Note 10.1 2014 edition otherwise wait for ipad Air 2.

    For every iPad Air with screen problems there's a million that work fine.. If you buy at the Apple Store take a good long look and hand it back if it's not right.

  • I currently have an iphone that i connect to my mac air to download music, i have now bought a nano for my wife can we use both devices on the same air without any problems???

    i currently have an iphone that i connect to my mac air to download music, i have now bought a nano for my wife can we use both devices on the same air without any problems???

    My wife and I both have the iPhone 4 and it's actually pretty simple. Add another user on your MBA (her) and she can use the other iTunes when she is logged in. The iTunes is empty and will erase her iPhone, so be sure that she syncs her iPhone, then back up her library onto a portable media device like I did (SD Card) and reload it onto her empty iTunes on your MBA before she attempts to sync with it.
    Works well...
    Sly

  • HTMLLoader SWF fullscreen problem

    The Adobe Air help docs say that SWF content loaded into an HTMLLoader object will disappear if the HTMLLoader object is scaled to a factor greater than 1.
    Does that mean that there's no way to display SWF content in an HTMLLoader object when the Air app is set to full screen?
    My SWF content called into the HTMLLoader object does disappear in this case when my app goes to full screen, and I was just wondering if anyone has found a workaround to this.
    Thanks,
    Eric

    i have just replaced on frame 1 with this:
    Ekonomi_1_1.addEventListener(Event.ADDED_TO_STAGE, FLVAdded, true);
    function FLVAdded(e:Event):void
    Ekonomi_1_1.fullScreenTakeOver = true;  // if you want your flv_pb to fill the screen.  otherwise, use false
    but it stuck, it stop at frame 1.
    then, i tried to put
    Ekonomi_1_1.addEventListener(Event.ADDED_TO_STAGE, FLVAdded, true);
    function FLVAdded(e:Event):void
    Ekonomi_1_1.fullScreenTakeOver = true;  // if you want your flv_pb to fill the screen.  otherwise, use false
    on frame 310 line 41-45, but it still do the same blank space.
    Will you please take a look on this file?
    eko.rar - Google Drive
    maybe there is some script that i missed

  • AS3 / AIR - HTMLLoader class or "Disable Keyboard short cuts in an embedded Webkit browser"?

    Hi,
    I am reusing Dan Carr's AIR browser sample application (http://www.adobe.com/devnet/air/flash/articles/air_browser_sample_application.htmlhttp://www.adobe.com/devnet/air/flash/articles/air_browser_sample_application.html), but I am having a problem where I cannot type certain keyboard keys (specificially lowercase "e", "f", "h" - this takes me to the home page, "l" - also takes me to the home page, but I think it is reloading the default page, and "r").
    I am suspecting that the HTMLLoader instance (or something related to it) is intercepting these keyboard presses. Is there a way to disable these KeyboardEvents in the webkit browser so that I can have full access to my keyboard?
    Thanks,
    David

    Sure, ditch the old AIR1.5 example and fast forward to AIR3.5 . Just open a StageWebView, point it to an URL and it'll be a standard Webkit browser. It's built in, no need for an external component. You have limited interactivity with the webpage but if you need that (which is AS3->JS or JS->AS3) then you can use a UIWebView ANE.
    StageWebView:
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/media/StageWebVie w.html
    If you need to direct access to the browsers content I use this ANE:
    http://darkredz.com/ios-uiwebview-and-videoplayer-native-extension-for-air-mobile/
    Just mention it if you need any examples of either.

  • Mid-2013 macbook air Battery life problem

    hi,
    i don't know what's the problem on my macbook air but battery life always shows less than 10 hour...
    any idea?
    i have posted that etrecheck results...  what should i do?
    Hardware Information:
              MacBook Air (13-inch, Mid 2013)
              MacBook Air - model: MacBookAir6,2
              1 1.3 GHz Intel Core i5 CPU: 2 cores
              4 GB RAM
    Video Information:
              Intel HD Graphics 5000 - VRAM: 1024 MB
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0
              AirPlay: Version: 1.9
              AppleAVBAudio: Version: 2.0.0
              iSightAudio: Version: 7.7.3
    System Software:
              OS X 10.9 (13A603) - Uptime: 0 days 0:8:22
    Disk Information:
              APPLE SSD SM0256F disk0 : (251 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) /: 250.14 GB (13.29 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
    USB Information:
              Apple Internal Memory Card Reader
              Apple Inc. BRCM20702 Hub
                        Apple Inc. Bluetooth USB Host Controller
    FireWire Information:
    Thunderbolt Information:
              Apple Inc. thunderbolt_bus
    Kernel Extensions:
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist
              [loaded] com.adobe.SwitchBoard.plist
              [loaded] com.google.keystone.daemon.plist
    Launch Agents:
              [not loaded] com.adobe.AAM.Updater-1.0.plist
              [loaded] com.google.keystone.agent.plist
    User Launch Agents:
              [failed] com.coppertino.VoxHelper.plist
              [failed] com.google.GoogleContactSyncAgent.plist
              [loaded] com.spotify.webhelper.plist
    User Login Items:
              iTunesHelper
              Adobe Bridge CS5
    3rd Party Preference Panes:
              Flash Player
    Internet Plug-ins:
              AdobePDFViewer.plugin
              Default Browser.plugin
              Flash Player.plugin
              FlashPlayer-10.6.plugin
              Flip4Mac WMV Plugin.plugin
              googletalkbrowserplugin.plugin
              JavaAppletPlugin.plugin
              npgtpo3dautoplugin.plugin
              o1dbrowserplugin.plugin
              QuickTime Plugin.plugin
    User Internet Plug-ins:
    Bad Fonts:
              None
    Time Machine:
              Time Machine not configured!
    Top Processes by CPU:
                   5%          WindowServer
                   3%          Dock
                   1%          EtreCheck
                   1%          fontd
                   0%          warmd
                   0%          loginwindow
                   0%          aosnotifyd
    Top Processes by Memory:
              123 MB             com.apple.IconServicesAgent
              82 MB              Finder
              78 MB              CVMCompiler
              70 MB              Safari
              61 MB              mds_stores
              57 MB              WindowServer
              57 MB              Mail
              57 MB              com.apple.WebKit.WebContent
              53 MB              Dock
              29 MB              mds
    Virtual Memory Statistics:
              1.36 GB            Free RAM
              1.31 GB            Active RAM
              796 MB             Inactive RAM
              561 MB             Wired RAM
              351 MB             Page-ins
              0 B                Page-outs

    battery time remaining is currently unreliable, techs are looking into it.
    What ACTUAL time are you getting off a full charge?
    rely on battery % until there is a resolution
    there are no suspect apps or processes in your list that i see
    Peace

  • New Mid 2013 Macbook Air has Battery Problems

    I'm having problems with my new Mid 2013 Macbook Air. I read it's to do with the i7 processor or using Chrome. Below are the details from etresoft scan. Any help on how to find and shut down unecessary items/processes much appreciated?
    Hardware Information:
              MacBook Air (13-inch, Mid 2013)
              MacBook Air - model: MacBookAir6,2
              1 1.7 GHz Intel Core i7 CPU: 2 cores
              8 GB RAM
    Video Information:
              Intel HD Graphics 5000 - VRAM: 1024 MB
    Startup Items:
              HP USB EWS Gateway - Path: /Library/StartupItems/HP USB EWS Gateway
              HWNetMgr - Path: /Library/StartupItems/HWNetMgr
              HWPortDetect - Path: /Library/StartupItems/HWPortDetect
    System Software:
              OS X 10.8.4 (12E3200) - Uptime: 0 days 1:45:46
    Disk Information:
              APPLE SSD SD0256F disk0 : (251 GB)
                        disk0s1 (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) /: 250.14 GB (95.74 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
    USB Information:
              Apple Internal Memory Card Reader
              Apple Inc. BRCM20702 Hub
                        Apple Inc. Bluetooth USB Host Controller
    FireWire Information:
    Thunderbolt Information:
              Apple Inc. thunderbolt_bus
    Kernel Extensions:
    Problem System Launch Daemons:
    Problem System Launch Agents:
              [loaded] com.paragon.NTFS.trial.plist
              [loaded] com.paragon.NTFS.upd.plist
    Launch Daemons:
              [loaded] cn.com.zte.PPPMonitor.plist
              [loaded] com.adobe.fpsaud.plist
              [not loaded] com.adobe.SwitchBoard.plist
              [loaded] com.google.keystone.daemon.plist
              [loaded] com.microsoft.office.licensing.helper.plist
    Launch Agents:
              [not loaded] com.adobe.AAM.Updater-1.0.plist
              [loaded] com.adobe.CS5ServiceManager.plist
              [loaded] com.google.keystone.agent.plist
    User Launch Agents:
              [loaded] com.divx.agent.postinstall.plist
              [failed] com.facebook.videochat.plist
              [loaded] com.spotify.webhelper.plist
              [not loaded] Internet Everywhere
    User Login Items:
              Google Chrome
              VMCStatusMenu
    3rd Party Preference Panes:
              DivX
              Flash Player
              Paragon NTFS for Mac ® OS X
              Perian
    Internet Plug-ins:
              DivXBrowserPlugin.plugin
              Flash Player.plugin
              FlashPlayer-10.6.plugin
              googletalkbrowserplugin.plugin
              JavaAppletPlugin.plugin
              npgtpo3dautoplugin.plugin
              o1dbrowserplugin.plugin
              OVSHelper.plugin
              QuickTime Plugin.plugin
              SharePointBrowserPlugin.plugin
              Silverlight.plugin
    User Internet Plug-ins:
              Dashlane.plugin
              Picasa.plugin
    Bad Fonts:
              None
    Top Processes by CPU:
                   2%          EtreCheck
                   2%          WindowServer
                   1%          Google Chrome
                   0%          pbs
                   0%          Microsoft Word
                   0%          fontd
                   0%          quicklookd
                   0%          Microsoft Excel
                   0%          Finder
                   0%          coreservicesd
    Top Processes by Memory:
              328 MB             mds
              262 MB             Google Chrome
              164 MB             Finder
              131 MB             Microsoft Word
              106 MB             WindowServer
              98 MB              Microsoft Excel
              90 MB              Dashlane
              66 MB              Calendar
              66 MB              Google Chrome Helper
              66 MB              DashlaneAgent
    Virtual Memory Statistics
              2.69 GB            Free RAM
              3.45 GB            Active RAM
              1.01 GB            Inactive RAM
              858 MB             Wired RAM
              2.38 GB            Page-ins
              0 B                Page-outs

    I did need to install the software so thanks for that but the battery life is still reporting only about 6 hours for a brand new mid 2013 macbook air 13 inch.

  • Help needed with an AIR language packaging problem

    I have a game that includes resources for the Hebrew language, however the <supportedLanguages/> tag supports only ISO 639-1 languages, and Hebrew is not listed; in fact I got a compiler/packaging error when I tried to use "he".  Currently I am getting a notice in Google play that warns me this game might not be packaged correctly: "You translated the store listing into Hebrew but not the APK."   Is there a way around this problem, perhaps some manual editing of some files somewhere?  I'd like to publish the same app to the Apple app store, I imagine they will be even less lenient there.
    We are using Flash Builder 4.7 and AIR 3.7 on Windows 7 x64 SP1.  Any assistance would be appreciated.

    It can be done for iOS. Check here: http://forums.adobe.com/message/5140906
    Don't know about Android.

  • MacBook Air Hard Drive Problems?

    Ok, so I have a MacBook Air. I don't know the exact model, but it's a school laptop from Oxford Hills Comprehensive High School in Maine. I was watching a movie on the laptop, and I went to use Google Chrome, and Finder froze, and I got the little rainbow wheel spinny thing. So I shut down the computer, then when I turned it back on I got the blinking question mark folder. I looked everywhere for answers, and chose internet recovery. I did that, finally got to the disk utility section, and all that is there is "Disk0" with "Mac OS X Base System" under it. I'm familiar with what disk utility is, and I know that Startup Disk and Macintosh HD should be there, but they're not. There's nothing else there. I'm freaking out right now. There was a crap ton of files on there that I need (about 55 gigs worth, it's just music files and ideas). Almost 3 years of music production and important stuff for school. I looked everywhere for a place to send my laptop to, like Drivesavers, and some other company, and I don't have 1500 dollars to get back this stuff. I have literally tried everything on every link, every forum, and every page on here, and Google, and nothing is working. I need help now, if there's a solution I need to know it. Nothing will work, I've tried safe mode, verbose mode, holding option/alt, shift, command+shift+V/S, and absolutely nothing but getting to Internet Recovery, and then going to reinstall mountain lion 10.8, and there's nothing to choose from to reinstall it, and nothing in disk utility but disk0 and mac base system. I haven't downloaded anything unsafe. I just really need my files back without paying 1000s of dollars, and without destroying this laptop. I didn't get the warranty from my school for the laptop, because I don't have 150 dollars. I treated this laptop with care, and then all of a sudden this crap happens. It's never been dropped, there isn't any unusual sounds coming from it, it turns on fine, except this hard drive, or SSD, or IDK what it's called I'm not too tech savy with a problem like this. Please respond ASAP, and please read this thoroughly, and don't ask stuff that has been answered, not to sound like a jerk, but I've had problems here, and people just ignore me and blow me off.

    Is there an open application that is using data on the external drive?  If so, quit it before trying to eject.

  • Macbook Air and iBahn problem -- can't get to the log-in page

    This is a new Air (2012) running Mountain Lion 10.8.2.  The location is a Sheraton hotel that uses iBahn for Internet service. I can connect to the wifi network "iBahn," and the Network preference panel shows that my Mac has been successfully assigned an ip number. I click the advanced tab and confirm that iBahn's DNS servers are now listed there. But when I open the browser and try to connect, I cannot get the hotel log-in page. I get a blank window instead. Reloading the window does not help. I have tried the usual remedies: turning wifi off and then back on again, requesting a new DHCP lease, closing and reopening the browser, trying different browsers (Firefox, Chrome), restarting the computer -- none of this works. I have tried shutting down the Mac, restarting, and signing in to a different account on the computer. The symptoms are the same -- a blank page instead of a log-in screen. I have had no trouble connecting with several other wifi networks elsewhere -- including ones that require a browser log-in page. Later the same morning, the wifi at the airport worked just fine.
    Here is where it gets even weirder. I happened to have a second Mac Air with me -- a 2010 model. It logged on to the hotel network with no problems: I opened the browser and the log-in page immediately appeared.
    And weirder: There was also an ethernet cable in the room. When I plugged that into the 2012 Air (with a USB-ethernet adaptor) I could connect with no problem. Finally, I found that I can plug an Airport Express into the ethernet cable and the 2012 Air will connect wirelessly through that.
    What could be wrong here? I assume that iBahn works by obtaining and registering a machine's MAC address. Using wifi, Ibahn was able to get the MAC address from the older 2010 Air and from the Airport Express, but not from the 2012 Air. But the 2012 Air could provide its MAC address through a wired connection. Any advice would be most appreciated. Though I was able to come up with a workaround, I want to ensure that this doesn’t happen elsewhere.

    That's a good question. The page appeared to be blank. I didn't know it was possible to enact the page source view feature in Mountain Lion. That is good to know for the future -- thanks.
    An additional bit of information: a Windows laptop was also able to connect. I wonder if something changed in the Apple wifi firmfare that is incompatible with iBahn.
    Interestingly, similar problems are reported in these forums for iPads and iBahn. And FlyerTalk has a thread about Apple laptops and iBahn: http://www.flyertalk.com/forum/marriott-rewards-including-ritz-carlton/1228814-i bahn-aggravation.html

Maybe you are looking for

  • In the C309, How can I use just the regular black ink cartridge only?

    Hi I just bought a HP C-309 a short time ago.  I bought a HP reg black cartridge XL quite quickly.  This thing is a sweet machine, works perfectly, but is a terrible terrible ink hog.  Had I known, I would have gone for the Kodak which touts much low

  • Video will not display through DV deck anymore...any ideas?

    Hey all, At some point in the past several months, my playback signal stopped playing back through my DV deck to my NTSC monitor. I can only watch it on the preview and canvas windows on the Mac monitor. My A/V settings have not changed...still set t

  • New iTunes 7.3 - "An Unknown Error Occured - Unable to save library"

    I've just bought some new songs, and also wish to add a few CD's to my library, but this error occurs ever since I updated my iTunes.... http://img116.imageshack.us/img116/2248/itunesns8.jpg Any ideas guys?

  • Web Server + Front Page

    Is it possible to get Front Page or Visual InterDev to recognize the Java Web Server. I keep getting errors because of Front Page extensions not being installed. Thanks.

  • I Can't compiled forms in server 9iAS, Linux

    Good.. I have a problem, when I want to compile the "form", in linux down(under) 9iAS. There throws a mistake that does not find bookshop libigo.so.0, but if they exist inside the directory(board of directors) Lib., it is bad, because all the feasibl