Skip to main content
Participant
June 21, 2012
Question

How to load XML file for Custom Pod in 7.5?

  • June 21, 2012
  • 1 reply
  • 534 views

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

This topic has been closed for replies.

1 reply

Jorma_at_Knox
Legend
June 21, 2012

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.