|
|||
|
Hello,
In Flex, I can load a CHILD SWF into my application using a SWFLoader object. This work PERFECTLY. However, once I convert to EXE using SWFKIT, my child SWF does not show up. Any Ideas? TIA Steve |
|
|||
|
Have you forgot to unpack the child swf by calling the getAdditionalFile method in swfkit? As you can see from the attached sample, the SWFLoader component works well with swfkit.
|
|
|||
|
If the child swf movie is on the web, you will have to specify its absolute url. For example:
Code:
<mx:SWFLoader x="0" y="0" width="550" height="400" source="http://www.swfkit.com/forum/img/logo.swf"/> |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|