violinrocker Posted August 14, 2009 Share Posted August 14, 2009 whats wrong with this? <?php $flv_link = $_GET['flv']; ?> <html> <object id=\"player\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" name=\"player\" width=\"632\" height=\"415\"> <param name=\"movie\" value=\"../flashplayer/player-viral.swf\" /> <param name=\"allowfullscreen\" value=\"true\" /> <param name=\"allowscriptaccess\" value=\"always\" /> <param name=\"flashvars\" value=\"file=<?php echo "$flv_link"; ?>&image=../flashplayer/flvprev.gif&skin=../flashplayer/modieus.swf\" /> <object type=\"application/x-shockwave-flash\" data=\"../naruto/player-viral.swf\" width=\"328\" height=\"500\"> <param name=\"movie\" value=\"../naruto/player-viral.swf\" /> <param name=\"allowfullscreen\" value=\"true\" /> <param name=\"allowscriptaccess\" value=\"always\" /> <param name=\"flashvars\" value=\"file==<?php echo "flv_link"; ?>&image=../flashplayer/flvprev.gif&skin=../flashplayer/modieus.swf\" /> <p><a href=\"http://get.adobe.com/flashplayer\">Get Flash</a> to see this player.</p></object> </object> </body> </html> Link to comment https://forums.phpfreaks.com/topic/170216-_get-on-flash-player/ Share on other sites More sharing options...
benphelps Posted August 14, 2009 Share Posted August 14, 2009 Isn't that your part? You tell us whats wrong with it, then we tell you how to fix it. Link to comment https://forums.phpfreaks.com/topic/170216-_get-on-flash-player/#findComment-897901 Share on other sites More sharing options...
tivrfoa Posted August 14, 2009 Share Posted August 14, 2009 Isn't that your part? You tell us whats wrong with it, then we tell you how to fix it. hehe =) I think the doubt here is related with the other topic he created, so this topic can be deleted. Oo Link to comment https://forums.phpfreaks.com/topic/170216-_get-on-flash-player/#findComment-897903 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.