FrancisBourre / lowra

Automatically exported from code.google.com/p/lowra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

a dynamic swf cloner

GoogleCodeExporter opened this issue · comments

I found a little hack to duplicate dynamicly loaded swf : http://
kiroukou.media-box.net/blog/mes-recherches-sur-flash/109-dupliquer-un-swf-
dynamique-en-as3.html

I thought it might be interessting to handle this directly at the laoder 
level with, as a fist idea, a kind of LoaderLocator to retrieve the loader 
content (FileStrategy one) and allow to clone that.

It is just a thought, so what do you think about that ?


Original issue reported on code.google.com by kiroukou@gmail.com on 7 May 2007 at 9:07

Hi ;)

This system is now allowed with the new 'resources' feature.

Just pass your swf url in a resource node, and Lowra store content in a 
ByteArray mode.
Feel free to clone our swf using BeanFactory.getInstance().locate( "myNode" ).

Cheers,
Romain

Original comment by romain.ecarnot on 26 Jan 2009 at 5:14

  • Changed state: Fixed