Hello Guys

well i want some help in making an embed code option for my site- allskip.com

i'm using Jwplayer for my site and i was tring to make embed code but can't really figure it out i found this JWplayer Official Embed Code Option.

Code: 
http://www.longtailvideo.com/addons/plugins/49/Embed
and i'm pritty much lost lol how to do that.. right now i'm using a simple code to attach the JWplayer with the video URL BOX on my site...

here is the Code:-

Code: 
<form method="POST" action="">
<label for="author"><span style="color: #000000;"><b></b></label><input type="text" style="width:400px;" name="link" value="Enter Your Video URL here" onBlur="if(this.value=='') this.value='Enter Your Video URL here';" onFocus="if(this.value=='Enter Your Video URL here') this.value='';" />
<input type="submit" style="width:150px;" value="Skip Limits" name="Submit" />
</form>  

<?php
if (isset($_POST["link"]) and isset($_POST["Submit"])) {
$url= strip_tags($_POST["link"]);
echo '<object id="flashplayer" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="780" height="493">
<param name="movie" value="player.swf" />
<param name="allowFullScreen" value="true" />
<param name="allowScriptAccess" value="always" />
<param name="FlashVars" value="plugins=plugins/proxy.swf&proxy.link=$url" />
<embed name="flashplayer" src="player.swf"  FlashVars="plugins=plugins/proxy.swf&proxy.link=' . $url . '"   type="application/x-shockwave-flash" allowfullscreen="true"   allowScriptAccess="always" width="740" height="493" />
</object>';
}
?>
somebody please help me with the embed code option for JWplayer
DevilLnC Reviewed by DevilLnC on . JWPlayer Embed Code help!! Hello Guys =) well i want some help in making an embed code option for my site- allskip.com i'm using Jwplayer for my site and i was tring to make embed code but can't really figure it out i found this JWplayer Official Embed Code Option. http://www.longtailvideo.com/addons/plugins/49/Embedand i'm pritty much lost lol how to do that.. right now i'm using a simple code to attach the JWplayer with the video URL BOX on my site... here is the Code:- Rating: 5