Actionscript to PHP data exchange

Hello everyone,

I’m trying to call a php file from a MovieClip, only problem is I need to pass some data to the php file for it to generate the appropriate HTML.

I’ve tried getURL() with POST and GET values but the values I need to send aren’t on the _root timeline so it doesn’t pass the values I need.

What would be ideal is some way of calling the php and passing in values of your choice.

If anyone knows of a way round this I would be infinitely grateful.

Thanks!

B