Allright, I’m asking a huge favor here.
I’m in need of a actionscripter since my knowledge of AS is somewhat limited.
I want to dynamically load external .swf files in an empty movieclip. Not a problem, I can do that. But since the .swf is somewhat large I want to add a preloader. For this preloader I have an animation (A circle that fills up over 100 frames). I want to be able to show the percentage that is loaded and that the frame number of the animation is the same as the percentage that is loaded.
Example.
The external .swf(100Kb) is loaded into container_mc. You see the animation running (the circle filling up). When the .swf is 40% loaded, 40% of the circle is filled up (the animation is at frame 40). When the entire swf is loaded, is shows up on the screen and not sooner…
I’ve tried looking at the tutorials and tried the search but I can’t really make heads or tails of it.
Please help me…
Here is a plain .fla with two external swf’s. The fla contains a background, a content-layer with the empty container_mc, a loader layer with the loader animation, a buttons layer which contains two buttons to switch between the two test-swf’s and an actions layer.
I’ve anybody can help me, it would be greatly appreciated.