Hi i am new here i am totally new to coding i want this script i tried very much but not found anywhere is some one tell me where i can find this script this script automatically embed youtube or other videos using video id like: www.yoursite.com/youtube.php?v=youtube video id and set ads around video automatically this script looks similer to this one View attachment zshare.net_embedder_by_zshare.ws.zip but this is for zshare Please help me to find this script
are looking for auto grabber or something to add the url (http://www.youtube.com/watch?v=rIOQVYIOobo) in the admin. maybe not what what your looking for,but http://www.yourarcadescript.com you can add videos the same way you would games,but you add the url.
this is not i am looking for for this script you don't need any admincp or any special feature just youtube id and add after this url www.yoursite.com/youtube.php?v= like www.yoursite.com/youtube.php?v=rIOQVYIOobo and your video is automatically embedded and this embed is temporary not permanent see example here http://auto-insruance.info/youtube.php?id=SAUPmQAGKUs
$id = $_GET['video']; echo '<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/' . $id . '&hl=en_US&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/' . $id . '&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>'; PHP: Is this what you was looking for ?
Save it as a PHP script ( don't forget to enclose the given code in PHP tags ). To see an embedded video, open: script.php?video=ID.
Thanks bro you solve my problem you are great any tips to place ads around video i.e left,right top and bottom ? Thanks again for your help
use CSS to place your ads around them tip: copy source code from http://auto-insruance.info/youtube.php?id=SAUPmQAGKUs and add some php, save as *.php .. and upload to your host regards