crison22 Posted October 18, 2009 Share Posted October 18, 2009 Hi guys. Im new in this forum and also new in php programming. Can you help me about this code? <embed src='player-viral.swf' width='263' height='220' bgcolor='undefined' allowscriptaccess='always' allowfullscreen='true' flashvars='file=dsc.flv' /> i want the flashvars to have a variable like for example $vid. how can i do that?how can i insert variable in flash var? Link to comment https://forums.phpfreaks.com/topic/178072-flashvar-function-how-to-insert-variables/ Share on other sites More sharing options...
trq Posted October 18, 2009 Share Posted October 18, 2009 <embed src='player-viral.swf' width='263' height='220' bgcolor='undefined' allowscriptaccess='always' allowfullscreen='true' flashvars=<?php echo $vid; ?> /> Link to comment https://forums.phpfreaks.com/topic/178072-flashvar-function-how-to-insert-variables/#findComment-938954 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.