The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

help needed!!!!

Go down

help needed!!!! Empty help needed!!!!

Post by harlawkid September 5th 2010, 10:47 am

Hello I am trying to develop a divx generator, so that my visitors can view any video from around the web in a divx web player. But so far I have had no success. (IM NOT THAT GREAT WITH HTML!!!). I have set up 2 pages Submit-h1.htm and Video-h2.htm .

Here is my codes:

Submit-h1.htm
Code:
<body>
<body bgcolor = "black">

<html>
<head>

</head>
<body>
<form method="GET" action="http://italk.forumsmotion.com/Video-h2.htm">
<font color="white" ><b>Add Your Link: </b></font>

  <input name="link" id="link" size="70" type="text" >
<br><br>
<input name="submit" id="submit" value="Submit" type="submit">
</form>

</body>
</html>


</body></center></html>

Video-h2.htm


Code:
<html>
<head>

</head>
<body>

<?php
  $url = $_GET['link'];
  echo "<object classid='clsid:67DABFBF-D0AB-41fa-9C46-CC0F21721616' ";
  echo "codebase='http://go.divx.com/plugin/DivXBrowserPlugin.cab' width='320' height='260'>"; 
    echo "<param name='src' value='http://italk.forumsmotion.com/video-h2.htm'> ";
  echo "<embed type='video/divx' src='".$url."' pluginspage='http://go.divx.com/plugin/download/' width='320' height='260'>";
?>

</body>
</html>


<b><a href="http://italk.forumsmotion.com/Submit-h1.htm">Go Back</a></b>
</body></center></html>

As I said im not that great with html so.... yeah.

Please help. Neutral
harlawkid
harlawkid
New Member

Posts : 10
Reputation : 0
Language : English
Location : Aberdeen

http://xboxfanforum.forumotions.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum