Jump to content

$_GET on flash player


violinrocker

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.