If it is an external swf use loadMovie
Extrenal clip try loadMovieNum
If it is in the library you can use attachMovie
Once it is loaded you can go to a specific frame as long as your paths are right.
It is a brief answer but if you can give us a few specifics we may be able to give you more detailed answer.
Oh yeah, something I learned the hard way...label your frames then you can reference them by the name and not the number. Referrencing the frame by number is bound to be a pain. If you insert a frame, you have to change all of the action script. But if the frame is labeled it won't matter, inserting a frame has no negative effect on the script.
Last edited by drliebs; 09-09-2003 at 03:06 PM.
|