Flex從swf中載入資源和類

2021-09-01 21:26:54 字數 1029 閱讀 7959

先用flex 建立as專案,主檔案為:testassets.as

package

[embed(source="/assets/images/volume_back.png")]

public static var test1:class;

}}

在flash中新建專案:test.fla,匯入乙個到庫中,拖到舞台,然後f8,建立影片剪輯,將該影片剪輯的as鏈結起名為testclass。

package  

public static var thexml:xml = jason

; public var thevar:string = "variable" + new date().time; }

}

flex**:

<?xml version="1.0" encoding="utf-8"?>

xmlns:s="library:"

xmlns:mx="library:" minwidth="955" minheight="600"

import mx.events.flexevent;

import spark.components.image;

// load assets from flex as project swf. test1 is a static class for image embed.

private function load1():void

);loader.load(new urlrequest("testassets.swf"));

}// load assets from flash project swf.

private function load2():void

);loader.load(new urlrequest("test.swf"));

}]]>

debug模式執行:

jason

variable1386586432855

Flex載入swf的幾種方法

flex載入swf的幾種方法 flex中通常會使用一些動畫,這些需要借助flash的時間軸才可以建立。前面講過兩種方式 1.由flash編譯,由flex寫as,通過庫中元件的鏈結類呼叫。檢視 2.由flash匯出swc,由flex匯入swc。檢視 這篇文章講述使用外部swf的方式。載入方式有很多,這...

Spring 中載入資源檔案

在spring 中可以使用以下兩個類載入資源檔案 org.springframework.context.support.resourcebundlemessagesource 和org.springframework.context.support.reloadableresourcebundle...

在Flex載入並顯示swf檔案 flash9

xmlns s library xmlns mx library xmlns supportclasses com.esri.ags.skins.supportclasses.width 90 height 99 import mx.managers.systemmanager bindable p...