开发者

Can I call a java class method from inside a flash movie?

开发者 https://www.devze.com 2022-12-28 11:39 出处:网络
Can I call a java class met开发者_开发知识库hod from inside a flash movie? You can call javascript from flash ( http://kb2.adobe.com/cps/156/tn_15683.html )

Can I call a java class met开发者_开发知识库hod from inside a flash movie?


  1. You can call javascript from flash ( http://kb2.adobe.com/cps/156/tn_15683.html )
  2. You can call Java applet code from Javascript ( http://java.sun.com/j2se/1.4.2/docs/guide/plugin/developer_guide/js_java.html )

I am not sure there's a direct method of doing this.

0

精彩评论

暂无评论...
验证码 换一张
取 消