Published in: PHP
list a redtube video id 1 per line on a text file ex: 7039 7021 6271
etc
<? echo '<object height="344" width="434">'; echo '<param name="movie" value="http://embed.redtube.com/player/">'; echo '<embed src="http://embed.redtube.com/player/?id='.$videos[0].'&style=redtube" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" height="344" width="434">'; echo '</object>'; ?>
You need to login to post a comment.
