Good day am using this preloader to preload content in flashthis.stop();onEnterFrame = function () { loaded = this.getBytesLoaded()/this.getBytesTotal()*100; if (loaded != 100) { pirilodm.gotoAndStop(Math.round(loaded)); } else { this.gotoAndStop(102);}};it works well also let me mention that pirilodm is the animation that plays acording to how much bytes already loaded but how can i use it to preload external swf if anyone knows i will be greatful for advice also this is were i found the preloader tutorial but i have modified my above code a bit to suit what am trying to do.http://www.kirupa.com/developer/actionscript/tween_as_preloader.htmThanks
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Problems PRELOADING a SWF file | 1 | 81 | July 22, 2003 | |
Preloading a seperate .swf | 0 | 32 | November 17, 2003 | |
Preload external swf's into one main swf | 0 | 95 | February 26, 2006 | |
External loaded movie preloader
|
0 | 32 | January 22, 2004 | |
External loaded movie preloader
|
0 | 45 | January 22, 2004 |