Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: HELP!! Embedding multiple playlists  (Read 5434 times)

0 Members and 1 Guest are viewing this topic.

mjthomas

  • Guest
HELP!! Embedding multiple playlists
« on: February 19, 2008, 08:32:48 AM »
Hello.

I am new to the website and I am designing a website for my church.  I know  little about HTML, but now I am having problems.  I am placing weekly sermons from my church on the website, but I am having a problem with "autostart" and "autoplay".  See the following example:

><EMBED src=http://sardismbckennesaw.org/Sermons/playlist.m3u type=audio/mpeg loop="false" autoplay="false">&nbsp;</P>  <P>&nbsp;</P>  <P>Sunday, January 13, 2008</P>  <P>&nbsp;</P>  <P>&nbsp;</P><EMBED src=http://sardismbckennesaw.org/Sermons/Jan%2020%202008/playlist.m3u type=audio/mpeg loop="false" autostart="false" autoplay="false">   <P></P>  <P>&nbsp;</P>  <P>Sunday, January 20, 2008</P>

I want the players to NOT play automatically when I load the page, so I set the autoplay and autostart to false.  However, when I do this, the forward and reverse buttons do not work.  If I set them to "true", the players both start at the same time.  I can stop them, and start one of them, and the forward and reverse buttons work.

Can someone help me with the code for this so that it works perfectly.  I plan to load about 10 sermons at a time on the website, and I do not want them to start automatically, but I want the forward and reverse buttons to work.  Any help will be greatly appreciated.