1

I am trying to play a swf file in javafx .The file is compatible to open with flash player . the file is embedded in html and i tried to open that html file in webview control in javafx but that is not supporting that and not displaying anything.

Can you tell me the another way so that i could display the html file embedding the flash player file in it.

1 Answer 1

1

JavaFx cannot play swf files.

You can open the html file embedding the flash file in an external browser HostServices.showDocument.

You may be able to play flash embedded in a Java Swing program using the DJ project.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.