由於麥克風不需要內嵌物件,因此只要在影格上填入以下的 ActionScript 就 OK 了
System.showSettings(2);
mic = Microphone.get();
_root.attachAudio(mic);
當然,您還是必需有麥克風相關裝置才能瀏覽此 Flash。mic = Microphone.get();
_root.attachAudio(mic);
(P.S. 本 Flash 沒有任何視覺效果,設定完成後,可以直接拿起你的麥克風講話)
| 2005/07/25 16:36 |
Trackback Address :: http://blog.raienet.com/trackback/15
