Pop up window

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

Please help!!!
-Shailee

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


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

for example :

<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 !:!:

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

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

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