Adobe Connect User Community
Menu

#1 2012-06-08 00:05:59

**_ksistrunk_**

The best way to send pod data to website?

Hi all,


I have an adobe connect meeting going on and,

I have a pod that I have developed using AS3.  It is actually an AS3 wrapper that plays another swf inside of it.  It then pulls the results out.  Now I need to send this information to my PHP website.

How can I successfully do this?
I am having trouble using the GET and POST functions of AS3.    Is there another way?
Will they work?

How could you send POD results out to a website using as3 in adobe connect.

thanks

Offline

#2 2012-06-08 09:56:42

alistairlee

Re: The best way to send pod data to website?

It should be able to connect to a web service without any issues.

If you're using standard GET and POST functions, you may need a crossdomain.xml policy file. I'm a bit out of my depth here, but Flash apps are typically limited by a sandbox and the crossdomain policy file enables them to speak with other servers.

Offline

Board footer