Commit 83906bc0 authored by Antoine Cellerier's avatar Antoine Cellerier

Disable autoplay on flash player.

parent 7b609829
...@@ -36,7 +36,7 @@ host = document.location.toString().replace( /http:\/\//, '' ).replace( /[:/].*/ ...@@ -36,7 +36,7 @@ host = document.location.toString().replace( /http:\/\//, '' ).replace( /[:/].*/
<script type="text/javascript"> <script type="text/javascript">
// <![CDATA[ // <![CDATA[
document.write( '' + document.write( '' +
' <param name="flashvars" value="config={ loop: false, initialScale: \'fit\', autoPlay: true, playList: [{ url: \'http://' + host + ':8081/stream.flv\', controlEnabled: true}] }" />' ); ' <param name="flashvars" value="config={ loop: false, initialScale: \'fit\', autoPlay: false, playList: [{ url: \'http://' + host + ':8081/stream.flv\', controlEnabled: true}] }" />' );
// ]]> // ]]>
</script> </script>
</object> </object>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment