tags:

views:

63

answers:

1

I'm looking to embed SWF files into a Java program, but I'm having trouble finding the way to do this. Any ideas?

A: 

Whatever you do probably involves embedding somehow the Flash player in your app. See these two:

Embedding flash within a custom desktop application, using NPAPI?

Embedding Flash Player in a C++ or Java application?

Be aware of licensing issues if you plan to redistribute the player. Take a look to the Open Screen Project.

Good luck

Zárate