Código PHP:
// This is the Loader instance that will load your SWF.
var swfLoader:Loader = new Loader();
// URLRequest points to your external SWF
var swfFile:URLRequest=new URLRequest("bler_destacados.swf");
//create the container Movie Clip to load swf
var container:MovieClip= new MovieClip();
// Assign an event listener so that Flash informs you when the SWF has been loaded.
swfLoader.load(swfFile);
//just add the loaded swf to container
container.addChild(swfLoader);
//add container to the stage and make it visible
addChild(container);
container.mask=maskara;
container.y=106;