This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
So I'm not sure if I should post this here or in the Applet section, but I have a client who wants to put flash into an applet I'm making for him. I would assume it would be a Java in general thing, so again the question is can I embed flash into a Java program?
There used to be a few Java libraries that could play Flash content, but those haven't been updated in years. So for all practical purposes the answer is: no, it's not possible.
Ulf Dittmer wrote:There used to be a few Java libraries that could play Flash content, but those haven't been updated in years. So for all practical purposes the answer is: no, it's not possible.
Well why not >(. IF they exist, even if old, they should be able to work?
Also I've been thinking about JavaFX, could that do it? I know you can embed web browsers, so even if you couldn't exactly embed the flash directly, couldn't you embed the webpage, with flash, into FX? Why would I want to do this I'm not 100% sure, but I'm just doing work for someone who has these crazy ideas sooo... .
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35439
9
posted
0
Being old is this context means that they implement early version of the Flash specification. E.g., JMF can handle Flash version 2, whereas QuickTime for Java can handle Flash version 5. Both have been superceded years ago, and are no longer much in use. That's what I mean by "for all practical purposes".