Flash form send (toughy?)

ive created a simple .swf that contains a form with two fields (name and email)… the form when submited should send the relevant information to a “data capture asp script” for processing…

Now heres the strange bit!
it all works fine when running through the flash player (eg you enter your data, click submit and the information flys off to the database)

BUT when the .swf form is set into a browser window it doesn’t work at all (offline and online)?? its as if the browser window is blocking the information from going any further…

i cant work out what i can do to make it work? please help:puzzle:

thanks

where is you .asp script located? is it in the same domain as the flash movie trying to access it?

type this into google

macromedia crossdomain.xml

no the .asp script is on a seperate domain… i guess that’s is the issue :puzzled:

yep