tags:

views:

11

answers:

1

hi i'm writing a javafx applet. in the page i use javascript function to change some applet properties.

when i try this applet on windows or solaris or linux it works fine.

when i open the same page on mac os x it diplay an error message live app.script not found.

any ideas?

A: 

JavaFX is only supported in JDK 6u10 and above. It uses the new plugin architecture. Not sure if this supported in OSX. Did you set the id attribyte on your FX applet?

Chuk Lee