as3

System.totalMemory
Flash® Player所佔用的記憶體 (bytes)
//

研究中

applicationDomain 這東西看了一個晚上還沒看懂 繼續奮戰

Loader.contentLoaderInfo.applicationDomain.getDefinition().

applicationDomain

getDefinitionByName
Skinning’ in AS3

AS3 Runtime Font Loading

as3动态加载外部资源

Embedding Resources with AS3http://www.bit-101.com/blog/?p=853

Creating FLA-Based Components in Flash CS3
http://www.flashbrighton.org/wordpress/?p=31
//

********************************************
http://www.aswing.org/
Free Flash UI Framework

********************************************

FlashVars
param name="FlashVars" value="myVar=1"
不像as2直接抓_root.myVar
要用root.loaderInfo.parameters.myVar;

*********************************************

Stage 改成 小寫 stage
_x,_y,_height….等等都沒”_”

**********************************************

swf 的width,height dimension
要用stage.stageHeight,stage.stageWidth
stage.height,stage.width==>變成是出現stage裡面物件的範圍

**********************************************


留言