Flash movie doesn't load properly in IE only

I have a simple flash movie which transitions through text and photos. I have a preloader (AS3) on frame 1, which sends the playhead to frame 2, after the movie has loaded 100%. For some reason, in Internet Explorer, the preloader bar will load all the way, but fail to move the playhead to frame 2, so it'll just sit there, with the preload bar at 100%. However, this does not happen every time. For instance, right now, the flash movie will play when I initially go to the website, but when I click on another page, the same flash header (same swf on each page) will just show the preloader bar but will not play the rest of the movie. Reloading the page doesn't help. Closing the browser and reopening it doesn't help. Clearing the browser cache doesn't help either. So, the flash movie will play correctly on the first page of the website I go to (whether it be the home page or another page) but then when I go to any other page which has the flash movie, it won't play, just sits there with the preloader bar showing. And then when going back to the initial page I entered the site on, the flash movie no longer plays there, either. I haven't seen this problem in any other browser than Internet Explorer (6 and 7). I've checked in Firefox on Mac and PC and Safari on Mac. I'm using flash player 10.0.22.87 on my Mac and PC. The flash movie was made in Flash CS3, for flash player 9, actionscript 3 code.
So, to see the problem, go here in Internet Explorer: http://demo.matthewpavkov.com/adairsolar. Wait for the movie to load and start playing. It works. Then, navigate to one of the other pages and you'll see that the same swf will not play. Navigate back to the home page, the swf does not play.
Here is the preloader code:
import flash.display.*;
this.stop();
this.loaderInfo.addEventListener(ProgressEvent.PROGRESS, PL_LOADING);
function PL_LOADING(event:ProgressEvent):void {
    var pcent:Number=event.bytesLoaded/event.bytesTotal*100;
    lbar.scaleX=pcent/100;
    lpc.text=int(pcent)+"%";
    if (pcent>=100) {
        this.gotoAndStop(2);
Also, if I remove the preloader actionscript code, the flash movie plays correctly. You can see that here: http://demo.matthewpavkov.com/adairsolar/no-preload
The .fla is available to anyone who wants to take a closer look.

mjjp,
     In may just be that in IE, the ProgressEvent never fires -- because your content is already cached.  See what happens if you add the following new lines (very end of the code sample):
this.stop();
this.loaderInfo.addEventListener(
  ProgressEvent.PROGRESS, PL_LOADING
function PL_LOADING(event:ProgressEvent):void {
  var pcent:Number=event.bytesLoaded/event.bytesTotal*100;
  lbar.scaleX=pcent/100;
  lpc.text=int(pcent)+"%";
  if (pcent>=100) {
    this.gotoAndStop(2);
if (this.loaderInfo.bytesLoaded >= this.loaderInfo.bytesTotal) {
  this.gotoAndStop(2);
     See what's going on?  This way, even of the ProgressEvent handler never fires, you're still comparing the bytesLoaded property against the bytesTotal property.
David Stiller
Adobe Community Expert
Dev blog, http://www.quip.net/blog/
"Luck is the residue of good design."

Similar Messages

  • Flash Movie Doesn't Load in Dreamweaver

    I'm trying to center my flash movie withing a 3 row table in
    an HTML file that has the "Flash Detection" javascript embedded
    within it. I'm really not sure if I've put the table formatting
    HTML in the correct place or not. When I test the movie everything
    is fine but it doesn't load online. I'll attach the code to this
    post. The website is www.elkhornpeakcellars.com if you'd like to
    see what this code currently produces. Thanks

    dvdbsqt;
    You asked>
    I'm really not sure if I've put the table formatting HTML in
    the correct
    place or not.
    I don't see any html table related tags in your posted
    script, or in the url
    page source-Perhaps you found an acceptable solution--your
    flash appears OK
    (ie7/winxp/fp9)...
    -Tom Unger

  • My flash website gets stuck and doesn't load properly

    I have developed a flash website that works perfectly well
    when i test it on my computer. when i have loaded it onto the web
    it seems to get stuck.
    www.adamdunnesculpture.com
    if i do a hard refresh (Ctrl & F5) it will load properly.
    is there any code that will force the flash movie to fully load...
    i am totally stuck and have worked hard on this to allow me
    to teach this at the school i work at. any advice would be very
    very gratefully received.
    Thankyou in advance

    you should use preloader code or the onLoadInit() method of
    the moviecliploader class to ensure all assets are loaded before
    any attempt is made to use those assets.

  • I just upgraded to dreamweaver cs5.5  and widget doesn't load properly ?

    I just upgraded to dreamweaver cs5.5  and the spry lightbox gallery widget doesn't load properly ? I drag and drop in design view. All my other adobe programmes are still cs3 flash photoshop etc is this why or what am I doing wrong as all i get on the page is a set of images vertically from the gallery template and no gallery layout? Can anyone help?

    Was my answer here http://forums.adobe.com/message/4339831#4339831 not good enough???
    Gramps

  • In Home Agent doesn't load properly

    I have two nearly identical desktops and a laptop.  The IHA doesn't load properly on one of the desktops.  All have Win XP SP3 with all the security updates.  All use Firefox as the default browser, but do have IE8 installed and working.
    On the one that IHA doesn't load properly, when attempting to load, I wind up with two icons in the system tray.  One is labeled MSI1F.tmp; the second, MSI18.tmp.  Both tool tips show "Script paused" checked.  If I restart the computer, the icons disappear.
    If I attempt to execute the IHA, it starts up, and looks like it wants to work, but when I get to the page with the toolbar at the top and I click on "Internet," the body of the page goes blank and does not display anything. 
    Going to the feedback portion on the laptop (so I can be next to the desktop), I contacted support, and they were able to use remote control of my computer, but couldn't do any good and gave up.
    Everything else seems to work.  I can connect to the internet, but downloading a large file, such as Flash Player, is excruciatingly slow (that's what started all of this); the working units just fly.  Using the laptop, I have been able to isolate the problem down to something inside the desktop, eliminating connection, router, and wiring issues.  I have also tried using a wired and a wireless connection with the same basic results, making me think that it is just not one of the hardware interfaces (The wired connection is 1.0 Gbps and the wireless is "n.")
    Any ideas short of just reloading XP and all of the other software?
    Thanks.

    Not sure if reloading will help In-Home Agent start working. I'm not sure what the fix would be for this but the software is known to be a bit glitchy. A lot of us just prefer removing it from the machine if all works well, unless you need a specific feature/repair option within the software.
    ========
    The first to bring me 1Gbps Fiber for $30/m wins!

  • Flash builder doesn't load on flash player 11,only version 13

    Hi everyone
    I developed a swf player on flex builder 4.5, over flex sdk 4.6, using the minimum version required by the sdk(11.1)
    But for some reason, the script code only works fine on flash player 13.
    What am i missing?
    On the flash player 11 this is written by swfobject.js
    <object id="CorePlayer" name="CorePlayer" width="0" height="0" type="application/x-shockwave-flash" data="assets/CorePlayer.swf"><param name="allowscriptaccess" value="*"><param name="allowfullscreen" value="true"><param name="wmode" value="transparent"><param name="flashvars" value="endpoint=&amp;hash="></object>
    And this is the javascript code using swfobject.js way:
    var swfVersionStr = "11.1.0";
                    var xiSwfUrlStr = "playerProductInstall.swf";
                    var flashvars = {
                        endpoint: "",
                        hash: ""
                    var params = {
                        allowscriptaccess: "*",
                        allowfullscreen: true,
                        wmode: 'transparent'
                    var attributes = {
                        id: "CorePlayer",
                        name: "CorePlayer"
                    swfobject.embedSWF("assets/CorePlayer.swf", "flashContent", "0%", "0%", swfVersionStr, xiSwfUrlStr, flashvars, params, attributes);
                    swfobject.createCSS("#flashContent");
    But doesn't load corePlayer.swf on the networks resources from chrome.
    Any ideia about this issue please thanks for your attention!!
    Also some others tecnichals settings

    From: Bill Boggs
    Sent: 01/04/2014 1:13 PM
    To: [email protected]
    Subject: Re: Flash player doesn't load on PBS sites
    Hey Mike,
    Those folders do exist. I did a clean install, checked to make sure those folders were there, but still get the same results with video on PBS sites. Seems to work everywhere else though. When I right click on the player space, besides the flash player settings and “about” links, there is also an “about JW player” link, if that means anything.
    Bill

  • Flash flashes but doesn't load - help

    I have put up a new site ( we bought it and reimplemented it)
    and one game is not working. It flashes and doesn't load.....
    Any ideas?
    It's the crossword puzzle on
    http://www.vocabulary.co.il

    We wrote a new home page to make it work but we are NOT happy
    with our solution. The original home page had security in it so if
    people bookmarked the .swf files, their session was forced to start
    at the highest level.
    There was also other stuff but we took it all out to make it
    work. Now we'll slowly put it back in.

  • Safari doesn't load properly

    To all out them
    Kindly please advise.
    My Safari on MBP doesn't load one of my fav website properly.
    the text inside in content doesn't load properly in order. All of the text are upside down.
    When i try to load it on Internet explorer it states that:
    IE doesn't know how to handle the type of file.
    Mime: Application/gzip-compress
    File name: Index.php.
    Kindly can any experts in here can help??
    Thanks a MILLION.

    Hi
    Is it possible for you to tell us the url or name of the website you have problems with?
    Does your mbp open all other websites ok?

  • Website doesn't load properly in Firefox and IR.

    Does anybody know why my website:
    www.clicktoneproductions.com doesn't load properly in firefox and
    Internet explorer but seems to load okay in safari? This is my
    first ever website so I'm not too familiar with CSS although I've
    used Div Tags to contain all the links and used CSS for the
    background image.
    In firefox/IR the background image either doesn't load at all
    or loads sometimes.
    Any help would be greatly appreciated!

    Start by adding a valid doctype and validating the page.
    Also, why do you have a splash page that does nothing other than
    open a popup? Many people will not disable their popup blocker just
    to enter your site and the splash page adds nothing of
    value.

  • Flash doesn't load properly on a particular website

    http://garth-marenghi.mybrute.com/
    I had previously been using the website without any problems, but when I browsed it yesterday, parts of the website that use the Flash plugin wouldn't load in Firefox. It just appears blank. I've attached a few screen shots to show you what I mean. Also, right-clicking on the Flash area brings up a box  with "Movie not loaded" in greyed out letters.
    I haven't installed any new software on my computer, no flash blocking software or anything like that, and the version of Firefox is the same one I've been using for a while now (final version of Firefox 2.0). I haven't experienced any problems with it prior to this. Every other website I've browsed has worked fine (Flash loads normally), except for My Brute. The site works in Internet Explorer without any problems, only Firefox is affected.

    Ok, it just started working again. Still no idea why it stopped working in the first place. I spoke with other people who reported no problems viewing the site, so I'm sure it was a problem at my end and not a site-wide problem. I haven't changed any settings here either though...
    Anyway, I'll leave this topic as it is and give it a day or so, just in case the problem returns.

  • Flash control doesn't load in Firefox if offscreen

    We use a swf for a page counter that needs to run when the page loads, but in Firefox it doesn't run until the viewer scroll down to the swf.
    Is this normal behavior? Is there anyway to force the swf to run at page load?

    Did you upload the Flash movie (the SWF file)? Doesn't appear
    to be on
    your server.
    Alec Fehl, MCSE, A+, ACE, ACI
    Adobe Community Expert
    AUTHOR:
    Microsoft Office 2007 PowerPoint: Comprehensive Course
    (Labyrinth
    Publications)
    Welcome to Web Design and HTML (Labyrinth Publications)
    CO-AUTHOR:
    Microsoft Office 2007: Essentials (Labyrinth Publications)
    Computer Concepts and Vista (Labyrinth Publications)
    Mike Meyers' A+ Guide to Managing and Troubleshooting PCs
    (McGraw-Hill)
    Internet Systems and Applications (EMC Paradigm)

  • Flash movies title picture loading very slow

    Hi!
    I convert mpgs to flash movies in Flash 8 and
    put them on a webpage in Dreamweaver using a
    Halo skin.
    There are several movies on a page and when a user
    opens the page it takes a long time for the first pictures
    of the movies with the Halo skin to load.
    Any ideas about what is going on? This happens even on
    my own computer with cable connection.
    Thanks, Amdy

    Developer-specific resources include:
    MSDN IE Development Forum (post such questions here instead)
    http://social.msdn.microsoft.com/Forums/en-US/iewebdevelopment/threads
    Tip: When posting in Developer forums, always include a link to your web site or test pages in your first post.
    IE Developer Center
    http://msdn.microsoft.com/en-us/ie/default.aspx
    IE’s Compatibility Features for Site Developers
    https://blogs.msdn.com/b/ie/archive/2010/06/16/ie-s-compatibility-features-for-site-develo pers.aspx
    Preparing Your Site for IE9
    http://blogs.msdn.com/b/ie/archive/2011/03/18/preparing-your-site-for-ie9.aspx
    Expression Web SuperPreview for Internet Explorer (60-day free-trial, stand-alone visual debugging tool for all versions of Internet Explorer)
    http://www.microsoft.com/downloads/en/details.aspx?FamilyID=e6cc9b3e-7eab-4525-8322-14d7e2 67eb2c
    Expression Web SuperPreview Release Notes
    http://www.microsoft.com/expression/products/Web_ReleaseNotes.aspx
    Validators:
    http://validator.w3.org/
    http://jigsaw.w3.org/css-validator/

  • Flat File DataSource doesn't load properly.

    Hi all,
    we have a data file, which is tab delimited, saved as CSV and text versions. i have created a flat file datasource, mapped all fields.
    I can load CSV version fine, but when use it on text version, it doesn't like it and can only return column one with the rest of the column blanked in the preview tab.
    Setting:
    In the "General" tab, everything is unchecked.
    In Extraction tab, Adapter - "Load Text-Type File from Local Workstation"
                             Character settings - "Default setting"
                             Data format - "Separated with Separator"
                             Data separator - tab (00BB Hex)
                             Escape Sign - CR (00B6 Hex)
                             Number format - Direct entry
                                                     Thousand Separator - ","
                                                     Decimal point - "."
    i have tried different setting, change number format to "User Master Records".
    With the text version, the result in Preview can only display first column and Proposal preview can only shows one column. There is no error returned from the text version.
    The CSV version can display all data and they are aligned as well.
    what do i miss? is the text file not saved correctly? i can see all tabs and CR in the text version. it seems to be the tab is not detected properly or something.
    Regards

    Hi,
    Have a look at the below link:
    Loading Text Files(.TXT) into BW with HEX option

  • IMovie doesn't load properly

    Hi
    I start iMovie and i see the loading symbol then when all my thumbnails appear, the gray bar in the middle with all the buttons disappears and all i see is gray, no voiceover button, reject clip, no music all gone. Even the Red yellow and green circles in the top left have disappeared. Also when i try to skim movies it doesnt work properly and the red bar that follows your mouse cant keep up.
    I hope this makes sense and somebody knows how to help me.

    HI there, Do you have the latest update for IM? YOu do not say what version you have. First make sure you have updated...to the most current version... If the application is acting odd, I start by first repairing permissions, in disk utility. Than try it again, if that does not work I delete the I Movie preferences. It will create a whole new set when you launch the application again. That is location in your User folder>library>preferences>com.apple.imovie.plist. MOve to trash. Than try I Movie again. See if that works. If not post back, Ileen

  • Since update, facebook doesn't load properly; it does in IE and Chrome.

    firefox updated yesterday. since then, facebook does not load properly at all. i thought maybe facebook had changed, again. nope. i tried with IE, Google chrome and on the ipad and all 3 loaded the way facebook always loads. this is really annoying. i thought it would change when i shut laptop down last night and turned it on today. nope.
    nothing else in my system has changed.
    cindy allison

    Reload web page(s) and bypass the cache.
    * Press and hold Shift and left-click the Reload button.
    * Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    * Press "Cmd + Shift + R" (MAC)
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

Maybe you are looking for

  • Excise Invoice printing for Rate Difference

    Ref : CIN Business Scenario :- We are have to Prepare the Excise invoice for the price difference (rate difference) & we are have to charge the Excise duty & Tax to the customer. Here we are preparing the debit memo request & then preparing the Invoi

  • Can you use boolean function in where clause

    Hi, I have a boolean function. Is it possible to use it in where clause of query. Eg; is_prime(13) returns boolean select 1 from dual where is_prime(13)

  • Try - catch question..

    hello.. i was wondering if i can use a try-block and catch a built in exception without explicitly throwing the exception.. example: try{ foo[5] = 'A'; catch (IndexOutOfBoundsException e) { blah blah is this possible w/o throwing the IndexOut... exce

  • Export a column to bibtex.bib with jquery

    Hi, Is it possible to create a link or button with jquery inside my content type(for example in the welcome page of the content type) that export the content of a column of this content type to a .bib file(for example bibtex.bib) ? user click on this

  • CS4 and Vector Paint crash

    I don't normally post over here in the AE forum (mostly the PPro forum) because well...AE really never has any problems for me. However, I'm having some issues with the Vector Paint effect. I'm trying to get that "write-on" effect by using vector pai