I have some flash files that wont load on the website until the browser is refreshed. Same for every browser. Research indicates possibly needing a pre-loader for the flash file, but I'm not exactly sure what script I'm looking for. Any help would be appreciated. http://udornthara.com File is 384KB, 4 images, 8 shapes, 7 frames (of which 0-6 are 'loading...') and 4 scripts: // Action script... // [Action in Frame 3] bar._xscale = 1; // [Action in Frame 5] bar._xscale = 100 / getBytesTotal() * getBytesLoaded(); _root.display = math.floor(100 / getBytesTotal() * getBytesLoaded()); if (_framesloaded == _totalframes) { play (); } else { setProperty("", _currentframe, --_currentframe); setProperty("", _currentframe, _currentframe); setProperty("", _currentframe, --_currentframe); gotoAndPlay(_currentframe); } // end else if // [Action in Frame 6] gotoAndPlay(7); // [Action in Frame 7] stop ();
http://www.youtube.com/watch?v=70hYleZge40 http://www.youtube.com/watch?v=mfT84Bvy9yU&feature=related Hope here is wat you are looking for.
thanks very much. can you see if my current scripts call a preloader? it file has 7 frames, 6 are 'preloader' images (loading...), but don't have the same scripts as the video
Hope is ok http://patratzel-mov.info/banner/ And here you find the source files : http://patratzel-mov.info/banner/banner.rar Thanks!
excellent PatratzelMov, just what I needed - do you know a good flash detection script? or a way of degrading the display nicely if they do not have flash capabilities?
Hope this is what you are looking for : http://www.adobe.com/products/flashplayer/download/detection_kit/.
PatratzelMov, Thankyou very much. The site has a separate flash banner for each page (diff images), I should be able to copy the action scripts from your corrected file and fix the whole site problem. Appreciate your help...