R
rock
Hi,
I have an Flash MP3 player and full song mp3's.
I want to be able to preview them to play just a few seconds of the song
then stop.
In this script below can I have the song play for a certain amount of
seconds then stop?
Or would is there another way to achieve this?
Thanks
rock
<script language="javascript"><!--
function popupWindow(url) {
window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,
scrollbars=no,resizable=no,copyhistory=no,width=193,height=265,
screenX=0,screenY=0,top=300,left=450')
}
//--></script>
I have an Flash MP3 player and full song mp3's.
I want to be able to preview them to play just a few seconds of the song
then stop.
In this script below can I have the song play for a certain amount of
seconds then stop?
Or would is there another way to achieve this?
Thanks
rock
<script language="javascript"><!--
function popupWindow(url) {
window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,
scrollbars=no,resizable=no,copyhistory=no,width=193,height=265,
screenX=0,screenY=0,top=300,left=450')
}
//--></script>