image and animation problems....

Hi guys!

I have 2 questions, I hope that someone could answer me:

1. I am tring to create an image which is scalable for each different display of the phone, how is it possible?

2. Is it possible to create some animation like Flash in the mobile phone?

Could you advise me some material (example, article, documenatation, ecc...)...

thanks in advantage

antonio

[403 byte] By [antonio5982@libero.ita] at [2007-11-27 1:02:33]
# 1
please help :)
antonio5982@libero.ita at 2007-7-11 23:37:32 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2

> 1. I am tring to create an image which is scalable

> for each different display of the phone, how is it

> possible?

do it on the server side or watch this:

http://developers.sun.com/techtopics/mobility/reference/techart/design_guidelines/image_resizing.html

>

> . Is it possible to create some animation like Flash

> in the mobile phone?

WTK 2.5 / SVG demos ...

> Could you advise me some material (example, article,

> documenatation, ecc...)...

suparenoa at 2007-7-11 23:37:32 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3

> Hi guys!

> I have 2 questions, I hope that someone could answer

> me:

>

> 1. I am tring to create an image which is scalable

> for each different display of the phone, how is it

> possible?

Hope u had ur answer...

> . Is it possible to create some animation like Flash

> in the mobile phone?

Try Flash Lite...

> Could you advise me some material (example, article,

> documenatation, ecc...)...

You will find it there...

> anks in advantage

>

> antonio

Regds,

SD

Message was edited by:

find_suvro@SDN

find_suvro@SDNa at 2007-7-11 23:37:32 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 4
Hi guys,Thank you for your answers - however I still dont understand if it is possible to connect somehow J2ME with the Flash Lite or do i need to do the whole application in the Flash Lite? antonio
antonio5982@libero.ita at 2007-7-11 23:37:32 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 5
you can start a flash lite app with a j2me app (e.g. platformRequest(...)) but it is not the rightoption...try working with svg and j2me (jsr-226) or flash but not these two technologies...you can use java to connect a flash lite app to a webservice
suparenoa at 2007-7-11 23:37:32 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 6

> Hi guys,

> Thank you for your answers

Welcome.

>- however I still dont

> understand if it is possible to connect somehow J2ME

> with the Flash Lite or do i need to do the whole

> application in the Flash Lite?

Well it is not possible to make a comunication between Flash Lite and J2ME as per I know. If u want ur app to have animations typically like Flash, do it in Flash Lite, but if u want it other wise, use SVG or Game Canvas to program ur animation in J2ME.

Regds,

SD

Message was edited by:

find_suvro@SDN

find_suvro@SDNa at 2007-7-11 23:37:32 > top of Java-index,Java Mobility Forums,Java ME Technologies...