Flash lite + J2ME? Project Capuchin
Finally a wonderful news for all mobile developers! Sony Ericsson are developing some API that allow to create content with Flash Lite and J2ME and those technologies work toghether.
Yes! It’s not a dream, it’s Capuchin a true bridge for those technologies.
From eetimes.eu:
“The aim of the project is to provide developers with an intuitive tool to create applications with a cleaner user interface (UI) without sacrificing the strong, feature rich and widely deployed Java ME infrastructure, including secure, well-developed content distribution.”
Probably we start a new era, in other site I read that those API will be available on Autumn probably… we stay tuned with Sony Ericsson dev labs.
Let’s go!
To all Attendes of 360Flex Europe
March 26, 2008, 2:01 pm
Filed under:
AIR,
Adobe,
Events,
Flash Lite,
Flex,
Mobile,
Resource | Tags:
360 flex,
360 Flex Europe,
360 flex mobile application,
Adobe,
Flash Lite,
flash lite application,
flash lite developer
Hi All,
360 Flex Europe is behind the corner, 10 days more or less and… it starts!
So to all attendes of this big Flex event I made the mobile application with Flash Lite 2.0, you can find the same things of Atlanta version but with another graphics and the final 360Flex schedule!
I hope to see you at the event.
Enjoy
UPDATE
Actionscript.it, italian Adobe UG, organize Birds of father event during 360Flex on Monday 7 from 6PM to 9PM, where attendes could ask any questions about 360Flex sessions, Flex and AIR, so please take a look at event page (it’s in italian) and register to the event!
PS: I’m making the sys files in next few days! Stay tuned!
UPDATE II
Thank you again to chall3ng3r to make sis files! Download file for Symbian 2nd edition and for Symbian 3rd edition
See you next week at 360Flex Europe guys!
Silverlight on mobile vs (maybe) AIR mobile ?
March 7, 2008, 11:51 pm
Filed under:
AIR,
Adobe,
Mobile | Tags:
adobe air,
Adobe on mobile,
AIR mobile,
Microsoft,
Mix 2008,
Silverlight,
Silverlight 2,
Silverlight mobile,
Silverlight Nokia,
Silverlight PDA
I don’t write on Silverlight mobile version yet because I was waiting more news from MIX and I also talked with Italian Microsoft guys and others developers.
So, Silverlight will be out the second quarter of 2008 but with 1.0 version and if you take a look at desktop version you know that isn’t so powerful!
In the end of 2008 we could see 2.0 Beta version and finally in the second quarter of 2009 Silverlight 2 will install in mobile devices.
The last version in so interesting, they add a very good zoom functionality and they add .net framework built in the player.
Mobile version will be use in IE browser for PDA so probably the same way on Nokia, so the first question is:
Can I interact OS on Nokia and PDA to save and manipulate data like desktop version or I’ll have some security issues?
Another thing that I see is a good video look and feel, I’d like to know what kind of video files I could play on own mobile player.
It could be interesting how Microsoft decide to update own mobile player on devices…
I think that Adobe must start to take new way to deliver and help own developers to create mobile contents, we have a cool platform but with a lots limits and also there is a bad interaction with OS.
Sincerly I hope that Adobe could develop the AIR mobile version because with this technology we could take new market quotes and opportunities.
AIR is the new powerfull technology that helps developers and desginers to deliver own contents with a new interaction way, if you can create an online app with Flex and then porting it on desktop and finally porting it on own mobile device… that it could be COOOOOL!
My 2 cents
Feel free to comment and share your view!
360 Flex Atlanta mobile application
February 25, 2008, 12:54 pm
Filed under:
Adobe,
Flash Lite,
Mobile | Tags:
360 flex,
360 flex atlanta,
360 flex mobile application,
Adobe,
Flash Lite,
flash lite application,
mobile application
Today 360|Flex starts in Atlanta, if you are an attendee or a speaker I make the “official” 360 flex mobile application in Flash Lite 2.
In this app you can find 3 sections:
- speakers
- schedule
- twitter
In the last section (twitter) you can read last post in your twitter and write one in your account.
I use SWX API to create this mesh up, very cool API made by Aral Balkan (thank you man!) that allow to make mesh up of twitter, flickr and so on.
Download zip file and put swf and XML files in your Flash Lite 2 phone….Enjoy!
Obviusly you can have one for Europe event… stay tuned!
UPDATE:
I must say THANK YOU to chall3ng3r that made for me .sis files with SWF2GO, his software that allow to create file for S60 phones.
Thank you man!
Now you can download also .sis file for S60 3rd edition and 2nd edition
Flash Home, new mobile solution
Adobe launches a new service at 3GSM World Congress in Barcelona for mobile operators and OEM that allow to create custom interface to deliver informations.
This service is ONLY for those categories and for designers and developers are so interesting because we have a new way to deliver flash lite contents.
In fact we could use Flash CS3 and Device Central to create and test our flash lite contents for Flash Home or Flash Cast.
So now we are waiting which operators are available to deliver Flash Lite content with Flash Home, in particular in Europe where there aren’t a lots of operators that believe in Flash Lite (Flash Cast or Flash Home), I hope this situation will change with Flash home coming.
If you want read more about 3GMS news and Flash Home, take a look at Adobe Flash Home page.
MacWorld but also developer.apple.com
I love Apple so much!
This period is so interesting for MACWORLD and this year I’m so excite to view new iTV, new macbook AIR, new firmware upgrade for iPod Touch (finally I could see emails in my iPod Touch) and new services like rent video! That’s cool.
But also, I suggest to take a look at developer.apple.com, in particular in iPhone section, you must register for FREE and you’ll have a lots of materials about development on iPhone and so on.
There you can also submit your iPhone application and put in apple site. New opportunities ae growing up.
In 2008, I think that we’ll have a lots of changes from AIR to new Macbook AIR (everything we call AIR in 2008, it’s funny!).
I love Apple, I love AIR… and I love 2008!
Flash Lite 3: load external data
This morning I talk with Fabio, a friend of mine, and he asks me if I’ve ever loaded an FLV file in Flash Lite 3 from web.
I don’t start to use FL3 since this morning because there aren’t enable devices and also I think that we could use it only in the end of 2008 to have some devices in the market with it.
In Flash Lite 3, when you want to load web data (images, video or anything else), you MUST set, in Publish Settings, network access only.
When I worked with Flash Lite 2 we don’t need to set network access to load external data.
So for example in Flash Lite 2 we load an external 3gp video (there isn’t FLV support in FL2) we write:
//video_vd is an istance of video object that is in library
video_vd.play(”http://www.mart3.co.uk/video.3gp”);
in Flash Lite 3 we use NetConnection class:
var nc:NetConnection = new NetConnection;
var ns:NetStream = new NetStream(nc);
ns.play(”http://www.mart3.co.uk/flvfl3/phone.flv”)
video_vd.attachVideo(ns);
A big THANK YOU to Alessandro!Update: Talking with Scott I found a recent post of Nick Gerig about security model of Flash Lite 3 that explains well the problem.
Nimbuzz, mobile software
Surfing on web, I found Nimbuzz a mobile software to manage your IM accounts and add into new mobile community.
It’s a J2ME software and they have made porting for a lots of devices, it’s so easy to use and it has a very good user interface.
I think that is a very cool project and it’s totally FREE, I’ll follow it to understand better the way that it brings.
There are also a lots of vacant positions in this company, take a look at About page to see them.
So if you want to add me, search lucamezzalira in nimbuzz world, see around guys!
Flash Lite 3 & Zinc 3.0, new softwares released this weekend
December 2, 2007, 11:12 pm
Filed under:
Flash,
Mobile | Tags:
Adobe,
Desktop Application,
Flash,
Flash Lite,
Mobile,
Multidmedia,
Pandora,
Zinc 3
This weekend Adobe announced that is ready new flash lite version developer edition, dowloadable for free from labs.adobe.com.
Remember that you can develop flash lite 3 contents only if you upgrade Flash CS3 and Device Central.
More information about features and files to download you can see at Bill Perry’s blog.
If you test this developer release in your device, remember to write in Flash Lite 3 Forum which device you are using!
You can also see Flash Lite 3 application in action from Biskero’s blog, very cool video!
Finally multidmedia announce Pandora project that is new Zinc version with new big features and optimization.
New features are (from Pandora’s devlab):
. Mac OSX Output will now be in Native Universal Binary and optimized for Mac 10.5 “Leopard”
. Windows Projectors will have been specifically optimized for Vista
. Windows & Mac OSX Projectors almost 500% faster than Zinc 2.5 Projectors
. The entire {mdm}Script API will now be 100% Modularized
. Dynamic Form Creation
. An extensive Custom Command SDK will be available for both Windows and Mac OSX Developers
. {mdm}Script 3.0 - Completely re-written from scratch and now Unicode (UTF8/UTF16) Compliant
. {mdm}Script 3.0 - Greater Similarity between Windows & Mac OSX Classes
. Completely New GUI on Windows & Mac OSX - Screenshots available in December 2007!
. Several other “Industry Firsts” to be revealed in December 2007!
Probably Zinc 3.0 will go out in January 2008 but a public BETA will be release in December.
So take a look at Multidmedia site!
Japan college courses on mobile
I love so much japanese people, they use technologies like no others!
Today on engadgetmobile.com I find an interesting post where in Japan they start with a new way to lear with mobile phones.
That’s is so interesting because next generations use technologies very well, they are born with mobile phones!
So I think that’s right change communication ways and learn ways.
When I went to FotB, I saw an interesting seminar made by Richard Legget that talks about how our life will change in next years, and I think that technologies revolution start NOW.
If you see what you could create with Adobe softwares, what opportunities give us new future softwares… that’s amazing!
We must start to educate better people on this revolution to help old generation to catch the best opportunities that a mobile phone, a computer a device give us to have a better life.
My 2 cents.