PDA

View Full Version : Merging Flash files


Bones
11-25-2004, 11:37 AM
I have two .fla files which need to be merged into one. I've tried exporting one as a .swf and then importing it into the other, but the results were glitchy (it contains sound and lots of moving images). The only other thing that I can think of is using loadmovie to load the second file (as a .swf), but the finished file needs to be exported as a Windows Projector file.

Is there a way that I can just merge the two .fla's, of even drag a scene from one movie to another?

Any help gratefully recieved.

Thanks,

Bones

farafiro
11-25-2004, 12:53 PM
Bones
u can load the swf with the loadMovie\

also, I think there is a program for meging swfs, lemme see and get back

farafiro
11-25-2004, 12:56 PM
http://www.screenweaver.com

baby_annie
11-26-2004, 01:31 PM
I think you can Copy and past frames.

Xeef
11-26-2004, 02:24 PM
Copy and past can by dangerous !

let's say :
1.SWF : Frame 1
a=10
2.SWF :Frame 1
var a:String="Hallo"

and you have a problem !

not check the link from fafi but if it not working, by hand it can by very complicated
as the exemple abow
you have to go truh all the code to by sure there are no "overlaping" Var declarations