Viewing Video embed by Script

Video embed by Script



User: eugenejazzy 12 years ago
Is there a way to have the video which is embedded via html widget appear in frame only state without the audio playing.

Example:

If the video has an audio file 2 mins long I would have to wait for the full 2 mins before I can check it in preview otherwise there would be 2 audios playing at the same time.

Example Script:

<div id="container1">
<a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.
</div>

<script type="text/javascript" src="http://dvkitchen.s3.amazonaws.com/assets/flv_player/swfobject.js"></script>

<script type="text/javascript">
var s1 = new SWFObject("http://dvkitchen.s3.amazonaws.com/assets/flv_player/player.swf","ply","900","502","9","#333");
s1.addParam("allowfullscreen","true");
s1.addParam("allowscriptaccess","always");
s1.addParam("flashvars","file=http://eugenelambweb.com/dvkitchen2/easyweb.mov...fullscreen=true...autostart=true");
s1.write("container1");
</script>



<span style="font-family : arial,sans-serif; color : #ccc;">easyweb</span>


Post Reply
You must login or signup to post.