... per aprire una finestra.
inserisco il seguente codice sul prima frame della time line:
MovieClip.prototype.apriPopupAgro=function ('divisioneagroalimentare.html, divisione agroalimentare, 620, 500, feat');
{
var w = System.capabilities.screenResolutionX/2;
var h = System.capabilities.screenResolutionY/2;
var x = Math.round(w - (lar / 2));
var y = Math.round(h - (alt / 2));
getURL("javascript:window.open('"+ nome +"','"+ titolo +"','widht="+ lar +",height="+ alt +",screenX="+ x +",left="+ x +",screenY="+y+",top="+y+","+feat+"');void(0);" );
}
e il seguente nel bottone:
on (release) {
apriPopupAgro('divisioneagroalimentare.html','DIVI SIONE AGROALIMENTARE',620,500,100,100,'scrollbar=yes');
}
e arriva sempre il solito messaggio:
Scene=Prod_AGRO_ITA, Layer=java, Frame=1: Line 1: Parameter name expected
MovieClip.prototype.apriPopupAgro=function ('divisioneagroalimentare.html, divisione agroalimentare, 620, 500, feat');
perchè??? aiutatemi!!!![]()
![]()
![]()
thanks

Rispondi quotando
