What is the canonical way to include the Applet?
I have tried,
Switch on Browsers in JS.
http://download.oracle.com/javase/1.5.0/docs/guide/plugin/developer_guide/using_tags.html#javascript
This breaks in Safari 5.0.1 on Leopard. (It worked on Safari on Snow leopard.)
Since we are not supporting old brosers, I assumed I could just use <object>
tag, but apparently FF wont respect that.
What is the canonical way to do this?