LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 08-28-2005, 10:10 AM
portland portland is offline
Registered User
 
Join Date: May 2005
Posts: 1
Rep Power: 0
portland is on a distinguished road
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>
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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




All times are GMT. The time now is 03:33 AM.