MIDlet and Flash

Hi,Does anybody know how load swf from MIDlet ?This became a huge problem for me,and I cant find the solution.Please help.Thanks
[170 byte] By [Gora] at [2007-11-26 18:09:39]
# 1

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

suparenoa at 2007-7-9 5:41:40 > top of Java-index,Java Essentials,Java Programming...
# 2

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

kari-mattia at 2007-7-9 5:41:40 > top of Java-index,Java Essentials,Java Programming...
# 3
Hi We can either use Flash or J2ME as a development tool. but recently I came to kow about http://www.anotherbigidea.com/javaswf/I think, We can use Jave - Flash together with this.Cheers,Rohan Chandane
RohanChandanea at 2007-7-9 5:41:40 > top of Java-index,Java Essentials,Java Programming...
# 4

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

Gora at 2007-7-9 5:41:40 > top of Java-index,Java Essentials,Java Programming...
# 5
i will continue in j2me forum so post new thread in j2me forum... i didn't realize that we werein the Java Programming forum !
suparenoa at 2007-7-9 5:41:40 > top of Java-index,Java Essentials,Java Programming...
# 6
Thanks for help,but I still dont know how to solve this problem....
Gora at 2007-7-9 5:41:40 > top of Java-index,Java Essentials,Java Programming...
# 7

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)

Gora at 2007-7-9 5:41:40 > top of Java-index,Java Essentials,Java Programming...
# 8
any help....?
Gora at 2007-7-9 5:41:40 > top of Java-index,Java Essentials,Java Programming...
# 9
Other than the call the browser method above from supareno, I don't think you will get any more help.In most cases you choose just one of the two techs to use.
mlka at 2007-7-9 5:41:40 > top of Java-index,Java Essentials,Java Programming...