var Institucional=Class.create(ContentControler.prototype,
{
init:function(template,element,data)
{
this.sup(template,element,data,"init");
this.type="Institucional";
this.externalInterface=null;
},
montar:function()
{
with(this)
{
sup("montar");
if(externalInterface!=null)
{
if(externalInterface.titulo!=null)
{
externalInterface.titulo.text(data.Titulo);
externalInterface.resumo.text(data.Subtitulo);
XFlash.apply($(externalInterface.titulo).parent());
}
}
}
$("#replace_FlashOQueE").length
&&swfobject.embedSWF("http://www.youtube.com/v/yAjDlqZiTcw&hl=pt-br&fs=1&rel=0&autoplay=1","replace_FlashOQueE","469","287","9.0.0","",
{},
{
menu:"false",
scale:"noscale",
wmode:'transparent',
allowScriptAccess:'always',
allowfullscreen:'true'
},
{
salign:'t',
wmode:'transparent',
movie:'http://www.youtube.com/v/yAjDlqZiTcw&hl=pt-br&fs=1&rel=0&autoplay=1'
}
);
}
});