embedding video
I can't seem to get this to work... I'm trying to embed realvideo files in an html page. I want to play 2 files, looped, side by side. But when I make up the page and run it it only loads up one file. Is there some catch to making it run both that I don't know about? There is also a delay in the loop because it reloads each time it plays which means a 1-2sec black gap in between - any way of getting rid of that?
The code I'm using at the moment looks like this:
OBJECT ID=RAOCX CLASSID="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" HEIGHT="320" WIDTH="240">
PARAM NAME="CONTROLS" VALUE="ImageWindow">
PARAM NAME="AUTOSTART" Value="true">
PARAM NAME="LOOP" Value="true">
PARAM NAME="SRC" VALUE="http://my.server.com/filename.rm">
EMBED height="240" width="320" controls="ImageWindow" src=" http://my.server.com/filename.rm?embed" type="audio/x-pn-realaudio-plugin" autostart=true>
/OBJECT>
(with the right brackets of course)
set into a table so there are 2 side by side, using the same code (but with different filenames obviously).
Any help would be *hugely* appreciated I'm supposed to have this up and running by Wednesday!!
The code I'm using at the moment looks like this:
OBJECT ID=RAOCX CLASSID="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" HEIGHT="320" WIDTH="240">
PARAM NAME="CONTROLS" VALUE="ImageWindow">
PARAM NAME="AUTOSTART" Value="true">
PARAM NAME="LOOP" Value="true">
PARAM NAME="SRC" VALUE="http://my.server.com/filename.rm">
EMBED height="240" width="320" controls="ImageWindow" src=" http://my.server.com/filename.rm?embed" type="audio/x-pn-realaudio-plugin" autostart=true>
/OBJECT>
(with the right brackets of course)
set into a table so there are 2 side by side, using the same code (but with different filenames obviously).
Any help would be *hugely* appreciated I'm supposed to have this up and running by Wednesday!!
