摘要:
import flash.events.ActivityEvent;import flash.media.Microphone;var deviceArray:Array = Microphone.names;//所有可用的声音捕获设备的名称var mic:Microphone = Micropho 阅读全文
摘要:
JS控制flash的一些方法:Play() 播放动画 StopPlay() 停止动画 IsPlaying() 动画是否正在播放 GotoFrame(frame_number) 跳转到某帧 TotalFrames() 获取动画总帧数 CurrentFrame() 回传当前动画所在帧数-1 Rewind 阅读全文
摘要:
视频全屏:allowFullScreen="true" eg: <iframe src="" allowFullScreen="true" width="1024" height="768"></iframe> 取消视频全屏:document.webkitCancelFullScreen(); 获取 阅读全文