Htmlloader flash content blank popup max OSX

Ok this is driving me crazy if anyone has any ideas I'd really appreciate the help.   I have a flex app that loads some external pages with an htmlloader.  Whenever there is flash content on those pages a blank (all white with minimize, maximize, close buttons) popup window comes up.   This happens on any page with flash content, if I close the window the flash content stops.     I feel like that didn't always happen but I can't remember, does anyone have any ideas. 
Thanks for any help you can give.
Here's the code for the page:
<?xml version="1.0" encoding="utf-8"?>
<mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml" width="1366" height="700" scaleX="1" scaleY="1">
<mx:Script>
    <![CDATA[
    import flash.html.HTMLLoader;
    import flash.net.URLRequest;
    import com.desktop.event.gameLoadEvent;
    import com.desktop.model.DesktopModelLocator;
    private var webPage:HTMLLoader;
    private function registerEvents():void
        this.addEventListener(gameLoadEvent.GAME_LOAD, gameLoad);
        //webPage = new HTMLLoader();
    //function called back from Game Command to load correct game
    private function gameLoad(event:Event):void
        var gameEvent:gameLoadEvent = event as gameLoadEvent;
        loadgame(gameEvent.url, gameEvent.variables);
    private function loadgame(url:String, variableString:String):void
        DesktopModelLocator.getInstance().scaleX = 1;
        DesktopModelLocator.getInstance().scaleY = 1;
        //var url:String = "http://pro-us.sbt-corp.com/aspx/member/LaunchGame.aspx";
        var request:URLRequest = new URLRequest(url);
        //var variables:URLVariables = new URLVariables("gameNum=17&as=as1&t=demo&package=a&btnQuit=0");
      if(variableString != null && variableString != ""){
        var variables:URLVariables = new URLVariables(variableString);
        variables.exampleSessionId = new Date().getTime();
        variables.exampleUserLabel = "guest";
        request.data = variables;
        webPage = HTMLLoader.createRootWindow(true, null, true, null);
        webPage.height = 700;
        webPage.width = 1366;
        webPage.load(request);
        webPage.navigateInSystemBrowser = false;
        flexBrowser.addChild(webPage);       
    ]]>
    </mx:Script>
    <mx:HTML id="flexBrowser" width="1366" height="658" backgroundAlpha="0.45" creationComplete="registerEvents();" x="0" y="0">
    </mx:HTML>   
</mx:Canvas>

by default, flash starts playing and will stop only if there's code to stop it OR there's not enough of the swf downloaded to allow it to play.
in the later case, using a preloader with preloader animation in frame 1 will solve the problem.

Similar Messages

  • Flash Contents Blank

    Like many out there, I continue having problems with Flash
    Player and am extremely exasperated.
    My problem may be a little bit different from what others may
    have experienced because, even though Flash Player seems to install
    itself without a problem,
    I get a blank space where Flash content should be in BOTH IE7
    and Firefox2.
    I have followed steps listed in Macromedia Flash Player forum
    under the following topic headings to no avail:
    INFO NEEDED: Flash Player installer button doesn't work, or
    cannot be seen - Posted by BWolfe [ADOBE]
    Adobe Flash Player will not work - Posted by gearhead9
    [ADOBE] Resolving Windows Flash Player permission-related
    issues 9/2007 - Posted by BWolfe [ADOBE]
    Help with Flash Player- Not Playing - Posted by jdb123
    Can't run in Firefox - Posted by worknonjoy
    Flash Player Downloading, but can't see content. - Posted by
    s83982c
    Basically, I haven’t been able to spot anything that
    points to why I should be having this problem so far.
    I have the following installed:
    Windows XP Media Center 2002
    McAfee SecurityCenter 7
    Spybot Search & Destroy 1.4
    Ad-Aware 2007 Version 7
    I have run registry clean with Spybot Search & Destroy,
    Ad-Aware 2007, and McAfee SecurityCenter 7 (Tools - Maintain
    Computer - McAfee QuickClean).
    The applications were not running when I tried the steps
    listed in the forum.
    And I started having problems before I ran registry clean for
    the first time.
    I have all pop-up blocking turned off.
    In Add or Remove Programs, I see the following listed:
    Adobe Flash Player ActiveX (Version 9.0.47.0)
    Adobe Flash Player Plugin (Version 9.0.47.0)
    Any further solutions or suggestions would be greatly
    appreciated!

    well it looks like your vid is here:
    http://lasdsite.lasd.org/sheriff_video/lasd_one_team.flv
    your swf is here:
    http://www.lasd.org/lasdsite/sheriff_video2.swf
    and your swf's link to flv is this:
    "X:\\sheriff_video\\lasd_one_team.flv"
    should be:
    "sheriff_video/lasd_one_team.flv"
    that's the relative path from the swf to the vid...
    HTH
    -Ted

  • Flash content blank and unable to access flash control panel to turn off hardware acceleration.

    Flash content appears as blank and nothing happens when attempting to access flash player settings. Not sure if it helps, but the operating system is Mac OS X Mavericks running in virutal machine.
    * QuickTime
    * Shockwave Flash 14.0 r0
    * Displays Java applet content, or a placeholder if Java is not installed.

    Hi 薛定谔的老猫,
    On your [about:addons] page, please select "Always Activate" for the Flash player.
    *If it is crashing: [[Send plugin crash reports to help Mozilla improve Firefox]]
    *Please also try to reload the page after you change this setting.
    * Also try to reinstall Flash.
    Please post back with your results, it can help other users.

  • FF16.0.2, after updating flash plugin to 11.5.502.110, all flash content went blank, reinstall dint work.

    After updating my shockwave flash player to 11.5.502.110, the flash content on pages went white blank, i can still see the bounding box of the flash content, but they are all white blank. When i right click on the content, flash context menu is not showing up as usual.
    tried uninstall (from windows control panel) and reinstall, didnt work.
    OS: win7
    Firefox : 16.0.2
    Flash plugin : 11.5.502.110
    help is appreciated, thanks

    Flash 9 r45 is way too old and a lot of Flash content won't work with such an old version.<br />
    If you want to revert to an older Flash version then get the latest Flash 10.3 version that is still maintained with security updates
    Adobe Forums: Where can I find direct downloads of Flash Player 10.3 for Windows or Macintosh?:
    * http://forums.adobe.com/thread/889580

  • Flash content in HTMLLoader

    I have an HTMLLoader instance being displayed deep in the
    heirarchy of Sprites. I noticed that flash content displays fine
    when contained within a separate NativeWindow that is popped up
    when the HTMLHost.createWindow() is triggered.
    Is there some setting that I am missing in order to show
    flash content?

    Hi,
    Have you gone through the
    limitations
    of embedded flash in HTMLLoader?
    If this doesn't fall under any of the exceptions, log a bug
    at http://www.adobe.com/go/wish/

  • Flash Content in HTMLLoader ignores DisplayList

    When using an HTMLLoader to load a page that includes Flash
    content, the Flash content always appears at the top of the
    applications displayList. Even if a DisplayObject is given a higher
    index than the HTMLLoader object, the Flash content always appears
    on top.
    Can anyone offer any help on this?

    HI Shift_nis - you need to set the index on adobe display objects so example
    window.htmlLoader.stage.setChildIndex(displayObject,1)
    will set the index to 1.
    Example:
    http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/display/DisplayObjectConta iner.html
    Hope this helps
    K

  • Flash content inside windows popup is not rendering on IE10

    Hi,
    Flash content of my application is not appearing when it is inside windows popup. When I close popup, I can see the content momentarily.
    This happens in case of popup only.
    Look at this video - http://youtu.be/SupJYZoLk5I
    I am not able to find why it is happening only with given configuration.
    Browser- IE10
    OS - Windows 8
    Thanks,
    Prithveesingh.

    The site is intranet one and can not be accessible from outside.
    Wanted to add one more thing  that it works fine when tried on IE10 on Windows 2012. 
    1. The issue occurs with popup.
    2.Popup URL works fine if directly open in browser.
    3. The swf file loads but seem like not initialize.
    4. It works on IE10 on Win2k12. In Win2k12, Flash Player publisher is shown as 'Adobe Systems' while in case of Windows 8, it shows as
    'Microsoft Windows 3rd party component'.
    The popup mentioned here is modal dialog opened using javascript function window.showModalDialog. Instead if we use window.open things works fine, but we need modal dialog the way it is there.
    Thanks,
    Prithveesingh.

  • I have a Max osx desktop and the other day adove flash player 11.2.202.235 appeared on my screen so I tried to download it.  Nothing really happened so I went back to playing my games which were website games and now I have missing plug ins.  What's this?

    I have a Max OSx desktop and the other day Adobe Flash Player 11.2.202.235 appeared on my screen so not knowing any better, I downloaded it with no luck.
    After that, I went back to playing my website game- Squircircle jigsaw puzzle and a tiny box appeared saying I was 'missing plug in'.  What can I do about this?
    I know very little about this computer.  This computer was given to me used and I don't know if it is Leopard, Lion, etc.
    I really hope you can help because as I said before, I know zip.
    Thanks alot.

    Hello, is this an IntelMac or a PPC Mac?
    So we know more about it...
    At the Apple Icon at top left>About this Mac, then click on More Info, then click on Hardware> and report this upto but not including the Serial#...
    Hardware Overview:
    Model Name: iMac
    Model Identifier: iMac7,1
    Processor Name: Intel Core 2 Duo
    Processor Speed: 2.4 GHz
    Number Of Processors: 1
    Total Number Of Cores: 2
    L2 Cache: 4 MB
    Memory: 6 GB
    Bus Speed: 800 MHz
    Boot ROM Version: IM71.007A.B03
    SMC Version (system): 1.21f4

  • Why is Flash shooting blanks?

    I have wasted an inordinate amount of time trying to find a solution for this...
    I'm working on an Intel iMac, Mac OSX v.10.5.8, browsers Safari 4.0.5 (5531.22.7) and Firefox v.3.6.3. I've carefully uninstalled and reinstalled the latest Mac version of both the Flash and Shockwave players with the recommended Adobe installers and uninstallers, repaired permissions, rebooted, etc.
    The odd part of my mystery is that before this most recent Flash update installation, I never had a problem at ANY site.
    Now, videos play as expected at some sites, like http://youtube.com , but not at all at other sites, like http://vids.myspace.com/
    Perhaps a related new development is that when I enter the fullscreen mode at youtube, the gray-bordered "Pres Esc to exit full screen mode" alert stays fixed in the middle of the screen... very distracting.
    In some cases, I see a blank pop-up screen (whether or not "Block Pop-Up Windows" is selected in Safari's menu) or, as is the case at http://vids.myspace.com — a blank screen with a circular light-gray *snake* chasing its tail clockwise. (I'm beginning to feel much the same trying to remedy this problem.)
    If I CONTROL-click on the blanks for the "Settings" I see the Settings Manager, but it is entirely non-functional. When I try to make changes suggested in the Forums on the Adobe site's representation of that Settings Manager –
    http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_man ager03.html  I can move the slider value from a "setting other than zero," but the "Allow third-party Flash content to store data on your computer" checkbox cannot be enabled.
    I installed the recommended flash debugger and got this result from a *no-show* video's pop-up blank:
    Error: Error #2134: Cannot create SharedObject.
    at flash.net::SharedObject$/getLocal()
    at com.jeroenwijering.utils::Configger/loadCookies()
    at com.jeroenwijering.utils::Configger/load()
    at com.jeroenwijering.player::Player/loadConfig()
    A knowledgeable website guru/friend suggested this might indicate a conflict with an earlier flash version, but a thorough search and examination reveals no previous versions lurking anywhere.
    The one remaining link I've been tempted to remove is the Flash Player folder – user/library/caches/Adobe/Flash Player — which has some items dating back to 2009. Other than that, I'm at a loss to fix this problem.
    Any suggestions?
    Thanx. 

    Two bugs, one affecting Apple's Mac platform and another attacking Microsoft's Windows, exploit certain Flash player vulnerabilities to install malware onto users' systems, reports ArsTechnica. While users of other operating systems like Linux have yet to report attacks, Adobe's advisory notes the exploit affects all platforms.
    Designated as CVE-2013-0634, the first vulnerability targets the Safari and Firefox Web browsers running on OS X, and is also being used as a trojan to deploy Microsoft Word documents containing malware. For Mac users, the flaw affects Adobe Flash Player version 11.5.502.146 or earlier.
    The Adobe Flash patch can be found on the company's website, and users can visit this page to check if their software is the most curent 11.5.502.149 version.

  • Flash contents not being displayed on the published Apex application URL

    I've had to publish one of my apex application through an bluecoat proxy to reach my Oracle HTTP server. It works fantastic for everything - except my flash charts. Flash contents are not getting loaded.Issue is only in the published application URL,the same application is working fine internally without proxy.
    Does anyone have any idea why this is failing and how I might fix this?.The bluecoat support enginner is having the following findings
    I am seeing some strange behavior when the browser goes through the
    proxy vs when it does not.
    When the browser uses the proxy the last thing it requests is the
    following(packet 354):
    GET /i/themes/theme_20/btn-bg.gif HTTP/1.1 Via: 1.1 GITS6ISA Cookie:
    WWV_CUSTOM-F_941005998277888_193=7DE31ABFD8D9E680 User-Agent:
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.19)
    Gecko/2010031422 Firefox/3.0.19 GTB7.1 (.NET CLR 3.5.30729) Host:
    ithelpdesk.anupcomp.ae Accept: image/png,image/*;q=0.8,*/*;q=0.5
    Accept-Language: en-us,en;q=0.5 Accept-Charset:
    ISO-8859-1,utf-8;q=0.7,*;q=0.7 Referer:
    http://ithelpdesk.anupcomp.ae/i/themes/theme_20/theme_3_1.css
    X-Forwarded-For: 86.98.85.117 Cache-Control: max-stale=0 Connection:
    Keep-Alive X-BlueCoat-Via: E2DE37912594ECAA
    HTTP/1.1 200 OK ETag: "1a887e1-92-4c2c5105" Content-Type: image/gif
    Last-Modified: Thu, 01 Jul 2010 08:25:41 GMT Server:
    Oracle-Application-Server-10g/10.1.2.0.2 Oracle-HTTP-Server
    OracleAS-Web-Cache-10g/10.1.2.0.2
    (G;max-age=3600+360;age=0;ecid=121853469393,0) Date: Tue, 25 Jan 2011
    07:52:55 GMT Accept-Ranges: bytes Content-Length: 146 Connection:
    Keep-Alive Age: 0
    That is the browser requests
    http://ithelpdesk.anupcomp.ae/i/themes/theme_20/btn-bg.gif and gets a
    200 ok from the proxy/server.
    When the browser does not use the proxy I see the following
    behavior(packet 2783):
    The browser requests
    http://anupserver:7777/i/themes/theme_20/btn-bg.gif 2 times, each time
    the server responds with a 304 not modified status, this means the
    browser has the most recent copy of the .gif file. The browser finally
    does a post to http://anupserver:7777/pls/apex/wwv_flow.accept. Given
    that the browser gets a 200 ok response from the proxy when requesting
    http://ithelpdesk.anupcomp.ae/i/themes/theme_20/btn-bg.gif and then
    stops requesting data, we need to understand why the browser is behaving
    differently without the proxy(i.e. why does it request the content 2
    times and why is it doing the post). The interaction between the
    browser and the proxy appears normal, a 200 ok response with content is
    normal, why does the browser stop requesting content?
    GET /i/themes/theme_20/btn-bg.gif HTTP/1.1 Accept: */* Referer:
    http://anupserver:7777/pls/apex/f?p=193:1 Accept-Language:
    en-us,ar-ae;q=0.5 Accept-Encoding: gzip, deflate If-Modified-Since: Thu,
    01 Jul 2010 08:25:41 GMT If-None-Match: "1a887e1-92-4c2c5105"
    User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET
    CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152;
    .NET CLR 3.5.30729) Host: anupserver:7777 Connection: Keep-Alive
    HTTP/1.1 304 Not Modified Date: Sun, 13 Feb 2011 12:42:01 GMT Server:
    OracleAS-Web-Cache-10g/10.1.2.0.2 Content-Type: text/html Connection:
    Keep-Alive Keep-Alive: timeout=5, max=999 Content-Length: 0
    GET /i/themes/theme_20/btn-bg.gif HTTP/1.1 Accept: */* Referer:
    http://anupserver:7777/pls/apex/f?p=193:1 Accept-Language:
    en-us,ar-ae;q=0.5 Accept-Encoding: gzip, deflate If-Modified-Since: Thu,
    01 Jul 2010 08:25:41 GMT If-None-Match: "1a887e1-92-4c2c5105"
    User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET
    CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152;
    .NET CLR 3.5.30729) Host: anupserver:7777 Connection: Keep-Alive
    HTTP/1.1 304 Not Modified Date: Sun, 13 Feb 2011 12:42:02 GMT Server:
    OracleAS-Web-Cache-10g/10.1.2.0.2 Content-Type: text/html Connection:
    Keep-Alive Keep-Alive: timeout=5, max=999 Content-Length: 0
    POST /pls/apex/wwv_flow.accept HTTP/1.1 Accept: image/gif,
    image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash,
    application/vnd.ms-excel, application/vnd.ms-powerpoint,
    application/msword, application/x-ms-application, application/x-ms-xbap,
    application/vnd.ms-xpsdocument, application/xaml+xml, */* Referer:
    http://anupserver:7777/pls/apex/f?p=193:1 Accept-Language:
    en-us,ar-ae;q=0.5 Content-Type: application/x-www-form-urlencoded
    Accept-Encoding: gzip, deflate User-Agent: Mozilla/4.0 (compatible; MSIE
    6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR
    2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Host:
    anupserver:7777 Content-Length: 262 Connection: Keep-Alive
    Cache-Control: no-cache

    Hello Orton,
    I think this has something to do with network access, may be a firewall restricting access to the server.
    Thanks,
    Machaan

  • Upgraded to Flash 9 on OS 10.4.11 -- cannot view flash content

    Hi All! I recently upgraded Flash to v. 9 and can no longer
    view any Flash content online. No error messages - just blank space
    where video clip would normally be. Shortly before I noticed these
    problems, I also upgraded Quicktime. I've seen comments online
    about going into System Preferences > Quicktime > Advanced
    > MIME Settings > Miscelaneous. I was told to uncheck the
    Flash in the list, but don't see Flash listed there. I'm not sure
    if there is some conflict with Quicktime or if that upgrade is
    unrelated? Any advice would be appreciated! Sue

    I am having the same problem. When I installed The new Flash
    Player it said it was installed successfully. But I don't see the
    movie, just the (F) flash logo. When I go to pbskids.org to run
    flash content, it says I need the Flash Player??

  • Win8.1/Chrome 64bit: NPAPI Flash Player crashes on every page with Flash content

    Hi,
    Chrome 64bit (beta+) crashes on Win8.1 64bit, if I use the NPAPI Flash Player (v15 beta or v14 stable) and open a website with Flash content.
    More details here:
    https://code.google.com/p/chromium/issues/detail?id=402262

    Turning off NPAPI in Chrome 64-bit will be a very bad move. I'm using a Windows 7 Setup, with a Core2Quad 65 nm CPU and a pathetic Geforce GT 8500 GPU that is basically worthless. PPAPI  flash betas are available as a standalone now at this point, but I have done lots of side by side comparisons, and the PPAPI plugin is absolute garbage compared to the far superior Netscape architecture based plugin. I'm not the only one saying that. I have found loads of forums, and instruction videos online to fix Chrome video playback on youtube for instance. I have to install "Magic Actions for Youtube" addon for chrome so that I can disable HTML5. then I have to go into the plugins menu on chrome and disable pepper flash. I keep the 64 bit flash betas regularly updated this way, and I am getting peak performance. Once in a blue moon it will crash, but I think that is Google's fault. HTML5 should not be the default option in youtube. Compared to Flash, it does not have great GPU acceleration ability, and HTML5 in 64-bit doesn't even perform superior to 32 bit web browsers, where as 64 bit flash is a leap forward, as long as it's the NPAPI version, that is. Problems I have with the HTML5 and also Pepperflash are very similar.   The audio is out of sync with video, and the cpu is maxed out from memory leaking. I'm skipping frames and seeing glitches left and right. The seek functions in pepperflash never work right on youtube, you have to click an inch before wherever you want the video to play. On and on. Pepper flash has audio crackle. You can't get rid of the crackle from pepper flash or HTML 5. Yet, with NPAPI 64 bit flash beta in 64 bit chrome canary it plays PERFECTLY. once in a while I have it crash, which i think is the fault of the fact that I have to use an add on to force off HTML5. Why would I want html5, when flash NPAPI  64 bit produces superior picture quality on all quality settings. It's better in every conceivable way. Shame on Google for not putting more care into 64-bit flash on 64-bit Chrome. It couldn't possibly be a more important deal! You can tell pepperflash and HTML 5.0 are an afterthought. It's only youtube playback quality. why would that matter to google? OMG...  
    While I'm at it, I have one other issue that blows my mind. Adding command line flags in Chrome 64-bit (Canary) in Windows. Why do we have to add them through a shortcut in the "target" line? The target line runs out of space after 3 or 4 commands! I wish they would update Chrome Canary to allow for unlimited command lines to be added. It should be an option to add Command Lines on the About:Flags screen. I am so disappointed in these two glaring issues. It keeps me up at night.   

  • Flash content will not load in IE7

    My company standard is IE7
    I'm charged with developing flv that will auto play on PC from a removable thumb drive.
    in addition it should be able to launch a url.
    I'm using CS4 Flash and Dreamweaver
    developing on a Mac.
    I've used action script 3 to program buttons that start, stop and launch url
    I've worked everything out on a Mac.it works fine in Mac environment.
    I've gotten swf files to autoplay on PC
    the PROBLEM?
    when I try load the html web page on the PC with IE7 the flash content (either a swf or flv embedded using Dreamweaver) does not load.
    IF I leave the IE specific html in the code IE7 returns a message that flash player needs to update. - IT has installed the latest version of flash player.
    if I extract the sniffer/alternative code the flash content does not load there is no message
    If the swf file auto loads and plays then Why is that a problem?
    action script -  to launch url execution launches as a security warning and the trusted settings window
    not very seamless eh?
    so the alternative is to play the flash content embedded in html and create launch url button in html . . . but ofcourse flash content won't load in IE7.
    I've not been able to test the code on any other version of IE
    I hope this is enough information to help if not let me know what you need to know . . .
    thanks in advance for any time you all spend on this.
    M
    To the moderator I apologize for an earlier "test" post I was unaware nay ignorant of a test forum . . .

    I am having the very same problem and have done exactly the same... generated my html through flash professional CS5.  It works great in IE8 but is just a blank page in IE7.  You did not post the solution, did you find one? 
    My flash generated code is here http://www.asessippi.com/test/calendar.html will all of the supporting files in the same folder, and nothing else in there. 
    Any suggestions?

  • Flash player blank in IE9

    Flash Player does not work in IE9. This problem appears to have started when I tried the 64-bit version of the player. I have since:
    Uninstalled and reinstalled IE9.
    Uninstalled Flash Player 10 and 11.
    Installed Flash Player 10.
    Reset Explorer settings to default.
    Open http://www.adobe.com/software/flash/about/ in Internet Explorer 9
    Flash video does not play (video area is white).
    Version # displays for a fraction of a second before becoming blank.
    Right-click on either Flash area opens Flash drop-down menus.
    Note: on other sites with Flash content, audio plays properly but video is blank.
    Firefox, Chrome and Safari work properly.
    I'm using Windows 7 (64 -bit), IE9.0.1 (32-bit) and Flash Player 10.3.181.34 (32-bit)
    I suspect the uninstaller missed a file or something similar, but I don't know where to look (I'm primarily a Mac user).
    TIA,  Eric

    EricDuboisMDD wrote:
    Now I'm really confused as some Flash sites work in IE and others don't.
    YouTube works
    http://www.streamflashhd.com/ works
    http://www.psykopaint.com/ works
    http://www.adobe.com/software/flash/about/ does not work
    http://www.adobe.com/products/flashplatformruntimes/gallery/ does not work
    http://www.longtailvideo.com/players/ does not work
    http://flex.org/showcase.php does not work
    http://disney.go.com/mickeymouse/cds.html#/home does not work
    Sorry, I haven't seen this post before.  That means that Flash Player basically works.
    Can you go to the Global Settings pages and see if changing any of these settings may help:
    http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager03.htm l
    http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.htm l
    http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager06.htm l
    http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.htm l

  • Flash Content does not load if Non-Unicode language is selected as Korean

    Hello,
    Users in Korea who are part of Maersk.com are facing problems accessing sub-pages containing flash content. The issue resolves if we change the non-unicode language to any other language other than korean.
    Tried using Flash Player with debug and it throws up ActionScript error as follows:
    Error #2044: Unhandled IOErrorEvent:. text=Error #2036: Load Never Completed.
    The error occurs in the following links:
    http://www.maersk.com/AboutMaersk/WhoWeAre/Pages/History.aspx
    http://www.maersk.com/AboutMaersk/Pages/Management.aspx
    OS: Windows XP Pro
    IE8
    Flash player version 11
    What can be done to access these sites without changing the non-unicode language as this is required by other applications?
    Thanks,
    Satish

    I am having the very same problem and have done exactly the same... generated my html through flash professional CS5.  It works great in IE8 but is just a blank page in IE7.  You did not post the solution, did you find one? 
    My flash generated code is here http://www.asessippi.com/test/calendar.html will all of the supporting files in the same folder, and nothing else in there. 
    Any suggestions?

Maybe you are looking for

  • Can I get my G4 to mount on a mac mini?

    I have a G4 Desktop [PCI-graphics model] with 17 inch CRT monitor & G4 iBook. A router for my Broadband & use Ethernet file sharing between them. I want to buy a Mac Mini & use my G4 desktop like an external Hard dive to the Mac Mini linked to my mon

  • In Configuration of Adapter,forselecting adapter type i gotno objects found

    In Configuration of Adapter,forselecting adapter type i gotno objects found. Default Adapters not Appear.please send me description to solve this problem.

  • Script for export all text in single rtf file?

    Hi! I need to export all storys from indd document to a single rtf file. Is there avaible some free script for CS4 which can do that?

  • ERROR: package.opf is over 300KB

    Hi All, For one of the EPUB package I have; EpubPreflight Version 0.1.0 shows an "Error: package.opf is over 300KB". Whereas EPUB Best Practice 1.0.3 does not say that OPF file should or must be below 300KB uncompressed. The best practice guide only

  • Time machine via airport

    thought it should be possible; thought to be smart and created back -up via usb cable from imac to hard disk and connected this disk hereafter with airport extreme, but.... time machine would not use the existing backup and started a new one, after c