
Welcome Guest
|
#1
|
|||
|
|||
|
popup windows on MAC
I put the source code below on my HTML page ( which embeded .swf file ) for links pop-up windows on flash,it does works properly on PC. But on MAC it does open up the popup windows on the first selected link ,then I selected the others links I have to closed down the first popup windows otherwised it will not works.
<script language="JavaScript"> var popwindow; popwindow=null; function show_desc(file,w,h,t,l) { if(popwindow == null) { popwindow=window.open(file, "Preview", "toolbar=0,location=0,directories=0,status=0,menub a r=0,scrollbars=no,resizable=0,copyhistory=0,width= "+w+",height="+h+",top="+t+",left="+l); } else { popwindow.close(); popwindow=null; popwindow=window.open(file, "Preview", "toolbar=0,location=0,directories=0,status=0,menub a r=0,scrollbars=no,resizable=0,copyhistory=0,width= "+w+",height="+h+",top="+t+",left="+l); popwindow.focus(); } } </script> |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Adobe Warns Users Of A Critical Vulnerability On Mac, Windows, Linux, Solaris and Android along with version 10.3.183.5 | FlashMove | General Flash | 0 | 08-13-2011 02:06 PM |
| 64bit Flash Players for Windows, MAC, and Linux | FlashMove | Members Cafe |
0 | 09-20-2010 09:12 PM |
| Is Windows just superior to Mac for playing .flv? | karma-lab | Flash Video |
0 | 08-07-2005 09:36 PM |
| popup windows | kaleem | Client Side | 4 | 02-03-2005 09:25 PM |
| LoadVars(): Mac vs Windows | Lefevre | Flash Media Server |
2 | 01-29-2003 03:06 PM |



