Action SCRIPT 2.0 之 MouseEvent 參考
stop();
stage.addEventListener(MouseEvent.MOUSE_MOVE,stageEvent);
stage.addEventListener(Event.MOUSE_LEAVE,stageLeave);
貧窮不能等,因為時間久了,你就會貧窮習慣了;
夢想不能等,因為努力晚了,人老就無能為力了;
學習不能等,因為懂得少了,就沒本事夢想成真了;
健康不能等,因為身體垮了,人生的一切就都沒了。
Action SCRIPT 2.0 之 MouseEvent 參考
stop();
stage.addEventListener(MouseEvent.MOUSE_MOVE,stageEvent);
stage.addEventListener(Event.MOUSE_LEAVE,stageLeave);
When you use ClickOnce to deploy your application with Visual Studio, a .pfx file is automatically generated by default.
當你透過 ADT 建立 Windows 或 MAC 的原生安裝檔案時, 你會需要 憑證檔案 ,此時, 這篇文章很重要, 請參考以下內容:
Reminder:
When you want to use Authenticode signing, you need:
當使用 Flash builder 3 建立 AIR 桌面應用程式後 ,將會產生 .airi 的安裝檔案 ,此檔案若要在 Windows 平台 或 MAC 平台上面進行執行並且安裝, 則必須透過 Adobe AIR 原生的 ADT 指令, 將 .airi 或 .air 檔案輸出成 Windows or MAC 平台原生的安裝檔案.
你可以使用以下的指令:
PS. 執行 ADT 指令前, 需要先安裝 Flash Builder 3 (這裡以 Flash Builder 3.0 + SDK 3.2.0為範例 )
安裝完成後 ,請從開始功能表選單 Adobe -> Adobe Flex 3 SDK Command Prompt 開啟 CMD 視窗, 即可使用 ADT 指令
Now a days most of the desktop applications are coming on Adobe AIR platform which is really cool. For example, TweetDeck, Twhirl, Reader etc. are already there using different APIs to get the data and let you manage that properly thru Desktop. To use these application, you will have to install Adobe AIR on your computer. Whether you are using Windows (Windows XP, Vista, Windows 7), Mac OS or Linux (Ubuntu or any other), Here is the step by step guide to install Adobe AIR on them.
1. Download the AIR Installer EXE file. (~ 15 MB)
2. Run this executable file on your system
PEAR is a framework and distribution system for reusable PHP components. The code in PEAR is partitioned in “packages”. Each package is a separate project with its own development team, version number, release cycle, documentation and a defined relation to other packages (including dependencies). Packages are distributed as gzipped tar files with a description file inside, and installed on your local system using the PEAR installer.PEAR contains PHP classes that are perfect for serializing data to be passed to a Flex application. Unfortunately, there is currently no package that would allow automatic installation for a Flex/PHP developer that wants to use the PEAR XML Serializer functionality.
In this article, I am going to describe how to do a local tweak and installation of the PEAR XML classes on a server that does not have PEAR pre-installed. Even if your server has PEAR installed, this approach will work.
The PEAR files you will need for Flex are:
You can obtain these from the PEAR Package listings, but I have attached the modified files for you here.