Hi guys i nabed this bit of code from that awsome code builder called js generator
I believe this code goes in the flash button....
on (release) {
getURL ("javascript:NewWindow=window.open('ShowPopup.php?customName=bob&customLink=whooo har&customMessage=elllo','newWin','width=400,height=300,left=0,top=0,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No'); NewWindow.focus(); void(0);");
}how do i build a php file so it displays on screen
customername = bob
customerlink =whoo
customermessage= ello
thanks
aidan