Arquivos de tags : as3 Archives of tags: as3

Agosto 20, 2008 August 20, 2008
Flex & AS3; 32 Componentes/Librarias Open Source – também tagged Adobe , builder , componentes , Flash , Flex , librarias , library , package Flex & AS3; Components 32 / Librarias Open Source - also tagged Adobe, builder, components, Flash, Flex, librarias, library, package

Depois de mais uma volta pelos meus favoritos, reparei que tinha bastantes links para componentes e librarias no flex, e que tal compila-los todos num post?? After another round of my favorites, I noticed that many had links to components and librarias in flex, and that it compiles them all in one post?
Ora aí está… uma lista de 32 componentes e librarias para o Flex/AS3, e algumas delas podem funcionar no Flash CS (AS3). Yet there is… a list of 32 components and librarias for Flex/AS3, and some of them may work in Flash CS (AS3).
Se tiverem mais algum componente ou link de interesse [...] If you have any more component or link of interest [...]

Agosto 14, 2008 August 14, 2008
TSW Forum. TSW Forum. Novidades fresquinhas. – também tagged apostila , Duvidas , Flash , Flex , forum , RIA's Geral , Tutoriais Fresh news. - Also tagged folder, Questions, Flash, Flex, forum, RIA's General, Tutorials

Depois da mudança de layout ea criação de alguns widgets para o blog, reparei que tenho 130 artigos publicados no blog e cerca de 560 comentários, o que dá uma media de quase 6 comentários por post, no entanto existem posts com muitos comentários que são duvidas sobre AS3 e Flex, algumas nem falam [...] After the change of layout and the creation of some widgets to your blog, I noticed that 130 of the blog and about 560 comments, which gives an average of almost 6 comments by post, however there are many posts with comments that are doubts on AS3 and Flex, some not speak [...]

Agosto 13, 2008 August 13, 2008
Flex 4 “Gumbo”. Flex 4 "Gumbo". Mais novidades!! – também tagged 4 , Flex , Gumbo , novidades , sdk More news! - Also tagged 4, Flex, Gumbo, news, sdk

Pois é… quando o bichinho anda cada vez mais curioso… vem a adobe matar a fome de curiosidade e desta feita colocou online no seu espaço Open Source (veja o link em baixo) mais algumas especificações. It is… when the worm goes increasingly curious… comes the adobe kill the hunger of curiosity and this time put online in his Open Source (see link below) plus some specifications.
Desta feita a lista fica bem interessante e pelo que vi já com algumas coisas bem interessantes e prmenores deliciosos [...] This time the list is very interesting and I saw some things well already with interesting and delicious prmenores [...]

Agosto 8, 2008 August 8, 2008
Tutorial Flex - XML / E4X – também tagged aciton script 3 , E4X , Flex , xml Tutorial Flex - XML / E4X - also tagged aciton script 3, E4X, Flex, xml

Trabalhar com xml no flex pode ser uma dor de cabeça, mas usando o chamado E4X é muitoooo facil. Working with xml in flex can be a headache, but using the so-called E4X is muitoooo easy.
O E4X (ECMAScript for XML) é uma “libraria” adicionada no Action Script 3 para trabalhar nativamente com XML e que têm como principal objectivo simplificar o acesso a ficheiros/conteudo XML. The E4X (ECMAScript for XML) is a "libraria" added the Action Script 3 to work natively with XML and which have as their main objective simplify access to files / content XML. Utilizando o E4X podemos aceder aos items [...] Using E4X can access the items [...]

Julho 14, 2008 July 14, 2008
Action Script 3 Cookies; Operações CRUD. – também tagged action script 3 , apostila , cookies , escrever , exemplo , ler , Tutorial Action Script 3 Cookies; CRUD operations. - Also tagged action script 3, folder, cookies, write, example, read, Tutorial

Muitas vezes pensamos, como era facil se pudessemos guardar isto e esta variavel no pc do utilizador, pois bem, isso é possivel e até bem facil, depois de ler um artigo bem interessante, deixo aqui um package que pode simplesmente ser utilizado para gravar e ler dados de um cookie no pc do utilizador… vejam [...] Often we think, how easy it was if we could save it, 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 [...]

Julho 10, 2008 July 10, 2008
AS 3; Image Reflection Bounce = Preloader – também tagged action script 3 , bounce , efeitos , effects , elastic , Flex , imagem , reflection , reflexo , Tutorial AS 3; Image Reflection Bounce = preloader - also tagged action script 3, bounce, effects, effects, elastic, Flex, image, reflection, reflection, Tutorial

