Adobe Connect User Community
Menu

#1 2009-04-09 10:17:45

**_testing32_**

sendAndLoad inside a pod

Hey guys.

I'm attempting to use sendAndLoad to get some data from an external server to display inside a pod. This is working in CS4 and as a swf but when I import it into a pod it fails.

Is it possible to use sendAndLoad from inside a pod? If so, is there a security setting that needs to be changed?

Thanks in advance.

Offline

#2 2009-04-10 08:48:41

**_santhony_**

Re: sendAndLoad inside a pod

Are you scripting in AS3 or AS2? Connect does not support AS3 for pods - yet.

Offline

#3 2009-04-10 09:15:11

**_testing32_**

Re: sendAndLoad inside a pod

I'm using AS2.

Offline

#4 2009-04-10 11:24:15

**_testing32_**

Re: sendAndLoad inside a pod

I figured it out. While developing the domain is the same so flash's security doesn't kick in. When the swf is loaded into a pod it becomes a different domain so flash prevents cross domain file access.

This is fixed by including a policy file. You can read more about those here:

http://kb.adobe.com/selfservice/viewCon … d=tn_14213

http://www.adobe.com/devnet/flashplayer … olicy.html

Thanks for your help santhony

Offline

Board footer