English 中文(简体)
游乐和游乐功能只运作一次
原标题:Play and pause functions works only once

我用闪电机观看现场流。 虽然一刀切地试图利用以下功能玩.和停下溪流,但只用一个点击。 如果一毫升降,则无变化。 如果你认识到我的问题的话。 请建议我。

function testPause(event:MouseEvent) {  
    nsPlay.pause(); 
}

function testPlay(event:MouseEvent) {
    if(!bolLoaded) {
        nsPlay.play(streamValue);
        bolLoaded = true;
    } else {
        nsPlay.resume();
    }
}
最佳回答

http://www.ohchr.org。

bolLoaded = false;
问题回答

暂无回答




相关问题
Live Streaming ( Socket ) - How to sync audio and video?

1- Which one is better to use for streaming video ? TCP or UDP socket and why? 2- While streaming live, audio and video are coming from the server separately, so how can i make sure that the video i ...

Live Video Streaming in Android

I would like to stream live from the video camera of my mobile phone to my pc. Is there an API available? Applications like qik or livecast are not very useful to me, because I want something open ...

live streaming in iPhone

I ve an audio file in Server machine, how to stream it live to iPhone? what is the concept or technology involved behind live streaming in iPhone? Thank You.

live streaming in iPhone

Will the ALAC format support live streaming in iPhone ? the ALAC audio recording format is streamed to Server machine? so will i be able to play the audio chunk data, does ALAC format support? Thank ...

热门标签