⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 netstream-onstatus-notfound.as

📁 Swfdec still is development software, but has also followed a rigid no-crashes-allowed policy. I b
💻 AS
字号:
// makeswf -v 7 -s 200x150 -r 1 -o netstream-onstatus-notfound.swf netstream-onstatus-notfound.astrace ("Test onStatus emission for nonexisting movies");nc = new NetConnection ();nc.connect (null);ns = new NetStream (nc);ns.onStatus = function (info) {  trace ("NetStream onStatus called");  trace (info.code);  trace (info.level);};trace ("Calling play");ns.play ("doesnotexist.flv");trace ("done calling play");

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -