[thelist] problems embedding a real player within a html page on a mac

David Turner david.turner at synergy.tv
Wed Jun 25 12:07:48 CDT 2003


hi all

i have the following code which works fine on a pc, but doesnt seem to work
on a macintosh. (running IE 5 on OS 9 )

i have followed the code on the the real page
http://smilparse.real.com/showcase/resources/samples/embed/plugin2.htm but i
am still no closer to sorting this.

anyone got any ideas?

tia





david.

-----------

<html>
<head>
</head>

<body bgcolor="#cfd58c" marginheight="0" marginwidth="0" topmargin=0
leftmargin=0 text="#000000" link="#ffffff" vlink="#ffffff" alink="#ffffff">

<OBJECT ID=RVOCX CLASSID="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA"
WIDTH=375 HEIGHT=100>
<PARAM NAME="SRC" VALUE="http://myservername.co.uk:8080/soundfile.ra">
<PARAM NAME="CONTROLS" VALUE="All">
<PARAM NAME="CONSOLE" VALUE="one">
<EMBED width="299" height="26"
src="http://myservername.co.uk:8080/soundfile.ra" console="one"
controls="StatusBar" center="true" >
</EMBED>
</OBJECT>

</body>
</html>

------------

(server name has been changed to protect the innocent. and er. me.)



More information about the thelist mailing list