FLASH Question
FLASH Question
Out of context: Reply #3
- Started
- Last post
- 5 Responses
- unfittoprint0
or
MovieClip.prototype.popCenter= function(url, nom, largeur, hauteur) {
getURL ("javascript:window.open('" +url +"','" +nom +"','width=" +largeur +",height=" +hauteur +",top='+((screen.height/2)-(" +hauteur/2 +"))+',left='+((screen.width/2... +largeur/2 +"))); void(0);");
}//call it
triggerButton.onRelease=function...
popCenter("reel.mov", "nomFenetre", "500", "300", "yes");
}