Embed a realmedia video - HTML on a cd-rom - Macintosh

Status
Not open for further replies.

bebros

Beta member
Messages
1
Hi all!

I am trying to include a video on a html page on an interactive cd-rom. This is the code I use:
PHP:
<object id="myMovie" classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="435" height="315">
<param name="controls" value="ImageWindow">
<param name="console" value="_master">
<param name="center" value="true"> 
<embed name="myMovie" src="VID1.RPM" width="435" height="315" nojava="true" controls="ImageWindow" console="_master" center="true" pluginspage="help.cfm" MAINTAINASPECT="true"></embed> 
<noembed>Not possible</noembed>	
</object>
The RPM file point to a RM file : file://VID1.RM

It works on IE5 / windows, on Netscape 7 / Windows but it does not work on IE5 / Mac and Netscape 7 / Mac.

A little odd thing: if I take exactly the same page out of the cd-rom on the hard disk folder and use the same browsers, it works! :confused:

Do somebody have an idea what is the problem and how I can resolve that problem?

Thanks a lot,

Bebros
 
Status
Not open for further replies.
Back
Top Bottom