Copy link to clipboard
Copied
I'm developing a custom pod for our Connect 7.5 deployment, and I'm attempting to load an XML file that resides in the assets/ folder of my project. I run the pod in Flash Builder 4.5 to debug and it works just fine. Whenever I load the pod into our Connect 7.5 solution, it appears as if none of the events for the URLLoader are triggered.
Is there something else I need to do? Please help! Note - I have tried loading XML both from an actual URL and locally. Both work fine in the IDE just not when pod is in Connect.
Thanks
Copy link to clipboard
Copied
Did you follow the guidelines in the Connect 6 SDK documentation? This document was applicable from version 6 through 7.5.
http://help.adobe.com/en_US/Connect/6.0/SDK/help.pdf
Your SWF needs to be named index.swf to work, as I recall.