[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ActiveGS



Now IE code work fine...

My main issue is that I can get either IE or Firefox code to work...

for example, if I do this:

<object ID="GS" codebase="http://www.apple2.com/activeGS/
activegs.cab"
classid="clsid:052DF14F-6F28-44A0-9130-294FDA6176EB" height="460"
width="704">
<object id="GS" type="application/x-activegs" width="704"
height="460">
...
<param...>

</object>
</object>

The IE code will not work, as the params are all taken by the Firefox
plugin!

How do I do a simple 2 plugins approached without doing 2 HTML?
Thanks! Do I need to do Javascript detection, etc?