How can I do this?
- Started
- Last post
- 8 Responses
- dpre100
I have a flash animation and i want to create a preloader on another file
is this possible?
file 1 : preloader of the file 2;
file 2 : the flash animation
help please!!!!!
:)
- stewart0
put the preloader in file 2, then load file 2 in file 1.
- dpre1000
help please!!!
- bug10
put the preloader in frame 1 of movie one.
after it's loaded send it to a frame 2 of movie 1 where you have a loadMovie action that loads movie 2.
- carver0
you can't!
- Bio0
can't never could...
D'OH!
- bug10
yeah, it won't work...
i was thinkin scenes.my bad!
- 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...
- czrock0
If someone posts an example of a good preloader like this i will be very greatful.