17.System.capabilities對象 System.capabilities對象可以讓我們獲得很多有價值的系統(tǒng)信息。 mx2004比起mx新增加了一些屬性。 我們用最簡單的方法遍歷這些屬性并與mx比較: 在mx和mx2004中分別運行下面的語句
for(var temp in System.capabilities) trace(temp+":"+System.capabilities[temp]);
MX的輸出結果: language:zh os:Windows XP input:point manufacturer:Macromedia Windows serverString:A=t&MP3=t&AE=t&VE=t&ACC=f&DEB=t&V=WIN%206%2C0%2C21%2C0&M=Macromedia
Windows&R=1024x768&DP=72&COL=color&AR=1.0&I=point&OS=Windows XP&L=zh-CN isDebugger:true version:WIN 6,0,21,0 hasAudio:true hasMP3:true hasAudioEncoder:true hasVideoEncoder:true screenResolutionX:1024 screenResolutionY:768 screenDPI:72 screenColor:color pixelAspectRatio:1 hasAccessibility:false
MX2004的輸出結果: language:zh-CN os:Windows XP manufacturer:Macromedia Windows windowlessDisable:false localFileReadDisable:false avHardwareDisable:false playerType:External isDebugger:true hasScreenBroadcast:false hasScreenPlayback:true hasPrinting:true hasEmbeddedVideo:true hasStreamingVideo:true hasStreamingAudio:true version:WIN 7,0,14,0 serverString:A=t&SA=t&SV=t&EV=t&MP3=t&AE=t&VE=t &ACC=f&PR=t&SP=t&SB=f&DEB=t& V=WIN%207%2C0%2C14%2C0&M=Macromedia%20Windows&R=1024x768&DP=72&COL=color& AR=1.0&OS=Windows%20XP&L=zh-CN&PT=External&AVD=f&LFD=f&WD=f hasAudio:true hasMP3:true hasAudioEncoder:true hasVideoEncoder:true screenResolutionX:1024 screenResolutionY:768 screenDPI:72 screenColor:color pixelAspectRatio:1 hasAccessibility:false
本著“新特性”的原則,我只對新增加的屬性進行說明: avHardwareDisable: 是否禁用麥克風和攝像頭 playerType: Flash Player的類型,如“獨立”“外部”“插件”等 localFileReadDisable: Flash Player是否可以在本地寫入文件 hasPrinting: 是否擁有打印設備 hasEmbeddedVideo: 是否支持嵌入視頻 hasStreamingVideo: 是否支持流格式視頻 hasStreamingAudio: 是否支持流格式音頻 hasScreenBroadcast: 與flash com有關的一項屬性,Flash Player是否支持屏幕廣播 hasScreenPlayback: 也是與flash com相關,Flash Player是否支持屏幕廣播回放 windowlessDisable: 不祥,是否禁用無邊窗口?
出處:藍色理想
責任編輯:藍色
上一頁 MX2004--AS2.0 新特性實例教程 [4] 下一頁 MX2004--AS2.0 新特性實例教程 [6]
◎進入論壇Flash專欄版塊參加討論
|