to change the fla … replace the main AS code in the actions layer by :
stage.scaleMode = StageScaleMode.NO_SCALE;
// Pull in the Flashvars var allFlashVars:Object = LoaderInfo(this.root.loaderInfo).parameters;
// Set the required variables for piecemaker piecemaker.xmlSource = String(allFlashVars.xmlSource); piecemaker.cssSource = String(allFlashVars.cssSource); piecemaker.imageSource = String(allFlashVars.imageSource); piecemaker.dispatchEvent(new Event(“properties”));
modify your prelaoder clip as you want… In the exemple above, i took a screencapture of the background image of my site and putted in the fla. to hide the white defaut background flash color (possible to set the swf “transparent” in the source page code which point the swf… The example which works for my client…
http://www.cimentcreation.com/Yeah ! 



660 Purchases
278 Comments