audio/x-pn-realaudio-plugin

liunx

Guest
Hi!!! I am a newbie.<br />
<br />
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.<br />
<br />
<br />
<object ID="video1" CLASSID="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" HEIGHT="20" WIDTH="175"><br />
<param name="controls" value="ControlPanel"><br />
<param name="autostart" value="true"><br />
<param name="console" value="Clip1"><br />
<param name="src" value="http://www.vtrans.net/~ngungo/music/Patsy Cline - Crazy.mp3"><br />
<embed type="audio/x-pn-realaudio-plugin"><br />
</object><font color=#aaaaff size=1>. Crazy</font><br />
<br />
<br />
Question:<br />
<br />
0. How do I post 2 audio files back-to-back? I mean after first song finishes playing will trigger the second song.<br />
<br />
1. How do I loop two songs infinitely?<br />
<br />
I have more questions but those will require these two questions answered.<br />
<br />
Thanks in advance,<br />
ngungo<br />
<br />
<br />
.<!--content-->I don't know a whole lot about embedding audio files, but I'm guessing that both of your questions require javascript for the solution. If you want to loop just one of the songs, something like this might work, though:<br />
<br />
<param name="loop" value="true"><br />
or<br />
<param name="loop" value="infinite"><br />
<br />
But that is pretty much just a guess...<!--content-->Yes. You're right about:<br />
<param name="loop" value="true"> <br />
<br />
Hmmm! No solution huh!!! <br />
<br />
<br />
:(<!--content-->Originally posted by ngungo <br />
Hmmm! No solution huh!!!None that I'm aware of minus JavaScript. :(<!--content-->
 
Back
Top