ngungo
02-10-2003, 11:01 PM
Hi!!! I am a newbie.
I use the following html codes to post an audio file, in this case a .mp3, on a phpBB forum which just allows some version of html, and no JavaScript.
<object ID="video1" CLASSID="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" HEIGHT="20" WIDTH="175">
<param name="controls" value="ControlPanel">
<param name="autostart" value="true">
<param name="console" value="Clip1">
<param name="src" value="http://www.vtrans.net/~ngungo/music/Patsy Cline - Crazy.mp3">
<embed type="audio/x-pn-realaudio-plugin">
</object><font color=#aaaaff size=1>. Crazy</font>
Question:
0. How do I post 2 audio files back-to-back? I mean after first song finishes playing will trigger the second song.
1. How do I loop two songs infinitely?
I have more questions but those will require these two questions answered.
Thanks in advance,
ngungo
.
I use the following html codes to post an audio file, in this case a .mp3, on a phpBB forum which just allows some version of html, and no JavaScript.
<object ID="video1" CLASSID="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" HEIGHT="20" WIDTH="175">
<param name="controls" value="ControlPanel">
<param name="autostart" value="true">
<param name="console" value="Clip1">
<param name="src" value="http://www.vtrans.net/~ngungo/music/Patsy Cline - Crazy.mp3">
<embed type="audio/x-pn-realaudio-plugin">
</object><font color=#aaaaff size=1>. Crazy</font>
Question:
0. How do I post 2 audio files back-to-back? I mean after first song finishes playing will trigger the second song.
1. How do I loop two songs infinitely?
I have more questions but those will require these two questions answered.
Thanks in advance,
ngungo
.