Come faccio ad aprire una finestra pop-up html con dimensioni fisse partendo da un link-pulsante su flash (5)?
Grazie e ciao!
Giancarlo
Come faccio ad aprire una finestra pop-up html con dimensioni fisse partendo da un link-pulsante su flash (5)?
Grazie e ciao!
Giancarlo
mi pare che vada bene anche col 5.. non sono comandi particolari..
http://flash-mx.html.it/guide/view_l...guida=8&id=177
![]()
Finding the answers comes knowledge knowing what the answers mean comes wisdom - http://www.catb.org/hacker-emblem/hacker.png
Ragazzi leggiamo i tutorial prima di creare 3d![]()
http://flash-mx.html.it/guide/lista_....asp?idguida=8
La cultura è il nostro passaporto per il domani. Il futuro appartiene alle persone che si preparano oggi.
Martin Luther King
Se fosse come dici tu ci sarebbero 1000 post di meno al minuto.
Il tuo aiuto segnalando l'articolo è comunque un aiuto. Non credi?
on (release) {
wdth=300 // inseriscili in una frame
hdth=300 // dimensionamento finestra
getURL ("javascript:window.open('info.html','nName','widt h=" add wdth add ",height=" add hdth add ",top='+((screen.availHeight/2)-(" add hdth/2 add "))+',left='+((screen.availWidth/2)-(" add wdth/2 add "))); void(0);");
}
Ciao
Grazie a tutti!!!!!