2011-08-20 21 views
0

我有這樣的代碼:Blip.TV我想要的視頻開始靜音

<iframe src="http://blip.tv/play/h7wFArSqTA.html" width="760" height="500" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#h7wFArSqTA" style="display:none"></embed> 

但我能做些什麼來得到它在靜音開始,它甚至有可能爲靜音幀?

,我怎麼可以使用此代碼:

var player = document.getElementById("stratos_embed"); 
player.sendEvent("mute"); // set the volume to 100% 
+0

您無法靜音幀。代碼從哪裏來?它與blip.tv有什麼關係? –

+0

嗯,是的,它與blip.tv有關 –

回答