在flash player9中,如果需要彻底删除一段load进来的swf文件,在moock的blog上详细描写了你需要做的事情。
flash player 10中的fullScreen状态,将可以使用键盘,但是仅限于Tab,Space,Shift和上下左右这几个键。
flash player 10还将会直接从用户本地读取文件并存储的功能,非常好的功能。
Bitmap最大支持提高到4096*4096。
当然flash player 10也会有更严格和复杂的sandbox规则。这个安全规则我下一篇文章再说。
- Tell any loaded .swf child assets to disable themselves.
- Stop any sounds from playing.
- Stop the main timeline, if it is currently playing.
- Stop any movie clips that are currently playing.
- Close any connected network objects, such as instances of Loader, URLLoader, Socket, XMLSocket, LocalConnection, NetConnections, and NetStream.
- Release all references to cameras and microphones.
- Unregister all event listeners in the .swf (particularly Event.ENTER_FRAME, and mouse and keyboard listeners)
- Stop any currently running intervals (via clearInterval()).
- Stop any Timer objects (via the Timer class’s instance method stop()).
flash player 10中的fullScreen状态,将可以使用键盘,但是仅限于Tab,Space,Shift和上下左右这几个键。
flash player 10还将会直接从用户本地读取文件并存储的功能,非常好的功能。
Bitmap最大支持提高到4096*4096。
当然flash player 10也会有更严格和复杂的sandbox规则。这个安全规则我下一篇文章再说。
回复Comments
作者:
{commentrecontent}