PDA

View Full Version : Can this be done


MadWilson
10-09-2002, 02:10 PM
Is it possible to load a .swf fiel in to a movie and then load other .swf fiel into the first loaded .swf fiel. The move contains the buttons that load the .swf fiels.

If this is possible can some one send me in the right direction.

Thanks.

cobo
10-10-2002, 08:42 AM
hi,
i think it should work.

_root.empty_mc.loadMovie("my.swf");

cobo

farafiro
10-10-2002, 09:05 AM
u mean to load swf it a loaded swf, no, u can't, they will replace each other. but yes u can do that by attach more than one movie, to the same holder as long as u change the depth_root.holder.attachMovie("first",first,1)
//then
_root.holder.attachMovie("second",second,2)

cobo
10-10-2002, 09:08 AM
thanx for that farafiro...

cobo

farafiro
10-10-2002, 09:10 AM
nop, but sorry i had to modify it more than once
I have less caffeen this morning

MadWilson
10-10-2002, 01:49 PM
Thanks

I don't know why I didn't think of puting the movies on diferent layers. I need more coffe !