DuplicateMovieClip with AS3 (not Senocular’s way)
Dezember 2nd, 2008 • hot
Extern gefunden:
I’ve been trying to use Senocular’s duplicateDisplayObject() for a while and I’ve experienced a lot of crashes of specific versions of Flash player and also unsuccessful results when used within an AIR application. After playing around quite a bit with all this, the best way I’ve found is to avoid duplicating the instance but duplicate the element on the domain/library instead.
I’m pasting here a snippet of how it works:
via