Ciao a tutti!
Qualcuno sa dirmi quale codice devo dare ad un tasto x chiamare un file mp3??
io ho nella mia pagina un tasto che chiama mp3.htm, questo contiene l'mp3 (media Playback) se avvio l'.swf funziona
al tasto x chiamare appunto l'hym do il codice:
on (release) {
uUrl = "mp3.htm";
}
on (release) {
wdth = "415";
hdth = "400";
getURL("javascript:window.open(' " add uUrl add " ','nName','scrollbars=yes , width=" 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);");
}
solo che mi da alcuni errori...è cmq l'htm che voglio chiamare x far aprire una finestra di popup...ma nn va...![]()
![]()