Skip to main content
October 17, 2007
Question

loadMovie-Combining two files

  • October 17, 2007
  • 2 replies
  • 302 views
I am working in MX 2004. I have two separate swf files that I need to merge together and export as a projector file to burn to CD. I can get the first movie in place or I can get the second movie in place over the first, but I'm not sure how to script it so that the second swf file will play right after the first swf file.
I'm at a crunch time on this project any help would be gratly appreciated.
Also, i'm not really a programmer, so my Actionscript skills are very weak.
This topic has been closed for replies.

2 replies

October 17, 2007
Like I said I don't really get actionscript, so can you be a little more specific on how that should be?
Or is this something that I can load into the last frame of the movie I currently have?
October 17, 2007
Pass value as query string in loadMovie("loaded.swf?gotoAnd=framenumbe") :

I hope it will work

Thnx Raj