PDA

View Full Version : Adding a SWF file to FLA


58ghostdog
08-10-2006, 11:14 AM
Hi there,

I have a really nice swf file that i would like to insert into my flash file. I do not have the swf file in FLA. format. So i cant edit it.
Is this possible to do?:eek:

jharmon
08-10-2006, 03:22 PM
you can load the swf into _root or a movieClip in your flash file by using loadMovie

example:
myClip.loadMovie("myMovie.swf");