| Reply | « Previous Thread | Next Thread » |
|
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 |
| antonio5982 |
| View Public Profile |
| Find all posts by antonio5982 |
|
Use Flash Lite
Ron |
|
Ciao Antonio,
as Ron said you can develop such type of content using Flash Lite. Here you can find some infos: http://www.adobe.com/mobile/ Also if you have one of the latest Nokia S60 3rd edition or S40 3rd Ed FP1 you already have the Flash Lite player build in. You can visit my blog for more infos: https://blogs.forum.nokia.com/author.html?id=8859 Alessandro twitter: biskero Kero Mobile: www.biskero.mobi Blog: www.biskero.org Site: www.biskero.com Blog: www.biskero.com/blog www.flashlite4nokia.com www.flashmobilegroup.org |
|
Hi guys! Thanks for your answers!
My problem is that I have to do a java me application.... my question is: is it possible to connect flash lite with java me? If it is not possible how could I create some kind of flash effects using java me? thanks again antonio |
| antonio5982 |
| View Public Profile |
| Find all posts by antonio5982 |
|
Flash Lite and Java MIDlets are running in their own sandboxes and there is no good connection between them.
There are a couple of potential solutions to your original question (if you are limited to use Java). Some phones support SVG (Scalable Vector Graphics) graphics in Java ME environment. Check for JSR-226 support. Another solution is to draw the pictures in your code (after asking the system what are the current display dimensions - do not hard code any coordinates!). This is possible using the graphics commands available in MIDP specification. check for Graphics class in here http://java.sun.com/javame/reference/apis/jsr118/ Hartti |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Opening a JPEG Image | ummarbhutta | Mobile Java Media (Graphics & Sounds) | 8 | 2007-02-15 07:34 |
| Animation Effect to GIF or PNG Image | Ashish_J2ME | Mobile Java Media (Graphics & Sounds) | 3 | 2006-05-12 18:41 |
| Problem with animation using image | amace | Mobile Java General | 4 | 2005-06-22 18:28 |
| Example of how to use an image in an animation needed. | eyvind1 | Mobile Java General | 4 | 2004-08-17 12:46 |
| Problem with Sprite Animation | ramka001 | Mobile Java General | 1 | 2003-05-08 11:11 |