Click here for Registeration
Hi all,
All set for next meetup.
Date & Time: 19/12/2009 , 2:00 pm To 4:00 pm
Zensar Technologies Ltd.
Zensar Knowledge Park,
Kharadi, Plot #4, MIDC,
Off Nagar Road,
Pune 411 014,
What we all will do ?
1. Flex 4 introduction
2. Creating component in Flex 4
3. Insight on Flex 3 & AIR Certification
More Info
Be there to be ahead
Thanks
Bhavin Padhiyar
I was away from the flex community for long time. I had came to know about Pune FUG meet from local news paper. I realize that, event will be good opportunity to linkup with the community again. I met all my old friends Anand, Sagar and Himanshu and many more at the Meet. I made few new friends as well like Harish and Priyank.
I enjoyed the Serge’s session
. It always a pleasure for us to realize such expert live.
Thanks: Priyank, Anand and FUG for arranging wonder full event. I would say FUG meet is the best place to align your self with the technology. Looking forward to have such events in future.
Thank you all. See you in next FUG
Few days back FlashPlayer 10 (Code name Astro) released, as usual again with new milestones. This version include lots of new feature like native 3D support (Yes it means myMovie.x, myMovie.y and now myMovie.z available), new text rendering engine, custom filters and effects, improved new drawing methods. All above this feature, I like the most is access of local files within your browser.
http://www.gotoandlearn.com/player.php?id=76
http://labs.adobe.com/technologies/flashplayer10/demos/
Great going Astro !!!
Well, formally conference title was initRIA so, please might be expecting more talk on RIA and around technology. But most of the people talk on flash platform except Rakshith who talk on ajax. Session started with Raghu’s presentation and ended with “Birds of a feather” under dim light.
Mrinal had organized my session earlier but I reach venue very late [my mistake
] so, he had rescheduled all sessions and put me on second half. People enjoy first half with Raghu, Rakshith and Yash’s session very well.
In lunch break we had dominos pizza with coke
. Once again people grab there seat and show started with InstaColl’s presentation. All the session was amazing and well organizes but I really delighted with InstaColl’s presentation. They demonstrated their upcoming online office suite. take a look this, this, and this. It was so good that every one clapping in during presentation.

It was really nice time. I personally appreciate Mrinal and all other head involve in this success of initRIA.
Thanks adbul for caught initRIA on camera.
Finally it come up !!!
I have seen often people are asking for flex training center in india. When I met priyank at Mumbai flex user group meeting, he told that NIIT is working on this curriculum. Since our talk with him nothing had came.
Three to four (6th Dec 2007) days back I was reading “Times of India” at home. Suddenly I got excited by seeing one advertisement of NIIT institute about new courses for “rich internet application”. They will cover Flash CS3.0, Flex, Dreamwewer and coldfusion during this cource. I really don’t know insight of this course. Click on below image for more information.
I think this initiative help fresher to pickup flex and flash technology very fast. Even this will help to blow RIA technology.
For more information mail edgeineers@niit.com and rush NIIT telephone lines (1800 180 8448).
When flex 2.0 lunched, it was questions what will be the roll of flash in RIA? Flex will replace Flash? Adobe limited Flash to just creative people?
Adobe given all the answers by lunching great Flash CS3 and flex Integration tools. Adobe has finally brought Flash again in to RIA game.
Last week so many blog had bloging about flex/flash integrations. It is really very good come back of flash in RIA.
Something cools features of flash/flex integration
I try to integrate flash flex components in last couple days and made very small example.
check it in action. You can download this example from here
Related links
post very good post for migrating flex 2.0 to flex 3.0 beta. i.e DataProvider APIs are no longer on the list classes. For example, you can no longer say myList.getItemAt(index). Instead, say myList.dataProvider.getItemAt(index).
Imagine if your application has 1000 or more pages with high end graphics and animation. You must think about performance. The simple answer is module base application.
Module, It was really great feature of “flex 2.0.1 hot suffix 2.0 SDK” but in flex builder 2.0 was not having explicit support for Module based application. Therefore we have to make separate modules, compiling report.xml, then recompile all the modules ….. ohhhh that was really frustrating process.
But now flex 3.0 has explicit support of module based application. That means flex builder itself will handle all this process. Here I have tried to explain how flex builder 3.0 supports modules.
Create Module more easily
To create new module just right click on your project and select new module. It will ask you name of the module. There is one other combo box with label of optimize size for application. Now this is some thing really good in flex builder 3.0. This feature will generate report.xml file and optimize your application for selected application. 
This action will add tryThisOut.mxml module to your project.
Tip
If you are creating 100% liquid module which should fit in to your module loader container, then you have to use percentageWidth and percentageHeight properties of module class. Check below image
Now when you press ctrl +b or press “Build all buttons”, it will generate tryThisOut.swf file in your output folder. Then after you can load this module wherever you require.
Manage modules
Flex 3.0 adds modules to project when you create new one. But if you want to copy and paste module from other project to your current project you have to add manually. To do that just right click on current project on navigator window then after click on property button at the bottom of the pop up menu. You will find module link on open dialog box. There is one button “add” on right side. You can simply add module. You can also edit existing module from the same window.
Debug modules
You have to just allow modules for debugging by clicking on enable debugging modules. That will allow you to debug your modules
Hope this will help you.
Find more about modules @ http://bkflex.files.wordpress.com/2007/06/modular.pdf
Rock on module
Add [27-06-2007]
Optimising Modules
Don’t use the classes that have been compiled in the application in the module. Compile without them as they are not needed.
You can use the link report to identify modules that you don’t need.
here is the new resource of flex tutorials. it has great tutorials.
Another great Flex teacher