How to deploy a java applet for today's browsers (applet, embed, object)?

前端 未结 7 1726
南方客
南方客 2020-12-02 14:50

How do i deploy a java applet for modern browsers? I know there are somehow 3 possibilities but nobody tells me which one to prefer and how to use them.

Does somebod

7条回答
  •  伪装坚强ぢ
    2020-12-02 15:16

    The below should work cross browser:-

    In my tests both IE8 and FF5 required the "type" attribute. Any object classid attribute caused Firefox to fail. The mayscript param will be ignored by Java plugins after 1.6.0.10. The scriptable param is still required according to javadocs 1.6.0.21. In a test with 1.6.0.24 for a signed applet, IE8 called it OK from JS without scriptable being set true.

提交回复
热议问题