A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: I still am unsure of the answer...

  1. #1
    Senior Member
    Join Date
    Sep 2002
    Posts
    160

    I still am unsure of the answer...

    Is it possible with AS3 to load an external SWF (with many frames) into my movie and then make multiple copies of it? I don't want to rely on the browser cache, can you just make copies of the loaded SWF and not reload it? Does anyone know of any methods/tutorials to do this? Thanks for any help!

  2. #2
    Knows where you live
    Join Date
    Oct 2004
    Posts
    944
    The one way I can think of doing it is load it into a ByteArray via URLLoader, then load the ByteArray into as many Loaders as you want via loadBytes.
    The greatest pleasure in life is doing what people say you cannot do.
    - Walter Bagehot
    The height of cleverness is to be able to conceal it.
    - Francois de La Rochefoucauld

  3. #3
    Senior Member
    Join Date
    Sep 2002
    Posts
    160
    That worked perfectly. Thank you!!!

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