Archives of tags: apostila

October 7, 2008
Tutorial Action Script 3 Part 2; What has been done. - Also tagged action script 3, Adobe, AS3, custom panel, drag, drop, effects, explorer, Flex, maximizavel, minimizavel, tutorial, xml

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 tagged (Part II), Adobe, Apostilha, AS3, Flex, Tutorial

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 tagged Air, implementation, AS3, drag, drop, example, Flex, image, manager, open, close, source, Tutorial

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 5, 2008
Flex Menu tutorial / Example - also tagged example, Flex, itemRender menu, tileList, Tutorial

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 14, 2008
TSW Forum. Fresh News. - Also tagged AS3, Can, Flash, Flex, forum, RIA's General, Tutorials

After the change of layout and a number of widgets to the blog, 130 have noticed that the blog postings and about 560 comments, giving an average of almost 6 comments by post, however there are many posts with comments that are doubts on AS3 and Flex, some do not speak [...]

July 14, 2008
Action Script 3 Cookies; CRUD operations. - Also tagged action script 3, AS3, cookies, write, example, read, Tutorial

Often we think, as it was easy if we could save this and this variable in the PC user, well, this is possible and even quite easy, after reading an article quite interesting, I simply a package that can be used to record and read data from a cookie on the user's PC ... see [...]

July 2, 2008
Tutorial Action Script 3 - 011 - also tagged action script 3, Air, AS3, examples, Flash, Flex, Tutorial

In continuation with the tutorial ...
This part has already been included in the book available for download here ...
Take the following code in a package properly reviewed:

package test
(
flash.events.Event import;
mx.containers.Panel import;
mx.controls.Label import;
mx.events.ChildExistenceChangedEvent import;
mx.events.FlexEvent import;
public class Test extends Panel
(
/ / put the image as embed (being acquired and defined in our applicativo
/ / with variable immediately below (iconImg) available in the form of class.
[Embed ( "flexBtn.png")]
var private [...]

June 30, 2008
Adobe Flex from scratch. Updated book. - Also tagged from scratch, Adobe, book, Flex, beginners, book, Tutorial

The flex book, which compiles the parts of my tutorial adobe flex from scratch has now been updated with Part 5, with more than 75 shares.

The part that was attached includes 9.x points, making its index distributed as follows:

1. Opening remarks. Pag. 4 - 52. Installing, configuring and making the [...]

June 30, 2008
Tutorial Action Script 3 - Part I - The Book - also tagged 3, action, Adobe, Apostilha, code, Flash, Flex, source, script, source, Tutorial

Well, after enough people have asked and a day, I come here to put the compilation of the tutorial Action Script 3 in a single PDF for download from the community. After some time to correct mistakes, here is the corrected version that differs little in the version drawn here on the site.

Today I walk a lot [...]

June 17, 2008
Tutorial Action Script 3 - The book. (Lottery) - also tagged Adobe, AS3, book, Flex, book, draw, Tutorial

After having launched the first 10 articles of my tutorial, compiled them into a single PDF by adding them to 11, which in part explains and shows a complete example of first class inherited and composed. An excellent example for those who have followed the tutorial and we now can finally make his first class [...]