結果輸出:
=>file_data:i love you, baby!我好想好想你哦!
=>file was successfully loaded;
=>loaded(33) of (33) bytes;
=>loaded(0) of (33) bytes;
=>filereferenceloadexample
package com.learn.mix
/*** 選擇檔案
* @param event
*/
private function onfileselectedhandler(event:event):void
/*** 載入進度
* @param event
* */
private function onprogresshandler(event:progressevent):void
/*** 檔案載入完成
* @param event
* */
private function oncompletehandler(event:event):void
/*** 取消事件
* @param event
* */
private function oncancelhandler(event:event):void
/*** 輸入/輸出錯誤
* @param event
* */
private function onioerrorhandler(event:ioerrorevent):void
/*** 安全錯誤
* @param event
* */
private function onsecurityerrorhandler(event:securityerrorevent):void}}
Flex 載入中文路徑檔案
使用flex flash的loader urlloader 或它們的派生類 使用urlrequest 通過http 載入帶中文路徑的檔案時,出現檔案不存在錯誤。例如 http common asset 新資料夾1 1.jpg 通過在伺服器對http報文進行監控。case1 用loader載入時,伺服...
從bundle檔案包中載入資料
檔案包是以乙個 bundle 為副檔名的檔案包。和普通資料夾相比它們有 2 個主要特點 1.cocoa touch 提供了乙個介面,通過這個介面你可以進入相應的檔案包簡單獲取裡邊已有資源。2.如果在 xcode 左側導航視窗增加乙個檔案包,任何檔案增加或者移出檔案包將分別立即出現或者 消失在 xco...
FLEX實踐 載入XML檔案錯誤
這兩天在研究乙個flex小相簿,準備做乙個超級簡單的純flex相簿,沒想到在讀取xml檔案的時候遇到了這樣乙個問題 1 用flex builder建立了乙個flex工程 2 寫了乙個mxml檔案,乙個xml檔案 3 在程式中用httpservice和urlrequest兩種方法分別讀取xml檔案內容...