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?

Roger B
  • 383
  • 2
  • 6
  • 13

1 Answers1

0

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

Community
  • 1
  • 1
Juan Delgado
  • 2,030
  • 15
  • 18