jcnes
08-31-2007, 03:05 PM
I'm trying to embed a panorama using SWFLoader in Flex 2.
The panorama seems to be getting pulled in, but it's not doing anything once it's in there.
Here is the method I'm using to bring in the pano (renamed snow.swf to utilize the sample snow images).
<mx:SWFLoader id="ldr" source="@Embed('snow.swf')" width="600" height="400"/>
For the purpose of simplicity, all of my assets are in the same directory as main.mxml.
I don't know if it's a path issue or what.
Thanks in advance for any help.
The panorama seems to be getting pulled in, but it's not doing anything once it's in there.
Here is the method I'm using to bring in the pano (renamed snow.swf to utilize the sample snow images).
<mx:SWFLoader id="ldr" source="@Embed('snow.swf')" width="600" height="400"/>
For the purpose of simplicity, all of my assets are in the same directory as main.mxml.
I don't know if it's a path issue or what.
Thanks in advance for any help.