Types of Files: Tutorials

October 19, 2008
Tutorial - e-book - Action Script 3 - Open - also posted in Action Script & MXML, Air, Flex, News, RIA's General, tutorial AS3

After having a very full week of work that ultimately prevent me from writing on the blog, I announce a contest which will distribute 3 copies of the tutorial Action Script 3 Full Part II as announced. Copies will be sent to the source files also of the entire tutorial.

The contest will award 3 winners, [...]

October 7, 2008
Tutorial Action Script 3 Part 2; What has been done. - Also posted in Action Script & MXML, Air, Flash, Flex, RIA's General, Source Code, AS3 tutorial

Well, I come here show practical examples that were made over the 59 pages (full version) of this second part of the tutorial.
All the code explained step by step is in the tutorial, as well as implementation of many OOP concepts of AS3.
Joining already at the most advanced, to be understood by beginners should first read the part [...]

October 4, 2008
Tutorial Action Script 3 Part II - also posted in Action Script & MXML, RIA's General, tutorial AS3

Well, the title says it all, he had spoken earlier that the continuation of the tutorial would be completed soon and here it is, prontinha for the followers.
This part of the tutorial is extended by about 59 pages, and this time with a lot code, examples, images, and many explorers detailed explanations of what was spoken. Almost the entire [...]

October 1, 2008
PERT Flex Builder - Open Source - Tutorial - also posted in Action Script & MXML, Air, Flex, RIA's General, Source Code

After a doubt the tiger in the forum (http://forum.msdevstudio.com) of how to move images to an area of design I decided to take a small example to serve as a tutorial, and I finally feel free to go and build a small example of a creator of PERT networks, for whom studied (in informatics) these networks should be familiar; [...]

September 10, 2008
Tutorial crossdomain.xml; Do not let the flex complicate! - Also posted in Action Script & MXML, Air, Can, Flash, Flex, RIA's General

Well, almost everyone has been met with an error something like this:
Channel.Security.Error error Error # 2048: Violation de la sécurité Sandbox.
English should be something like Security Sandbox Violation.
This in Portuguese simpler and programmer: Bronco in the application. Sometimes it is not easy to find references to this problem.
The flash player (Sandobox) is [...]

September 9, 2008
15 Minutes with the Flex; Screencasts - also posted in Action Script & MXML, Air, Can, Flex, RIA's General

This is the title of a series of video tutorials that walk some time in the net but by that which seems strange I have heard.
One thing is certain: the flex is a growing "fashion" and they have no doubts, not least because more and more articles and information are placed in the [...]

September 5, 2008
Flex Menu tutorial / Example - also posted in Action Script & MXML, RIA's General, Source Code

Well, after a request for help on how to make a simple menu, I decided to get to work in on 20 minutes came an example of how to take a TitleList to make a simple menu with a code of the application that no more than 30 lines and a canvas as itemRender with some [...]

August 8, 2008
Flex tutorial - XML / E4X - also posted in Action Script & MXML, Air, Flex, RIA's General, Source Code

Working with XML in flex can be a headache, but using the so-called E4X is muitoooo easy.
The E4X (ECMAScript for XML) is a "Bookshop" added the Action Script 3 to natively work with you XML and are intended to simplify access to files / XML content. Using E4X can access the items [...]

August 7, 2008
Report and Printing in Flex; tutorial. - Also posted in Action Script & MXML, Air, Flex, RIA's General, Source Code

Many times we have to print something in our flex project, but did not know how to do ... now, and if we had different templates to print what we want? not easy? It is in this tutorial I will explain a very simple process of having our reports almost ready to receive data to be printed ... [...]

August 6, 2008
Flex; Drag & Drop explained. - Also posted in Action Script & MXML, Air, Flex, RIA's General, Source Code

In this tutorial will be explained how to use the methods Drag & Drop in Flex. In many of the articles / components of flex, these properties are already implemented and its use is quite simple in those components with native support Drag & Drop.
Things can get a bit more complicated if we work together with other components, but [...]