Click to See Complete Forum and Search --> : audio/x-pn-realaudio-plugin


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


.

pyro
02-11-2003, 12:47 AM
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:

<param name="loop" value="true">
or
<param name="loop" value="infinite">

But that is pretty much just a guess...

ngungo
02-11-2003, 01:15 AM
Yes. You're right about:
<param name="loop" value="true">

Hmmm! No solution huh!!!


:(

pyro
02-11-2003, 07:25 AM
Originally posted by ngungo
Hmmm! No solution huh!!!None that I'm aware of minus JavaScript. :(