How can i control a movie in PHP???
For example, i wanted to do the following:
-php file
if(variable nor registered)
play();
else
gotoFrame(LastFrame);
OR
- flash movie
if($phpvar==0)
play();
else
gotoFrame(LastFrame)
how can i input flash commands from php…or how can i read php variables in actionscript?