Jump to content

violinrocker

Members
  • Posts

    77
  • Joined

  • Last visited

    Never

Everything posted by violinrocker

  1. 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>
  2. im a beginner in php scripting and i want to have a page like in forums when you only have one page like forums/index.php but if you go t other posts you will see that it will be forums/index.php?=1 something like that. the page is still the same but the content changed. What i want to have is a video page wherein the flv link needed by the flash player will be fetched through mysql and can be viewed with page id... I also want comments reviews and other stuff to be fetched with mysql... i need this because it is much easier to edit a single page that can show other types of content rather than editing all the html pages one at a time that will takes years... as I said Im a beginner and maybe i wont understand some codes and stuff.. but Ill try to tnx.
×
×
  • 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.