Archives of tags: action script 3

October 19, 2008
Tutorial - e-book - Action Script 3 - Open - also tagged Adobe, Air, Apostilha, AS3, e-book studies, Flex, open source, RIA's General, Source Code, Tutorial

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 tagged Adobe, folder, 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 [...]

September 24, 2008
AS3; 12 API's indispensable! - Also tagged api, AS3, pound, Web 2.0

After the 9 posts Engines animation AS3, 32 Open Source Components and 30 Class AS3 useful Well I now present 12 API's that can be used in various projects to obtain information and manage communications with various web services and not only ...
Starting ...

September 18, 2008
FDI Factory, making the flex simpler. - Also tagged Air, best practices, builder, eclipse, Enterprise IDE, Flex, FDI Factory, plugin

That the flex builder is a halfway house for accelerating the construction of our laugh all know, but there are a few tricks we can use as optimization of code, well-built classes and documented among many other things.
I will be honest and say that I only recently started to worry about this, simply because the applications that [...]

September 2, 2008
Project; Post in WordPress via Flex - also tagged Air, AS3, Flex, post, wordpress, XML-RPC, XmlRpc

Well, I've been a little absent from the blog, but not for lack of desire, but because of work than I had an idea that seemed quite easy, but I took the seriously!
As you know there are many programs to publish articles in wordpress remotely like Live Writer, Flock, Ecto, Elicit or WB Editor, but nothing has [...]

July 14, 2008
Action Script 3 Cookies; CRUD operations. - Also tagged folder, 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 10, 2008
AS 3; Image Reflection + Bounce = preloader - also tagged AS3, bounce, effects, effects, Elastic, Flex, image, reflection, reflection, Tutorial

I have been filled with work and with a "big project" staff on hand to announce soon that community flex its beginning, that I have not had much time to blog ...
After the logo of the project has already created, I need to get a preloader "original" and started with some polls and quizzes and as a result [...]

July 8, 2008
Action Script 2 & 3; Differences! - Also tagged action script 2, Adobe, Air, AS2, AS3, differences, Flash, Flex, migration

Well, I means absent due to the enormous amount of work that often relate to time ... but then I met with a blog from the draft today ... the answer to many doubts of many people.
Many people, like me, wondering ... what are the differences between AS2 & AS3?
Well, be to explain all [...]

July 2, 2008
Tutorial Action Script 3 - 011 - also tagged Air, folder, 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 12, 2008
Adobe Flex from Zero 5; Sources / Sources - also tagged AS3, builder, Flex, beginners, MXML, Tutorial

After the launch of Part 5 of the tutorial, some people are having problems to follow the tutorial, perhaps because it also includes some knowledge of PHP, but also because it is too long ... So I then put to download the sources used in the tutorial:

- Adobe Flex from scratch Part V (tutorial, part [...]