Alright so I’m working on a project that takes locations of certain movie clips and calls a PHP script which saves the values to a mySql table.
Everything runs perfectly when I “test movie” and run the .swf on my machine. I click “save locations” and the values are sent to the mySql table. But when I insert the .swf into the page where I actually want to display it (inside of a php page), it says “connecting to [local host]…” and then “waiting for [local host]…”. I check the mySql table and nothing has been saved.
Do I have to do anything special inside of the php page in order for the values to be sent out? How is it that it works just fine on my desktop but not on the site? Any help would be much, much appreciated. Thanks.