Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Trouble caturing Data from a Flash form

Status
Not open for further replies.

infocusweb

Technical User
Jan 8, 2001
17
0
0
US
hi Folks - I have a Flash form using "SendandLoad()" using "Get" in which the data is inserted to a remote database (located on say " when I run the swf locally as happens when I test movie in Flash, but when I upload the SWF to my domain and submit from there to I get no data.
I ran a test; built a table mydomain, and I submitted from my domain to my domain and it works. It only seems not to work when I submit to another domain. Has anyone else run into this issue?

http//
 
There is a security issue with Flash that restricts communication between domains - your movies have to be in the same subdomain to pass data to each other. This isn't an issue when you test the movie in the authoring environment.

In MX2004 there is a new function that allows transfer between domains:

system.security.allowDomain();
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top