what do you want?
play the swf in the MIDlet?
> not possible
in fact it's not really impossible. the stuff to do is:
implementing anotherbigidea project for j2me and trying
http://www.anotherbigidea.com/javaswf/
Streamezzo did it but it is working for simple swf...
play the swf in the browser?
> call the browser via platformRequest(String) method but your device should support
FlashLite....
good luck
Hi,
You'll get better responses from the J2ME forums http://forum.java.sun.com/category.jspa?categoryID=22
Anyway, here's a couple of topics I found there.
http://forum.java.sun.com/thread.jspa?threadID=621795&messageID=3517459
http://forum.java.sun.com/thread.jspa?threadID=549101&messageID=2707698
kari-matti
Thanks supareno,
I have java MIDlet and swf file .
I want to show (load) the swf file ,
ok, is it possible to show it in my MIDlet even using browser.
P.S.
Yes ,I know that my device must have Flash Lite player...
thanks again,
more help...?
Message was edited by:
Gor
I want to add something else...
The main problem is use theFlash Lite 1,1.1,2.0 player that must be
installed in device to load the swf file FROM JAVA MIDLET.
I think there must be a way to do this.....
Please ,let me know if somebody tried to
do it via browser (loading swf from MIDlet via Browser)