actionscript 3 - Flash Simulated Download Showing Loader But Loader Is Skipped On Web Page -


i'm using same preloader have used lots of other flash projects before know works reason isn't doing here.

i have made sure of symbols exported in frame 2 , preloader loads main class getting through definition name not loaded , loader on frame 1.

when run application in ide , perform simulated download loader displayed correctly once 2% of application has been downloaded, , continues through 100% when shows application.

when run application in web page shows nothing few seconds , in chrome network tab visibly downloading it. once swf downloaded loader flashes complete second , application moves on main part.

when generate size report this:

frame # frame bytes total bytes scene
------- ----------- ----------- -----
1 228408 228408 scene 1
2 11189678 11418086 (as 3.0 classes export frame)

it looks me application displaying first frame once loaded, or somehow loading loader images after else, strange since same project i've made 50 times before copied , altered.

does have ideas?


Comments