|
主题: 2 way to check version of fla
|
 Demon.S
职务:版主
等级:5
金币:10.0
发贴:2468
注册:2000/9/15 13:56:49
|
#12002/3/18 12:12:36
trace(getVersion()); trace($version); D  S
|
 金山羊
职务:普通成员
等级:4
金币:10.0
发贴:827
注册:2002/1/6 14:44:13
|
#22002/3/18 12:25:52
trace(System.capabilities.version);
5d.cn FLASHDEP TECHNOLOGY SUPPORT JAVA/ACTIONSCRIPT/javascript CFML/JSP/COLDFUSION/FLASH REMOTING JRUN/COLDFUSIONMX FLASH/DREAMWEARER
|
 Demon.S
职务:版主
等级:5
金币:10.0
发贴:2468
注册:2000/9/15 13:56:49
|
#32002/3/18 14:08:09
that's 3rd way now.
|
 torain
职务:普通成员
等级:1
金币:0.0
发贴:33
注册:2000/12/1 17:05:57
|
#42002/3/18 14:48:43
for (i in System){ trace(i); } output: ___________ security ShowSettings Product Capabilities color __________ System.security.allowDomain 有什么用??? for (i in System.Capabilities){ trace(i); } output: ___________ language os input manufacturer serverString isDebugger version hasAudio hasMP3 hasAudioEncoder hasVideoEncoder screenResolutionX screenResolutionY screenDPI screenColor pixelAspectRatio hasAccessibility ___ 看来 flashmx 还是有很多 undocument 的东西阿
|
 Demon.S
职务:版主
等级:5
金币:10.0
发贴:2468
注册:2000/9/15 13:56:49
|
#52002/3/20 0:43:45
sorry,still 2 ways. cause flash 5 dose not supported system object. D  S
|