I need to play video content from web in my javafx app(for win), could i solve this prolem with WebView or is there any other suitable control?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, WebView does not support flash playback.
You could try the Flash Player from the DJ project Native Swing components. (This is not a recommendation for that project, I have never used it).
Or, you can use HostServices.showDocument to open a browser to play the flash content, letting the browser worry about guiding the user through obtaining the appropriate plugin.