Continuing the studies on Flex 2, I found this article written for Mike Potter on the integration of the Flex 2 and AMFPHP, in the example I made with that the Flex loaded the data of the article that I wrote on editing the data of a data base using Flash and AMFPHP. Continue reading
Category Archives: Flex
FLEX 2 e AMFPHP: Preenchendo um Datagrid
Continuando os estudos sobre Flex 2, encontrei esse artigo escrito por Mike Potter sobre a integração do Flex 2 e AMFPHP, no exemplo fiz com que o Flex carregasse os dados do artigo que escrevi sobre editar os dados de um banco de dados usando Flash e AMFPHP.
O que é feito é setar o Flex para utilizar o AMF0, uma gambiarra para utilizar o Flex com AMFPHP em nossas aplicações , no entanto não é recomendado para grandes projetos, mas o pessoal do AMFPHP está preparando o suporte ao AMF3, a nova versão do protocolo AMF para o Action Script 3.0 e Flex 2.0
Hoje temos o SabreAMF ja suportando o AMF3 mas feito para PHP5 , o Flourine para dotnet e o RED5 versão open source do Flash Communication Server/Flash Media Server.
segue mais alguns exemplos feitos por Renaun Erickson incluindo o uso do Cairngorm
Para ver os exemplos é necessario ter o Flash Player 9 instalado
Para saber mais
Adobe Labs
http://labs.adobe.com
AMF3 Specification
http://www.osflash.org/amf3/index
AMF 3 Specification released
Kevin Langdon liberou uma versão da engenharia reversa do AMF3 Specification no OSFlash.
AMF3 é a proxima versão do Flash Remoting usado no Flex 2.0 e AS 3.0. Aguardamos o suporte ao AMF3 no AMFPHP
Checagem de tipos de dados no ActionScript 3.0
A checagem de tipo pode ocorrer em tempo de compilação ou em tempo de execução. As linguagens estaticamente tipadas, tais como C++ e Java, fazem a verificação em tempo de compilação. Como uma linguagem dinâmicamente tipada, o Action Script 3.0 verifica Continue reading
Type checking in ActionScript 3.0
The Type checking can occur in time of compilation or time of execution. The languages static Type , such as C++ and Java, they make the verification in compilation time. As a language dynamically Type , the Action Script 3,0 verifies Continue reading
Flex com Flash Media Server!!!
Um artigo bem interessante sobre como usar o Flex 2 em conjunto com o Flash Media Server, é um exemplo simples mas da uma noção de como utilizar as classes NetConnection e NetStream no Flex 2 e sentir algumas diferenças no Action Script 3.0.
link do artigo:
http://flash-communications.net/technotes/fms2/flex2FMS/index.html
Veja a aplicação em funcionamento
***UPDATE 14/03/2006******
Encontrei outro artigo sobre Flex e Flash Media Server escrito por Christophe Coenraets, muito bom por sinal!!!
Link do artigo:
http://coenraets.com/viewarticle.jsp?articleId=98
Para ver os exemplos é necessario ter o Flash Player 9 instalado
Para saber mais:
Programming Flash Communication Server
http://flash-communications.net/index.html
Adobe Labs
http://labs.macromedia.com/
Flex with Flash Media Server!!!
A well interesting article on as to use Flex 2 with Flash Media Server, is a simple example but of the one notion of as to use the class NetConnection and NetStream in Flex 2 and to feel some differences in the Action Script 3.0.
link of the article: http://flash-communications.net/technotes/fms2/flex2FMS/index.html
See the application working
14/03/2006 *** UPDATE ******
I found another article on Flex and Flash Media Server written by Christophe Coenraets, very good for signal!
Link of the article: http://coenraets.com/viewarticle.jsp?articleId=98
Link for the application
For to see the examples is need to have the Flash Player 9
To know more: Programming Flash Communication Server
http://flash-communications.net/index.html
Adobe Labs http://labs.macromedia.com/
Action Script 3.0 Language Specification
Esta disponÃvel o draft(rascunho) do documento que define o Action Script 3.0
Veja aqui
Flex Explorer no Flex 2!!!
Para quem como eu, adorava o flex explorer e se perguntava quando o Flex 2 teria o seu em virtude de algumas mudanças na linguagem mxml está ai o link.
http://flexapps.macromedia.com/flex2beta3/explorer/explorer.html
* atualizado parao Flex 2 Beta 3
http://examples.adobe.com/flex2/inproduct/sdk/explorer/explorer.html
Type Casting com Action Script 3.0
Converter uma expressão de um tipo dado em um outro tipo é conhecido como type-casting ou conversão de tipos. Agora o Action Script 3.0 tem suporte à esse recurso Continue reading