
flash 2
Get flash to fully experience Pearltrees
Facebook和Flash平台的应用架构解析(一)
基于Facebook的嵌入式应用 ,部署在你自己的服务器上,但其用户通过Facebook站点访问。用户看到的是一个将你的应用包容其中的Facebook容器。你访问Facebook上的某个应用(通常是因为收到朋友邀请,或搜索某个应用时得到一个链接)时,Facebook服务器会将请求转发给你的应用服务器,得到一个页面(HTML和Javascript代码),最后在Facebook站点上展示出来。import flash.external.*; // 將 js function 宣告出去 ExternalInterface.call("eval", "function getInput(hint){return window.prompt(hint, '');}"); // 利用 ExternalInterface 呼叫 JS function,並取得 User 輸入文字 function doInput() { inputTxt.text = ExternalInterface.call("getInput", "請輸入文字"); }
关于Firefox下透明Flash的中文输入问题 - 传闻中的七公主 - 闪吧新社区 - Powered by X-Space
33 Most Beautiful Javascript and Flash Galleries | Vivalogo Reso
ActionScript 3 Tip of the Day - kirupaForum
Using ActionScript 3, you can dynamically change the frame rate of your movie using the Stage class. The Stage class ( flash.display.Stage ) is the class assigned to the stage object which is accessible from your main movie sprite/movie clip (or others within the same security sandbox) using the stage property. The stage object has a frameRate property which can contain any value between 0.01 and 1000 and determines the frame rate at which the Flash player plays back your movie.Tutorial: Beginners Guide to Getting Started with AS3 (Without L
If you're anxious to get started with ActionScript 3 but don't want to have to learn Flex or MXML, the form of XML Flex uses to design applications, this tutorial is for you. Here you will learn how to use the command line compiler (mxmlc.exe for the Windows platform) to compile and create SWF files that use ActionScript 3. Using or own Flash CS3?> In order to get file uploading to work with Flash Player 8 and Jakarta Commons File Upload on the server, we had to patch the File Upload server code to ignore the exception that was (correctly) being thrown on the server when the last section is processed.
Flash8/Flex1.5でのファイルアップロード(Flex2対応がほしい):nod::ぶろぐ::RIA::Flash/Fle
Posted on March 16, 2012 by Grant Skinner, 13 Comments We’ve been working really hard on a lot of great stuff over the last couple months, and I’m thrilled finally to be able to share it with the world. We’re going to be releasing EaselJS and a number of companion libraries under the new umbrella name “CreateJS”.

