Hi Guys,

We are having an issue with the video playing on our client's site. The video plays fully locally but not fully once set live on the any of the browsers, it plays just the first 15secs, then it stops.

Can anyone share some ideas as to how we can resolve this.
The player is in Flash, and uses an eternal XML file for the video. We have checked and all connection are correct.

Header Code:

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>

Body Code

<script type="text/javascript">
	var flashvars = {
	xml_path: "xml/video.xml"
	};
	var params = {
	bgcolor: "#dddddd",
	wmode: "transparent",
	allowfullscreen: "true",
	duration: "372"
	};
	var attributes = {};
	swfobject.embedSWF("cwplayer.swf", "vid", "298", "258", "9.0.0",
	"expressInstall.swf", flashvars, params, attributes);
</script>

Thanks Guys for any suggestions.
JP

I am not positive, but I think that duration: "372" may be in miliseconds...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.