var player = null; var seek = 0; var widthSD = "640"; var heightSD = "360"; var widthHD = "1280"; var heightHD = "720"; var params = { 'quality': 'high', 'autostart': 'true', 'id': 'mediaworkxx', 'wmode': 'opaque', 'repeat': 'list', 'shuffle': 'false', 'allowScriptAccess': 'allowScriptAccess', 'frontcolor': 'ffffff', 'lightcolor': '334433', 'controlbar': 'over', 'stretching': 'uniform', 'skin': 'http://video.mediaworkxx.com/player/streaming/skins/mediaworkxxSkin.swf', 'linktarget': '_blank', 'smoothing': 'true', 'plugins': 'http://video.mediaworkxx.com/player/streaming/plugins/hd-1.swf', 'streamer': 'rtmp://212.112.207.15/simplevideostreaming', 'hd.file': 'http://video.mediaworkxx.com/player/streaming/playlist.php?getVars=48', 'file': 'http://video.mediaworkxx.com/player/streaming/playlistHD.php?getVars=48', "hd.state": "false", "item": "0" }; var isHD = false; var flashvars = {}; var attributes = { "allowFullScreen": "true" }; startPlayer(widthSD, heightSD, params); function playerReady(obj) { //alert(timePosition); player = gid(obj.id); }; function gid(name) { return document.getElementById(name); }; function mySeek() { if(player != null){ player.sendEvent("SEEK", seek); //alert(seek); } }; function switchSize(playlistItem, timePosition){ seek = timePosition; setTimeout("mySeek()", 3000); var player = document.getElementById("mediaworkxxPlayer"); var params = { 'quality': 'high', 'autostart': 'true', 'id': 'mediaworkxx', 'wmode': 'opaque', 'repeat': 'list', 'shuffle': 'false', 'allowScriptAccess': 'allowScriptAccess', 'frontcolor': 'ffffff', 'lightcolor': '334433', 'controlbar': 'over', 'stretching': 'uniform', 'skin': 'http://video.mediaworkxx.com/player/streaming/skins/mediaworkxxSkin.swf', 'linktarget': '_blank', 'smoothing': 'true', 'plugins': 'http://video.mediaworkxx.com/player/streaming/plugins/hd-1.swf', 'streamer': 'rtmp://212.112.207.15/simplevideostreaming', 'hd.file': 'http://video.mediaworkxx.com/player/streaming/playlist.php?getVars=48', 'file': 'http://video.mediaworkxx.com/player/streaming/playlistHD.php?getVars=48', "hd.state": "false", "item": playlistItem }; var paramsHD = { 'quality': 'high', 'autostart': 'true', 'id': 'mediaworkxx', 'wmode': 'opaque', 'repeat': 'list', 'shuffle': 'false', 'allowScriptAccess': 'allowScriptAccess', 'frontcolor': 'ffffff', 'lightcolor': '334433', 'controlbar': 'over', 'stretching': 'uniform', 'skin': 'http://video.mediaworkxx.com/player/streaming/skins/mediaworkxxSkin.swf', 'linktarget': '_blank', 'smoothing': 'true', 'plugins': 'http://video.mediaworkxx.com/player/streaming/plugins/hd-1.swf', 'streamer': 'rtmp://212.112.207.15/simplevideostreaming', 'hd.file': 'http://video.mediaworkxx.com/player/streaming/playlist.php?getVars=48', 'file': 'http://video.mediaworkxx.com/player/streaming/playlistHD.php?getVars=48', "hd.state": "true", "item": playlistItem }; var hdobject = player.getPluginConfig("hd"); if(!isHD){ startPlayer(widthHD, heightHD, paramsHD); isHD = true; }else{ startPlayer(widthSD, heightSD, params); isHD = false; } } function startPlayer(myWidth, myHeight, params){ swfobject.embedSWF("http://video.mediaworkxx.com/player/streaming/player.swf", "mediaworkxxPlayer", myWidth, myHeight, "9.0.60.120", flashvars, params, attributes); } function lowBand(){ window.location = "http://video.mediaworkxx.com/player/index.php?client=48"; }