views:

119

answers:

2

I want to play some flash videos in my desktop application are there any tools (library,jar file, class... etc) to embed flvs in any java forms?

A: 

You may use FOBS along with JMF frameowrk for media.

You can download a working sample from here.

Suraj Chandran
thanks it was helpful but i ve another question is there a way to embed any flash objects in jforms? (not only flvs like swf)
fealin
A: 

http://fobs.sourceforge.net/ is a good solution.

If you want to embed please refer : http://stackoverflow.com/questions/221218/embedding-flash-flex-component-into-java-app

oneMinute