Thread: embed radio
View Single Post
  #1  
Old 16th August 2009, 19:27
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default embed radio
i have embeded radio in my page but it restarts every time i migrate index is there any way to make it stop doing that ?
Code:
?>
</div>
<div id="player" >
<?
if ($user->user ) {
?>
<embed src="http://www.977music.com/tunein/web/alt128.asx" 
width="140" height="40" autostart="false" loop="FALSE"> 
</embed>
<?}?>
</div>
<?
Reply With Quote