View Full Version : pop up window
shailee12
November 11th, 2003, 02:18 PM
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
Ubik
November 12th, 2003, 05:37 AM
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 !:!:
Flashmatazz
November 12th, 2003, 06:19 AM
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
Ubik
November 12th, 2003, 07:00 AM
You're right Flashmatazz, in fact this site isn't functionnable, it's just an image, only the banner is something "active"
Flashmatazz
November 12th, 2003, 07:08 AM
lol, I didn't even try clicking on one of the links, so hadn't noticed it has absolutely no functionality :)
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.