Tenho andado cheio de trabalho e com um “grande projecto” pessoal em mãos para a comunidade flex  que brevemente anunciarei o seu inicio, que nem tenho tido muito tempo para o blog… I have been full of work and with a "big project" staff in hand to the community that briefly anunciarei flex its beginning, which I have not had much time to the blog…
Depois do logotipo deste projecto já criado, tive necessidade de arranjar um preloader “original” e comecei com algumas pesquisas e testes e como resultado [...] After the logo of the project has already created, I need to find a preloader "original" and started with some research and testing and as a result [...]

Julho 8, 2008 July 8, 2008
Action Script 2 & 3; Diferenças entre! – também tagged action script 2 , action script 3 , Adobe , Air , as2 , diferencas , Flash , Flex , migração Action Script 2 & 3; differences between! - Also tagged action script 2, action script 3, Adobe, Air, as2, differences, Flash, Flex, migration

Bem, ando meio ausente devido à enorme quantidade de trabalho que muitas vezes têm que ver prazos cumpridos… mas lá vou dando uma passada pelo blog… hoje trago a resposta a muitas duvidas de muita gente. Well,'m missing half due to the enormous amount of work that often have to see deadlines met there… but I will at last giving a blog… Today I bring the answer to many doubts of many people.
Muitas pessoas, tal como eu, perguntam… quais as diferenças entre o AS2 & AS3 ?? Many people, like me, you ask… what the differences between the AS2 & AS3?
Bem, estar a explicar todas as [...] Well, be to explain all [...]

Julho 2, 2008 July 2, 2008
Tutorial Action Script 3 - 011 – também tagged action script 3 , Air , apostila , exemplos , Flash , Flex , Tutorial Tutorial Action Script 3 - 011 - also tagged action script 3, Air, folder, examples, Flash, Flex, Tutorial

Em continuação com o tutorial… In continuation with the tutorial…
Esta parte já foi incluída no livro aqui disponibilizado para download… This part has already been included in the book available for download here…
Vejamos o seguinte código de um package devidamente comentado: Take the following code of a package properly reviewed:

package teste package test
{ (
import flash.events.Event; Import flash.events.Event;
import mx.containers.Panel; Import mx.containers.Panel;
import mx.controls.Label; Import mx.controls.Label;
import mx.events.ChildExistenceChangedEvent; Import mx.events.ChildExistenceChangedEvent;
import mx.events.FlexEvent; Import mx.events.FlexEvent;

public class teste extends Panel public class test extends Panel
{ (
//colocamos a imagem como embed (incoporada no nosso applicativo e definida / / put the image as embed (being acquired in our applicativo and defined
//com a variavel imediatamente em baixo (iconImg) disponivel na forma de class. / / with variable immediately below (iconImg) available in the form of class.

[Embed("flexBtn.png")] [Embed ( "flexBtn.png")]
private var [...] private var [...]

Junho 25, 2008 June 25, 2008
Flex Action Script MP3 Player Equalizer – também tagged 3 , action , class , Flash , Flex , mp3 , package , Player , RIA's Geral , script Flex Action Script MP3 Player Equalizer - also tagged 3, action, class, Flash, Flex, mp3, package, Player, RIA's General, script

Depois de estar ausente 2 dias das publicações no blog, venho anunciar um doce para os leitores, depois de muito investigar, testar e inventar, lá consegui realizar um projecto ambicioso. After being missing 2 days from publication in the blog, I announce a fresh for the readers, after much research, test and invent, there could undertake an ambitious project.
Criar um leitor de mp3 para qualquer aplicação flex com um equalizer, algo meio complicado no inicio, mas com um resultado final lindo Create an mp3 player of any application to flex with an equalizer, means something complicated in the beginning, but with a beautiful final result
Vamos aos [...] We are going to [...]

Junho 21, 2008 June 21, 2008
Action Script 3 - O Livro. Action Script 3 - The Green. Vencedores Sorteio! – também tagged action scrip 3 , concurso , Flex , venecedores Lottery Winners! - Also tagged action scrip 3, tender, Flex, venecedores

A todos os que participaram no sorteio ( http://msdevstudio.com/blog/2008/06/17/tutorial-action-script-3-o-livro-sorteio ) em que estava em jogo 10 cópias da primeira parte do livro que reúne todas as 10 partes do tutorial action script 3 e uma parte extra. All who participated in the draw (http://msdevstudio.com/blog/2008/06/17/tutorial-action-script-3-o-livro-sorteio) in that game was in the first 10 copies of the book bringing together all 10 parts of the tutorial action script 3 and an extra part.

O sorteio foi efectuado com a seguinte query à base de dados: The draw was made with the following query to the database:

SELECT `comment_author` as autor, `comment_author_email` as mail FROM [...] SELECT `` comment_author the author, `` comment_author_email the mail FROM [...]





"));