Swfdec is a decoder/renderer for Macromedia Flash animations. The decoding and rendering engine is

源代码在线查看: delete-prototypes.as

软件大小: 1809 K
上传用户: thor
关键词: Macromedia animations rendering decoding
下载地址: 免注册下载 普通下载 VIP

相关代码

				// makeswf -v 7 -s 200x150 -r 1 -o delete-prototypes.swf delete-prototypes.as								trace ("Check that delete doesn't delete from prototypes.");								x = "this";				this.__proto__.x = "prototype";								trace (x);				delete x;				trace (x);				delete x;				trace (x);								loadMovie ("FSCommand:quit", "");							

相关资源