jamesx521
04-07-2007, 11:00 PM
This is my 2nd post... I didn't get anything the first time.
I have a Flash audio player that starts playing a song when the page opens. I have that Flash player on each page of a website. When I go to the website, the first song starts playing OK, because it is set to "auto" play. However, when I go to another page -- the Flash player starts auto-playing again from the beginning (because it is set to "auto" play again). I don't want to set it to pause, I basically want it to continue playing the original song, regardless of the clicking through the navigation of the site. What can I do? :confused: Thanks.
This is the JS in HTML page:
<script type="text/javascript">
var FO = { movie:"mp3player.swf",width:"240",height:"135",majorversion:"7",build:"0",bgcolor:"#FFFFFF",
flashvars:"file=playlist.xml&autostart=true&repeat=true&shuffle=false&lightcolor=0xFFFFCC&backcolor=0x9f9e88&frontcolor=0xFFFFFF&displayheight=0" };
UFO.create(FO,"player2");
</script>
I have a Flash audio player that starts playing a song when the page opens. I have that Flash player on each page of a website. When I go to the website, the first song starts playing OK, because it is set to "auto" play. However, when I go to another page -- the Flash player starts auto-playing again from the beginning (because it is set to "auto" play again). I don't want to set it to pause, I basically want it to continue playing the original song, regardless of the clicking through the navigation of the site. What can I do? :confused: Thanks.
This is the JS in HTML page:
<script type="text/javascript">
var FO = { movie:"mp3player.swf",width:"240",height:"135",majorversion:"7",build:"0",bgcolor:"#FFFFFF",
flashvars:"file=playlist.xml&autostart=true&repeat=true&shuffle=false&lightcolor=0xFFFFCC&backcolor=0x9f9e88&frontcolor=0xFFFFFF&displayheight=0" };
UFO.create(FO,"player2");
</script>