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
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
Comment