Merging two .fla or .swf files

i have two flash files and would like to integrate the two of them such that one is playing within the other, please detail. thank you.

You can load a swf into your main movie.

Create a blank mc, position it where you want it to play, and put this code in the 1st frameā€¦

container_mc.loadMovie("file2load.swf")

Hope this helps,
Jen :slight_smile: