<!--inicio funcao change flash -->
function setFlash( loc, w, h )
{
var so = new SWFObject(loc, "pullContent", w, h, "8", "#ffffff");
// wmode opaque needed to make youtube videos scroll correctly
// see http://blog.deconcept.com/swfobject/forum/discussion/327/
so.addParam("wmode", "opaque");
so.write("flashcontent");
}
<!--inicio funcao change flash -->