hi
how we give request in flash.
for example in php:
url: example.com/index.php?id=C110
<?PHP
echo $_GET['id'];#response : C110
?>
and in flash: action script 2 ? i don’t understand;
plz help me
hi
how we give request in flash.
for example in php:
url: example.com/index.php?id=C110
<?PHP
echo $_GET['id'];#response : C110
?>
and in flash: action script 2 ? i don’t understand;
plz help me
Flash’s: loadVariables() is the routine that we usually for a bridge between php & flash.
Maybe see here brother (sample code at page bottom) ,hope a lillte help
http://www.swishtutor.com/m/0032.htm
Ked