Guest_imported
New member
- Jan 1, 1970
- 0
I have a plugin (Rapid player 6.6 if anyone is familiar with it) that runs fine in Netscape 4.78 but doesn't do anything in Mozilla 1.0. Was I wrong when I read that Mozilla was built compliant with the Netscape Plugin API? Perhaps there is something wrong with the embed / object tag in the html page. Here is the two html pages I've tried neither has worked. Is there something I have to tweak in 'Helper Applications'? Any help is greatly appreciated.
Thanks in advance.
(Mozilla_Embed_Test.html)
<body bgcolor="#000000" text="#FFFFFF">
<embed name=rapid src="HD_1140D.ZRP" width=1024 height=768>
</embed>
</body>
(Mozilla_Object_Test.html)
<body bgcolor="#000000" text="#FFFFFF">
<object name=rapid width=1024 height=768>
<param name=Source value="HD_1140D.ZRP">
<param name=Src value="HD_1140D.ZRP">
</object>
</body>
Thanks in advance.
(Mozilla_Embed_Test.html)
<body bgcolor="#000000" text="#FFFFFF">
<embed name=rapid src="HD_1140D.ZRP" width=1024 height=768>
</embed>
</body>
(Mozilla_Object_Test.html)
<body bgcolor="#000000" text="#FFFFFF">
<object name=rapid width=1024 height=768>
<param name=Source value="HD_1140D.ZRP">
<param name=Src value="HD_1140D.ZRP">
</object>
</body>