How can I do this?
How can I do this?
Out of context: Reply #7
- Started
- Last post
- 8 Responses
- o0o0
I think you can... but not on a separate frame.
So your preloader is the parent movie. It first creates an empty movieclip, sets _visible to false, then loads the other file into it. Then you check bytesloaded/bytestotal or whatever on that. When it's loaded make it visible again...... I think that should work...