Hello, i have made a menu navigation on Flash, and wanted to open a JS popup on click of flash navigation, how can i get it done ? thanks
on (release) { getURL ("javascript:NewWindow=window.open('pagename.xxxxx','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);"); } This might help you ...