Muito já se discutiu sobre o melhor método de manipular valores das variáveis, no começo aprendemos a criar uma copia e trabalhar com ela, mais tarde aprendemos a trabalhar com valores passados por referência. A linguagem de programação C por exemplo, pode-se tirar o máximo proveito usando ponteiros, e minha dúvida era justamente como fazer isso no Action Script 3.0. Porém no Action Script 3.0 todos os argumentos são passados por referência.
Category Archives: Flash
ActionScript 3.0 and AVM2: Performance Tuning
Curioso em saber como aproveitar a melhor da performance da AVM2 (Action Script Virtual Machine) e do Action Script 3.0? Gary Grossman (Criador do ActionScript) , disponibilizou um guia para que desenvolvedores possam entender as diferenças entre o Action Script 2.0 e 3.0 e aproveitar o melhor da AVM2.
Zinc updated to support Flahs Player 9, Action Script 3.0 and Flex 2
Boa noticia para quem conhece essa excelente ferramenta que extende as capacidades do Flash para gerar programas desktop, o proximo update terá suporte ao Action Script 3.0 e ao Flash Player 9.
Mais detalhes
http://www.multidmedia.com
International Registry of FlexCoders
Participem do registro internacional de FlexCoders, basta se cadastrar e confirmar pelo link que é enviado ao seu email =D
“Welcome to the International Registry of FlexCoders. In late 2005 Adobe announced a goal at MAX 2005 of increasing the Flex development community from roughly 5000 to over a Million by around the year 2010. The key driver of this initiative is Flex 2 and it’s tiered licensing model.
The purpose of this site is to support this goal by seeing how many FlexCoders there are, so spread the word! ”
Macromedia News Extension para Firefox
Acompanhe as últimas novidades do Macromedia News(Aggregator, Homepage, Support Center e Developer Center e mais alguns blogs da area)no Mozilla Firefox.
Stream de Video com Flash Communication Server/Flash Media Server
Escrevi esse artigo para o MXStudio sobre como fazer streaming de video com o Flash Communication Server/Flash Media Server. Também comecei meus estudos sobre o RED5 (versão open source do Flash Media Server) e breve escreverei alguns artigos de acordo com meu aprendizado.
Segue o link para o artigo:
Veja a aplicaçao em funcionamento
FCS/FMS/RED5
http://www.leonardofranca.com.br/?cat=11
Flash Media Server Developer Center
http://www.adobe.com/devnet/flashmediaserver/
FlashComGuru
http://www.flashcomguru.com/
FlashCom.com.br
http://www.flashcom.com.br/
Flash Media Server Fun
http://www.fczone.com/
Acelerando o Desenvolvimento de RIA’s com Design Patterns
Há um tempo venho tentando criar uma classe genérica para usar com o Flash Remoting, estava cansado de toda vez importar todas as classes do remoting, setar a conexão com o gateway e criar uma função para receber os dados etc. Em virtude de meus estudos iniciais sobre Design Pattern Continue reading
Flash Professional 9 ActionScript 3.0 Preview
Agora o Flash tem suporte ao Action Script 3.0 e ao Flash Player 9.0 =D
“A preview of the next release of the Flash authoring tool, scheduled for release in 2007, extends the capabilities of Flash Professional 8 to include support for the new ActionScript 3.0 language in Flash Player 9.”
“About ActionScript 3.0
ActionScript 3.0 is a powerful, ECMAScript-standard object-oriented programming language that marks an important evolution of the language and capabilities of the Flash Platform.
A number of additions to ActionScript 3.0 are straightforward to discover and use, and make programming significantly easier than in previous versions. For example, by repackaging commonly used classes and objects as more easily-accessible APIs, we’ve provided faster, more direct access to the functionality you need for your applications. Other additions, like regular expressions and E4X support, make working with XML much faster and more natural. The new ActionScript Virtual Machine (AVM2) runs ActionScript 3.0 code, and includes an optimized compiler, redesigned from the ground up to run applications even faster. Lastly, an improved Flash Player API includes objects and functions to access player-specific functionality.”
confira algumas novidades neste artigo do Developer Center
ActionScript Technology Center
http://www.adobe.com/devnet/actionscript/
Adobe Developer Week
Segue algumas apresentações do Adobe Developer Week
http://www.onflex.org/ted/2006/06/adobe-developer-week-sessions.php
http://www.adobe.com/communities/developerweek/
*UPDATE 23/06/2006*
Algumas apresentações do LA Flash
http://www.laflash.org/community/?q=taxonomy/term/44
Calculando a taxa de transferencia com FlashCom/Flash Media Server
Com o Flash Media Server você tem a possibilidade de calcular a taxa de transferencia e saber que tipo de conexão o usuário está usando. Podendo determinar para qual aplicação ele deve ser direcionado por exemplo Continue reading