-
HTML[Random video?]
okay i have this code for playing a video:
Code:
<div align="center">Memory - Sugarcult<div align="center"><div id=vpdiv><embed allowScriptAccess="never"style="FILTER: xray" name="RAOCXplayer" autoplay="true" src="video here" type="application/x-mplayer2" width="300" height="300" ShowC.."1" ShowStatusBar="0" AutoSize="true" loop="true" EnableC.."0" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"></embed></div><a href="http://www.webratsmusic.com/" target="blank"><BR><img src="http://images.webrats.com/clear.gif" border=0></a>
</div>
And i made a php script that will generate a random video url, how do i combine them so the html plays the random video? :wave:
-
Re: HTML[Random video?]
put all the links into an array and have the other script call random array keys?
-
Re: HTML[Random video?]
which ive done already,the php script works fine. Just wondering how i can return the link it makes in my video code
-
Re: HTML[Random video?]