文件上的說明:
public function unloadAndStop(gc:Boolean = true):void
Attempts to unload child SWF file contents and stops the execution of commands from loaded SWF files. This method attempts to unload SWF files
that were loaded using Loader.load() or Loader.loadBytes() by removing references to EventDispatcher, NetConnection, Timer, Sound, or Video objects of the child SWF file. As a result, the following occurs for the child SWF file and the child SWF file's display list:
- Sounds are stopped.
- Stage event listeners are removed.
- Event listeners for
enterFrame, frameConstructed, exitFrame, activate and deactivate are removed.
- Timers are stopped.
- Camera and Microphone instances are detached
- Movie clips are stopped.
發現一點很奇妙的事情,beta 2 的版本號碼居然比 beta 1 還少
Release Note 上寫得很清楚:(我有把 Release Note 都存下來)
Updated: May 15, 2008
These release notes document known issues related to the beta versions of Adobe® Flash® Player 10, code named
“Astro”. The current beta build 10.0.1.218.
Updated: July 2, 2008
These release notes document known issues related to the beta versions of Adobe® Flash® Player 10, code named "Astro". The current beta build 10.0.0.525.
難道 Flash Player 原始碼也被回溯了嗎? :P