function embedMykxPlayer(video, width, height, picurl, autoplay)
{
var player_url = "/modules/videos/swf/mykxPlayer.swf";
var flashvars = 
{
videourl: video,
picurl: picurl,
autoplay: autoplay
}
var params = 
{
allowfullscreen: "true", 
allowscriptaccess: "always",
allowscale: "true",
bgcolor: "#000000"
}
var attributes = 
{
id: "trailers", 
name: "trailers"
}
swfobject.embedSWF(player_url, "video_canvas", width, height, "9.0.98", false, flashvars, params, attributes);
}