View Single Post
Old 03-25-2010, 07:59 PM  
digitaldivas
..I Heart Cannibal Corpse
 
digitaldivas's Avatar
 
Industry Role:
Join Date: Sep 2007
Location: California
Posts: 4,328
Flowplayer? Programmers, Please Help?

Embed is fine, but I would like autostart set to false.

Example:
<!-- include SWFObject -->
<script src="swfobject-2.1.js"></script>

<!-- setup container for Flowplayer (must be before following script tag) -->
<div id="player"></div>

<!-- place Flowplayer into container -->
<script language="JavaScript">
swfobject.embedSWF("http://releases.flowplayer.org/swf/flowplayer-3.1.5.swf", "player", "500", "320", "9.0.0", null, {
config: "{'clip': 'http://vod01.netdna.com/vod/demo.flowplayer/flowplayer-700.flv' }}"
}
);
</script>

Is this code correct for this
flowplayer("player", "http://releases.flowplayer.org/swf/flowplayer-3.1.5.swf", {
clip: {

// these two configuration variables does the trick
autoPlay: false,
autoBuffering: true // <- do not place a comma here
}
});
__________________
...
digitaldivas is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote