//@deprecated utilizar http://video.globo.com/Portal/videos/cda/js/glb_videos_player_embed_js //Versao 4.3.0 //RegistradorGMCEmbed try{ RegistradorGMCEmbed.existo(); } catch(e) { var id = 0; var embeds = []; RegistradorGMCEmbed = { existo:function() {}, registrar:function(embed) { embeds[++id] = embed; return id; }, obter:function(idEmbed) { return embeds[idEmbed]; } } } //GMCEmbed ------------------- function GMCEmbed(config) { this.config = config; this.config.idEmbed = RegistradorGMCEmbed.registrar(this); this.id = "globovideos_embed_" + this.config.idEmbed; if( !this.config.pp && this.config.embedInterno ) { this.config.pp = this.config.embedInterno; } this.config.escondeBarraInferior = this.config.escondeTrocaBanda; this.tamanhos = { P: { largura: 186, altura: 204, barraInferior: 34 }, I: { largura: 288, altura: 268, barraInferior: 20 }, N: { largura: 320, altura: 288, barraInferior: 16 }, L: { largura: 480, altura: 409, barraInferior: 17 }, PaginaPlayer : { largura: 480, altura: 439, barraInferior: 0 } }; this.observarEventos(); } GMCEmbed.prototype = { _chave:function() { if( 'PINL'.indexOf(this.config.banda)==-1 ) { this.config.banda = 'N'; } return this.config.pp ? 'PaginaPlayer' : ( this.config.banda ? this.config.banda : 'N' ); }, _largura:function() { return this.tamanhos[ this._chave() ].largura; }, _altura:function() { var t = this.tamanhos[ this._chave() ]; return this.config.escondeBarraInferior ? t.altura - t.barraInferior : t.altura; //return 450; }, toString:function(poeSrc) { var h = '