Archives of tags: action

July 19, 2008
Action Script 3; 50 Reasons! - Also tagged 3, 50, comparison, Flash, Flex, news, reasons, script

Well, I heard somewhere that the action script 3 came revolutionize the engine of flash, but many people can not understand this because, well, for those who already have good ideas of AS2, this presentation is even for those people who still not have good notions of AS2 or 3 [...]

June 30, 2008
Tutorial Action Script 3 - Part I - The Book - also tagged 3, Adobe, folder, 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 without a long time, [...]

June 25, 2008
Flex Action Script MP3 Player + Equalizer - also tagged 3, AS3, class, Flash, Flex, mp3, package, Player, RIA's General script

After being missing 2 days of publications on the blog, I announce a fresh for the readers, after much research, testing and inventing, there could achieve an ambitious project.
Create an mp3 player for any application to flex with an equalizer, means something complicated in the beginning, but with a beautiful final result
Come to [...]

June 16, 2008
Tutorial Action Script 3 - 010 - also tagged 3, folder, Apostilha, code, Flash, Flex, source, beginners, Part 10, script, source, Tutorial

In continuation with the tutorial (001 - 002 - 003 - 004 - 005 - 006 - 007 - 008 - 009)
After sight of the physical structure of the class's in our file system could easily believe that creating another class in that package test, doing the following:

package test
(
mx.containers.Panel import;
[...]

March 12, 2008
Good programming practices in Action Script - also tagged access, action script 3, best, best, child, code, components, errors, source, parent, practices, practices, script

As we all know (or should) the question of organization and reuse of code is something very important for our applications, not only in action script but also in all programming languages.
In this case I speak of action script 3, which sometimes commit many errors mostly unnecessary to create the links of our scripts / Component [...]

February 25, 2008
Flex Builder 3 Already! - Also tagged 3, open, Adobe, Air, builder, code, download, final, Flex, integrated, improvements, MXML, new, open, release, runtime, script, skd, source, trial, last, Version

Well, just leave the oven the final version of Abode Flex Builder 3 and Adobe Air 1.0 ..
From what is indicated by adobe there are some changes / improvements as:
Improvement of component-DataGrid
Improvement of component-Flex Charts
-Interactive debugging
ColorPicker-Improvement
-Css Skins Upgrading and styles
-Constantes/Apoio The editor.
Improvement of time-of compilation (will?).
-Some improvements to the editor (MXML, AS3).
-Reduction of [...]

February 13, 2008
Flex - Speller / Spell Checker "Beta 1" - also tagged Adobe, backend, checker, broker, broker, field, Flex, google, language, MXML, spelling, spelling, PHP, proxy, script, source, spell, text, text

As mentioned previously had enough problems trying to do the "handling" of the output from Google, but there finally be okay ...
I had a lot of work to implement and to create a way to place emphasis on the words with errors, though not the best, but I am still working on it.
Currently there are some bugs:
-Any delay [...]

February 5, 2008
Customizing the Flex Alert Box in Action Script - also tagged open, Adobe, alert, noodles, AS3, change, code, style, example, Flex, icon, image, change, open, opensource, custom, script, source, style, Tutorial

This time I come here show a typical example of customizing the box of Flex Alert (Alert.show ();) but in Action Script, show that this example below, using the declaration of an Alert in a variable and its configuration through Action Script, even before this Alert be made in the application.
For now only provide [...]

February 2, 2008
Source code - Example of icon button on - also tagged 3, Action Script, Adobe, article, AS3, button, button, code, code in, example, example, explained, Flex, font, icon, icons, beginners, change, mx: button, mx: icon, MXML, script, source, Tutorial

After a post in www.xtechpt.com on how to replace an icon of a button via Action Script, came across me with something strange, that even though it had never noticed it, the object "button" does not allow the modification of the icon button setting a simple property, as button.icon, despite this property is available on the properties of the button.
Well, of course [...]