Jump to content
Search Community

duplicate loaded swf

paulr test
Moderator Tag

Recommended Posts

You want to duplicate all the objects inside your swf or just a BitmapData visual representation? The former is not possible (well, not unless the object is very simple) but the latter should be as simple as using BitmapData's draw() method.

Link to comment
Share on other sites

yes my first feature request.... reload same data. normally this data is taken from the cache and very fast so there is no need to preload...but i need a workaround very soon, any suggestions?

greetings

Link to comment
Share on other sites

What do you mean by "workaround"? What are you trying to work around? Can't you simply load the swf again with another SWFLoader if you want a duplicate object?

 

If you want to use that duplicate method from Senocular, you'd need to do that on your loader's rawContent, not content. Remember, the "content" refers to the ContentDisplay object into which your rawContent is placed. The rawContent is your actual swf (for a SWFLoader at least).

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...