How can I use SWFLoader purely from Actionscript in Flex 3 and dynamically load content?
Posted
by KingVin
on Stack Overflow
See other posts from Stack Overflow
or by KingVin
Published on 2009-06-20T05:58:42Z
Indexed on
2010/06/03
22:04 UTC
Read the original article
Hit count: 181
Hi Friends!
I'm doing a Flex 3 project wherein I've to load SWF based on the availability of required file. And the loaded SWF file will be placed in a container (a Panel) at a particular location i.e. coordinates. This I don't want to do in MXML as the SWFLoader container shows a cross marked box if the file is unavailable.
So friends is there any solution?
© Stack Overflow or respective owner