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']. Quote Link to comment 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 Quote Link to comment 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? Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.