Finally got some work back for me to test this with. Doesn't currently work but want to confirm that I haven't made any silly mistakes before I go blaming the web developers. What I have done is put together a small scene behaviour that should send off a simple piece of text info to a .PHP file which I was told "Anything sent to it using POST would be saved into a log file" Behaviour is as follows:
From what I understand this action should
-Set variable text to "Unsent"
-When you click anywhere on the page it
--Sets variable text to "HelloWorld1349"
--Sends that text to the URL
--Once sent waits 1 second then changes text to "sent"
What actually happens is that once clicked, the variable changes to "HelloWorld1349" then doesn't do anything...
This is exported as a SWF file, uploaded to a private webspace and then tested from there (Local Flash settings doesn't allow communication to the web).
Is there something wrong with my Behaviour? What could cause the "set text to sent" not to work? Might this be something serverside?
Any help is greatly appreciated. I feel out of my depth somewhat in this.