PDA

View Full Version : Loading Flex SWF to AS3 project



Terenced
January 21st, 2008, 10:49 PM
I'm trying to load in swf-s created with Flex to a simple AS3 project but the catch is that they have to be garbage collectable.

The loading and displaying is not a problem but removing from memory is harder. I don't know of any Flex built in function for reference removal but it would be nice.

The other thing I tried is loading in just Flex modules with some success but making them fully functional would be a lot of work.


Any ideas would be appreciated.

Terenced
January 23rd, 2008, 05:24 PM
Now I successfully compiled the Flex2 sources into a working app and I'm trying to modify the sources to remove references that could keep them from being Garbage Collected.


But I'm still hoping that there's an easier way...