5/26/2010 11:17:55 PM
Title:
General
hi friends,
i have started my career as flex developer and i don't know the flex very well.
So what the topics in flex i need to concentrate for my better future..
thanks........
Inder
Points: 2880
Posts:0
5/26/2010 11:49:00 PM
Hi Neruby, welcome to Flash world
I would recommend you to go through a few flex books, its quite difficult to mention all the topics but I would recommend you the following
1) Using all the components, specially dataGrid (Development part)
2) Using stylesheet and skinning (Design + Develpment part)
3) Using HTTP service and webservice (Used to communicate with server side languages)
4) Using effects (Design part,Coding to Implement special effects like , tween, fade, resize etc)
5) External interface : Used to communicate with javascript on html page
Tyson
Points: 680
Posts:0
5/27/2010 6:01:32 AM
Flex is divided into three main streams:
1) Adobe AIR (Desktop applications)
2) Flex / Flash Builder form applications and actionscript (Normal web applications that we create )
3) Real time applications using some Media server like (Flash Media server, WOWZA or RED5)
First of all you should learn basic form applications and actionscript 3.0.
It includes, using components and study there properties, Events, Styles and methods, Implementing Validations. Creating and using classes. Submitting data to HTTP service. Graphics class,to work with images and drawing.