loadmovie is used to load external movies. So these external movies are
NOT in your main movie library. They are seperate files in the same
folder as your main file.
You load them either using
loadMovieNum(URL, level), in which case you load them on a level above
the level of your main movie, or using
movieClipName.loadMovie(URL)
in which case you load them in a MovieClip instance (in my example this
instance is "movieClipName") in your main movie.
If you have further questions, please try to be more precise in
describing what you're atempting to do.
[quoted text, click to view] akta wrote:
> i am exporting a movie that refers to other movies... i put them in my library
> but it doesn.t work
>
> how do i do that... cuz when i export my main movie in a folder it wont use
> the other movies...
>
> how do i put all that in a single file
>
> i am using loadmovie action script