Using a code i got over the internet i managed to embed a .ram file on a html page. however after i copied this code to enter a second file the web page plays the second video in both palyers whenever i tell either of the files to play. Can someone help me fix this?
Heres the first file
<object id="bgp1" classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="320" height="240"> <param name="src"
value="Media/bobgetsphished.ram" /> <param name="autostart" value="false" /> <param name="controls" value="imagewindow" /> <param name="console"
value="video" /> <embed type="audio/x-pn-realaudio-plugin" src="Media/bobgetsphished.ram" width="320" height="240" autostart="false"
controls="imagewindow" console="video"></embed></object>
And heres the second
<object id="shs1" classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="320" height="240"> <param name="src"
value="Media/superhighwaysafety.ram" /> <param name="autostart" value="false" /> <param name="controls" value="imagewindow" /> <param name="console"
value="video" /> <embed type="audio/x-pn-realaudio-plugin" src="Media/superhighwaysafety.ram" width="320" height="240" autostart="false"
controls="imagewindow" console="video"></embed></object>
the only real difference between the files is the file path and the object id