flash platform! {desktop, mobile, touch screen…}


Flex Builder compile Flash Lite projects, is it a dream?
April 9, 2008, 11:54 pm
Filed under: Adobe, Flash Lite, Flex, Resource | Tags: , , , , , ,

Today was last day at 360Flex Europe, I spent great time there!

Talking with 2 Flex team guys, they said to us that if you’d like some new features in Flex 4, only make a feature request to Adobe jira system.
So I said: “One of the most cool feature that you could implement in next version of Flex Builder, it could be to compile Flash Lite projects and maybe Flex Builder could interact with Device Central.” They said me: “It’s first time that ask me this implementation“.

So I make a feature request for next version of Flex Builder, I think it could be so interesting working with Flex IDE and when I compile a Flash Lite project open directly into Device Central.
What do you think about it? If you’d like this feature too, vote please!

Make comments and we could create a great discussion about it.



Photoshop Express… ROCKS!

I wake up 30 mins ago and the first thing that I do every morning is looking MXNA and download my emails.

Reading MXNA posts, I see Photoshop Express from Ryan Stewart blog… Adobe release it this night, oh my god, I must try it!

So I go to the official link I register myself and I start to work with Photoshop Express.
This version of Photoshop is made with Flex and it’s amazing! I love so much how is clear and simple use this RIA.
Adobe done a great work also with instruments and with manage of images, you can create personal album, send the photo to a friend via mail, put own photos on Picasa or Facebook (I love that!).

Please take a look at this RIA, it’s so interesting and I’m sure that Adobe adds new functionalities and they’ll grow up this project so much!



To all Attendes of 360Flex Europe

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!



new ribbit API Beta 2
January 16, 2008, 9:59 am
Filed under: Flex, Resource | Tags: , , ,

Ribbit team has just released new API (BETA 2) with new features and better performance!

In Ribbit blog, Mr. Freedman said:
“- There are more than 30 new methods and events, as well as significant changes for improving existing methods. Methods for loading messages have been modified and now support a more sophisticated ‘tagging’ model. Virtually none of the calling methods and events have been changed.
- Key performance enhancements include firewall compatibility, better voice performance and improved calling stability. There is a new set of methods for managing account information through the API, including recording and saving your Voicemail greeting, changing password and uploading a user photo.”

And also:
“- New features on the developer site, to be announced later this week, will include the ability to share your Ribbit applications and projects with other developers. Developers, especially those coding apps for the contest, will benefit from having others in the community evaluate and give feedback on their ongoing projects.”

When I tried it I was shock for the performance but if they come better…WOW, what amazing tool!
For now Europe developers could only try it with skype or with others developers that are involved in this project… I want Europe calls, please!
I suggest to take a look at this project if you haven’t done it yet.



My first steps with RIBBIT API
January 8, 2008, 12:40 pm
Filed under: AIR, Flex, Resource | Tags: , , ,

Today I spent an hour to take a look at Ribbit api and to start a first flex example with them.
For now you make a call to USA phone numbers only, in fact when you enter your Ribbit profile, you receive a USA number to use for test.
So I use Skype to make a call to my Ribbit number.
Example is very easy but with this few code you can receive and  make call to USA number (Europe number  are available  in mid 2008 probably).

After registrarion and approval from Ribbit team you can download SWC from Ribbit site that you add in your Flex application.

First of all you must create a Ribbit istance and a CallObject:

 private var myRibbit:RibbitRequest = new RibbitRequest();  private var ribbitObj:CallObject; 

Then you add listner to know when you are logged in Ribbit server, when you are making a call and when you are receiving a call.

 myRibbit.addEventListener(RibbitResponseEvent.LOGGED_IN, handleLoggedIn);
 myRibbit.addEventListener(RibbitResponseEvent.RIBBIT_SERVER_CONNECTED, handleRibbitServerConnected);
 myRibbit.addEventListener(RibbitResponseEvent.CALL_CONNECTED, handleCallActive);
 myRibbit.addEventListener(RibbitResponseEvent.INCOMING_CALL, handleCallIncoming);

So you login with:

myRibbit.login(”user”, “psw”, “devID”, “appID”);

All data that you put in login method you can find in your Ribbit profile.

Then you create  function  that you define in Ribbit object listner:

private function handleCallIncoming(e:RibbitResponseEvent):void{                       receiveBtn.enabled = true;                       ribbitObj = new CallObject();      ribbitObj = e.data as CallObject;                  }              private function handleCallActive(e:RibbitResponseEvent):void{                 trace(”call active man!”)              }              private function handleLoggedIn(e:RibbitResponseEvent):void{                   trace(”you are logged in”)              }              private function handleRibbitServerConnected(e:RibbitResponseEvent):void{ 
    trace(”server ok”)                      makeBtn.enabled = true;              }

So now we only put in our flex project 2 buttons, one to receive a call and another one to make a call to a specific USA number.

<mx:VBox>
    <mx:Button id=”makeBtn” label=”make call” click=”{myRibbit.makeCall(’USAPhone’)}” enabled=”false” />
    <mx:Button id=”receiveBtn” label=”receive call” click=”{myRibbit.answerCall(ribbitObj)}” enabled=”false” />
</mx:VBox>  

Very easy to use and so powerfull API!

I remember to all that Ribbit team launch a phone contest, more information in Ribbit site

Enjoy!



Nimbuzz, mobile software
December 28, 2007, 1:20 am
Filed under: Mobile, Resource | Tags: , , ,

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!



Ribbit phone contest, don’t miss it!
December 22, 2007, 7:30 pm
Filed under: AIR, Flex, Resource | Tags: , , , , ,

We are in Xmas time and a new gift made by Ribbit team is under our tree!

Ribbit is name of new project that give us the ability to make and receive calls or messages (and more!) with new API for flex and air projects, so the team announces a new flex and air contest with big prizes like $2.500 (first prize).

In Ribbit site you can find more information about challenge:
Build the best Personal Ribbit Phone Application for either the web (Flex) or Desktop (AIR). Similar to Joe Johnston’s award-winning AIR iPhone (now considered the most downloaded AIR app to date), your personal Ribbit Phone will provide an incredible and creative experience for someone to use and enjoy Ribbit services, primarily making and receiving phone calls. ”

Take a look at Ribbit blog and good luck guys! 



First images of Zinc 3.0
December 10, 2007, 9:05 pm
Filed under: Flash, Flex, Resource | Tags: , , , , ,

Zinc 3.0 codename Pandora will be release at Q1 of 2008, but now you can see first images for Macintosh and Windows directly from Jaspal Sohal blog.  You can also try to enter in Candidate BETA program if you are registered in multidmedia.comIn fact they said:“The Public Beta will be a Release Candidate Build with all functionality that will be in the final release. Registered Users will have an opportunity to download the Public Beta and test it over the Holiday period. The Zinc™ 3.0 Public Beta will be available for both Windows and Mac OSX.”