fp2003 and audio clips

  • Thread starter Thread starter Pam
  • Start date Start date
To add on, <embed> is not a w3c standard tag made up by Netscape. Most
non-IE browsers will support it though.

Best bet would be to use a construct based on the <object> tag. I have not
tried this method with m3u playlists, I generally recommend using an ASX
file for playlists

<object type="audio/mpeg" width="300" height="45">
<param name="filename" value="leadership/leadership-1-1.m3u">
<param name="autostart" value="true" />
</object>
 
Back
Top