Before I attempt this I thought I would ask. I have converted small swfs into
movie clips before but I wanted to know if I could convert a photoslideshow
.swf to a movieclip so I could have it play from the timeline rather than call
it as an external swf (withloadMovieNum)
the actual slideshow swf only has two frames and two layers on the timeline is
it possible?
example
button in main.swf loads external slideshow swf onto level
can I take external slideshow.swf copy all frames in a movieclip inside
main.swf
and place mc on a frame and call with gotoandplay(frame?)
hope I'm clear as the slideshow itself uses an xml file to call up various
photos.
the site as is now is here
http://dagwaremedia.com/AYSM2.0/aysmindex.html
mentlity - 31 Oct 2008 16:39 GMT
Let me make this easier, is there another method to call up an swf and have it play inside a frame of another swf without using loadmovienum?