Can we run flash file from java through pure java code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ajuvendra
    New Member
    • Mar 2011
    • 1

    Can we run flash file from java through pure java code

    I have a requirement to run flash file from java application so that it can be used any where as a runnable jar file. Also this should be in pure Java (for example should not have to use a Windows dll)

    I tried to do the same and only thing I found on net is through JFlashPlayer which is platform dependent as it requires some dlls to run the flash file.

    Any pointers will be useful.

    Thanks
  • Aimee Bailey
    Recognized Expert New Member
    • Apr 2010
    • 197

    #2
    Unfortunately most of these libraries that offer the ability to embed flash files within Java are COM based, which means no Linux. Is it vital that you use Java? And if not, have you considered perhaps doing what you wanted to do in Java, instead in Action Script?

    Aimee.

    Comment

    Working...