function __wpn_player_swap( _iVideoID, _tagID, _width, _height, _style )
{
    // we assume that player needs 28px for control bar! so width/height have to be the raw viewport dimensions
            
    swfobject.embedSWF( "http://biokoda.tv/cached/players/eph/player.php", _tagID, _width, _height+28, "9.0.0", false, 
                        {"id":_iVideoID, "account":"eph.eph.main", "type":"show", "menubuttonvisible":"false", "overlayDescriptionVisible":"false", "autoplay":"true", "skin":"light",
                        "showRelated":"false"},
                        {allowScriptAccess:"always", quality:"high", allowFullScreen:"true", swLiveConnect:"true", seamlesstabbing:"true"},
                        {name:"VideoPlayerEmbed", id:"VideoPlayerEmbed", bgcolor:"#000000"});
                                    
}
