I have a form that I built with FLASH 8. The form works
perfectly when I test the movie in Flash 8. It will post the data
to the PHP script waiting on my host server and then sends me an
email. It works great!
The problem is, ...when I test this same .swf file on the
website, it does not work. I'm guessing the browser is stopping the
exchange of data to the PHP script. Or maybe the host server is
stopping this communication.
I don't understand why it would work when I'm testing this
locally, but then stop when testing remotely.
Please help!!!!!!