# Pop up window

**URL:** https://forum.kirupa.com/t/pop-up-window/35220
**Category:** Uncategorized
**Created:** [November 11, 2003, 7:18pm UTC](https://forum.kirupa.com/t/pop-up-window/35220 "2003-11-11T19:18:51Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![shailee12](https://avatars.discourse-cdn.com/v4/letter/s/87869e/32.png) [@shailee12](https://forum.kirupa.com/u/shailee12)
#### Post date: [November 11, 2003, 7:18pm UTC](https://forum.kirupa.com/t/pop-up-window/35220/1 "2003-11-11T19:18:51Z")

</div>

Hi, I am making a banner ad having similar effact to the follwoing sample. I would like to know hoe that pop up thing works in the new window, and still having other contents below it!!

[http://www.eyeblaster.com/WebSite/new\_archive/2003/April\_03/Discover\_Magazine\_Expandable/Discover\_Magazine\_Launch.htm](http://www.eyeblaster.com/WebSite/new_archive/2003/April_03/Discover_Magazine_Expandable/Discover_Magazine_Launch.htm)

Please help!!!  
-Shailee

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 12, 2003, 10:37am UTC](https://forum.kirupa.com/t/pop-up-window/35220/2 "2003-11-12T10:37:44Z")

</div>

I think the banner and the window is just one transparent swf with a rollover fonction on the banner.  
To make a transparent swf you just have to put this line in your html file

```php

<param NAME="wmode" Value="Transparent">

```

for example :

```php
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ID="window" WIDTH="100" HEIGHT="250">
<param NAME="movie" VALUE="window.swf">
<param NAME="quality" VALUE="high">
<param NAME="wmode" Value="Transparent">
<embed src="window.swf" quality="high" bgcolor="#FFFFFF"
WIDTH="250" HEIGHT="100" TYPE="application/x-shockwave-flash" >
</object>

```

But ! it only works with IE !:!:

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 12, 2003, 11:19am UTC](https://forum.kirupa.com/t/pop-up-window/35220/3 "2003-11-12T11:19:33Z")

</div>

Could be that I’m missing something here, but to me it seems to be a complete Flash site, not just a flash banner.

The ‘popup’ I guess is just an mc that plays when you rollover the ‘banner’. So no separate transparent swf…

just my .02

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 12, 2003, 12:00pm UTC](https://forum.kirupa.com/t/pop-up-window/35220/4 "2003-11-12T12:00:49Z")

</div>

You’re right Flashmatazz, in fact this site isn’t functionnable, it’s just an image, only the banner is something “active”

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 12, 2003, 12:08pm UTC](https://forum.kirupa.com/t/pop-up-window/35220/5 "2003-11-12T12:08:42Z")

</div>

lol, I didn’t even try clicking on one of the links, so hadn’t noticed it has absolutely no functionality 🙂
