/* <![CDATA[ */
function thisMovie(movieName) {
    if(navigator.appName.indexOf("Microsoft") != -1) {
        return window[movieName];
    } else {
        return document[movieName];
    }
};

function loadFile(obj) { thisMovie("player").loadFile(obj); };

var player = null;
function playerReady(thePlayer) {
    player = window.document[thePlayer.id];
}

function createPlayer() {

	var params = {
    	wmode:"transparent",
    	allowfullscreen:"true",
    	allowscriptaccess:"always"
	}

	var attributes = {
	    id:"player1",
	    name:"player1"
	}
	
    var flashvars = {
        file:encodeURIComponent("http://pdf.apoteke-sarajevo.ba/video/1.mpg"),
        type:"video",
        image:"http://pdf.apoteke-sarajevo.ba/video/1.jpg",
        width:"200",
        height:"170",
        icons:"true",
        volume:"50",
        controlbar:"over",
        autostart:"false",
        stretching:"fill",
        abouttext: "apoteke-sarajevo.ba",
        aboutlink: "http://www.apoteke-sarajevo.ba"
}

swfobject.embedSWF("/swf/player.swf", "playerspace", "200", "170", "9.0.0", false, flashvars, params, attributes);
}
/* ]]> */
