|
-
Making multiple SWFs into one big SWF
I've got this project I've been working on, and right now, it's pretty big, covering all of the sports at my school with news, scores, rosters, and statistics. It's pretty big, so I
made it on many seperate SWF's that load on clicks.
My question is how could I have them load the same way, but still be all in one big SWF so that I can easily upload it when I have to (I don't have access to uploading full folders on my school website so I can't just upload the folders)
-
multiple swf in big swf
write the following codes in big swf
loadMovie("1.swf", "1");
loadMovie("2.swf","2");
loadMovie("c.swf", "c");
loadMovie("b.swf", "b");
loadMovie("a.swf", "a");
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|