I am trying to display a twitterBox
inside a webview in a JavaFx 2.0 web application. Is there any know problems with trying to do this? When I launch the application from my desktop the script shows up but from the browser it doesn't load the script.
相关问题
- How to properly use Weld in JavaFX 2 application?
- JavaFX, MediaPlayer - volume trouble! Why the volu
- JavaFX 2 ComboBox setValue() does not set CB text
- How to enable HTML5 local storage in javafx WebVie
- JavaFX VBox and HBox layouts
相关文章
- How to change the color of pane in javafx?
- TableView has more columns than specified
- How to merge cells in JavaFX Scene builder?
- JavaFX: Tested/confirmed hardware (GPU) accelerati
- How to work with canvas and text in javafx
- How to center/wrap/truncate Text to fit within Rec
- JavaFX TableView is not updating
- RMI JavaFX 2 - NotSerializableException error
You need to sign your application.
Being run in browser JavaFX applications falls under restrictions of Java plugin and you twitterBox can't connect to another domain twitter.com.
If you are using NetBeans you can self-sign application in Project Properties. Otherwise look here: http://docs.oracle.com/javafx/2.0/deployment/javafx_ant_task_reference001.htm#CIAJGAFH