Question : Flash link that opens pop-up html page

Dear Experts,

I need to give a link to html page from my flash.
on click I want it to open an HTML page with the proporties below

I write it down how I use it in HTML. How can I give such a link in flash?
waiting for you replies..

thanx
Code Snippet:
1:
onclick="MM_openBrWindow('Mylinks.html','Promosyon','toolbar=no,menubar=no,scrollbars=yes,width=1020,height=725,left=0,top=0,screenX=0,screenY=100')" target="_blank">
Open in New Window Select All

Answer : Flash link that opens pop-up html page

Hi,

I assume that you're coding in AS2:

1:
2:
3:
on (press) {
getURL("javascript:MM_openBrWindow('Mylinks.html','Promosyon','toolbar=no,menubar=no,scrollbars=yes,width=1020,height=725,left=0,top=0,screenX=0,screenY=100');");
} 
Open in New Window Select All
Random Solutions  
 
programming4us programming4us