embedded SWF isn't shown (SWFLoader)
- by Trantec
I embed a swf as ByteArray and load it at runtime with the SWFLoader.
Here is the internal swf that I want to load:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:Label id="rLabel" text="From InternalSWF"/>
</mx:Application>
The embeding swf…