Posted: Fri Aug 11, 2006 4:14 am
Could I see the ActionScript for that?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
onClipEvent (load) {
loadVariables("http://localhost/test.php", this, "GET");
}Code: Select all
<?php
//The value of $x would be printed to the screen and because of the prefix 'myVar=', the SWF will
//interpret this as being the intended value for the variable myVar in the SWF
print "myVar=$x";
?>