hey
i have a problem
im making a flash site with dynamic content…
there is a main .swf file which is loaded 1st and then this one loads the secondary pages…
Now lets say someone loads the News page, which is then loaded into the main movie. but the movie which has just now been called ( news ) checks what text and images it is to display of a mySql database. but it does not do this untill it is done loading, and when it is done loading the loader movie is then gone , but the page is still blank because it is still loading the image that was supposed to already be preloaded…
now if that isent messy enough im gonan try to make it a little more understandable =)
- mainpage loads an external movie
- loader page is displayed for external movie
- external movie is done loading, then starts loading the image that it dynamically find out is supposed to be there too
4)page is shown , but still not done loading the dynamic content
now how do i make a % loader with kbytesloaded/kbytestotal
Thanks =)