Pop Up with Flash?

sorry to learn you that it doesn’t work. :jail:

i’ll try with e.s.x.s method, but : or nothing happens (with the word for word code…) or it works like now (the pop up is not a pop up, the page is big !)
i’ll try with the link you give me, 2nd day, but i don’t understand some things…
their code is very similar than e.s.x.s. code…

maybe it’s my fault because I don’t understand all in the coding… it’s new for me.


the name of my html page : SoundDesignAEcouter.htm
in my AS button, do I say anywhere this name ???
in :

on(press){
getURL(“javascript:popup(this.href,‘name’,‘400’,‘400’,‘no’);return false;”);
}


i’ll try to replace ‘name’ by ‘SoundDesignAEcouter.htm’, like this :

on(press){
getURL(“javascript:popup(this.href,‘SoundDesignAEcouter.htm’,‘400’,‘400’,‘no’);return false;”);
}

>> doesn’t work

And do I replace the values (‘400’,‘400’) by the size of my pop up ? >> 360x264. ???

i’ll try this to :

on(press){
getURL(“SoundDesignAEcouter.htm”,_blank);
getURL(“javascript:popup(this.href,‘name’,‘400’,‘400’,‘no’);return false;”);
}

>> it opens my window, but not in a pop up !!!

thanx for your future help…:puzzled: