PDA

View Full Version : Load Movie



The_Vulcan
September 28th, 2003, 03:56 AM
I have a container

I have multiple movies that I loaded one at a time depending on which option is selected.

I would like to load movies in the background while they are browsing one selection.

Is it possible to load a movie without loading into target? So that when they select a different option it will have already been loaded in the background and would just have to be displayed in the container.

eyeinfinitude
September 28th, 2003, 06:55 AM
Hmm...I suppose you can load them into a container movieclip and set the _visible property to false on that movieclip so that it's not visible till something is clicked.

I also think it would lag your movie a bit to have something loading in the background.