A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Making multiple SWFs into one big SWF

  1. #1
    Junior Member
    Join Date
    Feb 2009
    Posts
    1

    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)

  2. #2
    Junior Member
    Join Date
    Feb 2010
    Posts
    1

    Smile 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
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center