Edward Posted December 1, 2007 Share Posted December 1, 2007 Hi, I've been using PHP and Flash for a while but never tried combining them. Is there are simple way to use a php variable in flash? For example, in Flash, have an action that says gotoAndPlay('frame') where frame would be set by $_GET['frame']. Link to comment https://forums.phpfreaks.com/topic/79725-using-php-get-variables-in-flash/ Share on other sites More sharing options...
wsantos Posted December 1, 2007 Share Posted December 1, 2007 http://www.php.net/manual/en/function.swf-actiongotoframe.php Link to comment https://forums.phpfreaks.com/topic/79725-using-php-get-variables-in-flash/#findComment-403725 Share on other sites More sharing options...
Edward Posted December 1, 2007 Author Share Posted December 1, 2007 That's not very clear to me. Do I put the code below in the php file? swf_actiongotoframe(1); If so, how do I specify which swf it relates to? Link to comment https://forums.phpfreaks.com/topic/79725-using-php-get-variables-in-flash/#findComment-403748 Share on other sites More sharing options...
wsantos Posted December 1, 2007 Share Posted December 1, 2007 http://www.php.net/manual/en/ref.swf.php Link to comment https://forums.phpfreaks.com/topic/79725-using-php-get-variables-in-flash/#findComment-403776 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.