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


second day at 360Flex Europe
April 8, 2008, 11:42 pm
Filed under: AIR, Adobe, Community, Events, Flex | Tags: , , , , , , ,

That’s it! Second day is finished, but it was very interesting! I know better a lots of speakers and attendees, I love share experience and points of view with them.
I go to Piergiorgio session on Papervision and he was amazing! Very cool session man!
So I go to Giorgio session on Accessibility with Flex and he found a great solution to interact with screen readers, that was cool!
Finally, I can’t miss it, I see an introduction on Cairngorm by Neil Webb (you rock man!) very cool session and so funny preso, I love it!
Sorry Zohar if I can’t come in your session but I hear that you made a very cool stuff!
Also, if you’d like to take a look at some cool video about the conference, please view Zohar mix!

Tomorrow is the final day, I spent great time here, I hope to keep in touch with a lots of attendees and speakers that I met here.

In this weekend I’ll also put in my Flickr account some photos.



first day at 360Flex Europe..my impressions…

It’s just finished this long day, I slept 2 hours to finish my preso and samples, I hope that people enjoy my Flex BitmapData session!
I’ll put preso and samples in the next few days in this blog, so take a look everyday guys!

There weren’t a lots of people at 360Flex, but I met a lots of strong developers for all over the world, there were great share moments and all speakers help toghether to make a better session ( I love so much this atmosphere).
I’m so glad that a lots of italian developers and companies are lost this cool appointment to know better Flex and AIR technologies!

In fact you could talk with Adobe people (Evangelist, marketing people and so on) and with cool speakers that help you to understand better the power of flash platform! I hope tomorrow I can see more people here!
This evening all speakers go out with Adobe people to have dinner and to know us better and talk about Adobe softwares and strategies, that’s cool!

I’ll put also new event photos in my Flickr account, so please take a look sometimes!

UPDATE

You can download my preso and my samples NOW!
Enjoy



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!



Road to 360 Flex Europe
March 18, 2008, 5:02 pm
Filed under: AIR, Adobe, Events, Flex | Tags: , , , , , , ,

1 month more or less and in Milan I’ll partecipate at 360|Flex the most important Flex event in Italy (maybe in Europe?).
In the last schedule I saw my seminar is in the first day (7 April), now I’m waiting the final one.
I’ll talk about BitmapData class, I’m making 3 samples and a real case history made with Flex and AIR to manipulate images.

There will be lots of important and great developer that are coming from all over the world, I love this event, it will be amazing!
You can find a lots of Adobe employees, Adobe partners, Adobe UG and so on, an event that you can’t lost.

So see you at 360 Flex guys!



Silverlight on mobile vs (maybe) AIR mobile ?

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!



Flex 3 and AIR 1.0, future is NOW
February 25, 2008, 9:23 am
Filed under: AIR, Adobe, Flex | Tags: , , ,

Sign this date in your calendar, today guys are out Flex 3 and AIR 1.0

In the last years Adobe made an amazing work on those technologies and it could be a big pleasure start work on them.
Lots of us use Flex  3 since Beta in labs and we love it, because finally we have a true development software and with last release we increase the power of this technolgy.

Air, it’s my favourite software, I love it, it’s so simple and so powerful and has a lots of functionalities that help us to create fantastic and complex desktop application.

The first thing that I do this morning is watching Adobe.com and I suggest to take a look at AIR page and Flex page, you can find a lots of interesting things!

Today Adobe makes the history.



onAIR tour in Europe

Finally it’s coming!!!

OnAIR tour is coming in Europe, 12 dates from March to June in all Europe… that’s wonderful!
Registrations are open so choose your city and register yourself, I’ll go to Italian date (13 June) in Milan with a lots of Italian developers and designers.

If you come in Milan, please send me an email so we could meet to have dinner togheter!



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!



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! 



Flash on the beach, I’m coming!
October 30, 2007, 10:35 pm
Filed under: AIR, Community, Events, Flash, Flex | Tags: , , , , ,

On saturday I leave Italy to my first Flash on the Beach edition!
I take a look at seminars and there are 3 intensive days, lots of strong speakers and I hope to meet there new friends!

Obviusly in this blog I report my impressions about this event and share ideas or knowledge.
So stay tuned!