Can Flash SWF communicate with Java applet, and vice versa, in any way?

后端 未结 2 1365
一整个雨季
一整个雨季 2021-01-27 03:02

I know Flash can use ExternalInterface to call Javascript functions but I don\'t know if it can call applet also like that. Maybe it can be done by SWF -> JS -> Applet, and back

2条回答
  •  死守一世寂寞
    2021-01-27 03:59

    Applets can communicate with JS, and JS can control applets. See these examples of Java/JavaScript interaction.

提交回复
热议问题