User Guide
loadMovieNum() 375
The loadMovieNum() action also lets you load JPEG files into a SWF file while it plays. For
images and SWF files, the upper left corner of the image aligns with the upper left corner of the
Stage when the file loads. Also in both cases, the loaded file inherits rotation and scaling, and the
original content is overwritten in the specified level.
Use
unloadMovieNum() to remove SWF files or images that were loaded with loadMovieNum().
Example
The following example loads the JPEG image tim.jpg into level 2 of Flash Player:
loadMovieNum("http://www.macromedia.com/devnet/mx/coldfusion/articles/
basic_chart/tim.jpg", 2);
See also
loadMovie(), unloadMovieNum(), _level