Well actually JAR that launches the swf from another location, but like the jar can have diffrent name, icon in the menu and stuff..?
Well actually JAR that launches the swf from another location, but like the jar can have diffrent name, icon in the menu and stuff..?
Hi miksu174,
Sorry! but your question is not very much clear. If u want to distribute a swf packed in jar file or actually, want to extend Flash Lite with J2ME then it is possible.I already worked on a project "SWFxME" that can package a swf in it and act as a launcher .So, you can set own name & icon just like in any j2me application.
Best Regards,
SajiSoft
I mean just a JAR file with an custom icon and name, when you open it on the mobile phone it launches an SWF from some location where the swf is saved saved.
Then you must have to take a look at previously discussed project "SWFxME". It can do this job for. Few points which may help you :
1- For launching a SWF file from J2ME application.You can simplu use platformRequest method.
2- If you want to distribute a swf file embedded into a jar. You have to embed the swf into the jar by simply adding it into the resources and then at the first execution copy the swf file from resources to a visible location like c:\\data\\others and then launch it via platformRequest method.
Best Regards,
SajiSoft
Yes there is a converter which converts SWF File to Jar File which is now easily available