| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
|
Okay if i was to spawn a pop up window through flash, say using the "chromeless window" tutorial how would i make the window stay in the forground?? (i.e. above all the other open windows)
Thnaks in advance |
|
|
|
|
|
#2 |
|
Registered User
Join Date: Feb 2001
Posts: 35
|
In the <body> tag of your popup window html file add this:
<body onBlur="self.focus()"> The popup window will always get focus (until it's closed). |
|
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Simple actioscript to javascript question ! | Reflex | ActionScript 1.0 (and below) | 0 | 10-04-2004 05:45 AM |
| Swapdepth using txt files and dynamic content for game. | superbnerb | ActionScript 1.0 (and below) | 3 | 09-22-2004 08:27 PM |
| Javascript popup question | SeanPaul72 | ActionScript 1.0 (and below) | 1 | 07-06-2003 05:43 AM |
| A quick Javascript question | JRBT | Other Flash General Questions | 6 | 03-06-2002 05:33 PM |
| Question Using FScommand and Javascript | vb_charlie | Animation and Effects | 1 | 04-06-2001 04:29 AM |