computer
 






 

Question by  yeswanth (235)

How do I make a Flash SWF file in div to make a banner layer float on top?

 
+8

Answer by  BigD103 (548)

Simply insert you code inside the div tag. Statt with the object tag and you swf parms and then close your div and you should be all set. Make sure your div is located on the top of other divs

 
+7

Answer by  worker2794 (25)

After you have inluded flash swf files to your HTML page. Make a flash banner layer floating on top on othere elements of the HTML page. you need to use the div layer. The Div layer is like a picture inside a picture, which let you to define an area.

 
+6

Answer by  RandomDan (489)

Set the z-index of the div to something extremely high, such as 1000. If it still does not appear on top, then set the z-index of surrounding content to -1000

 
+5

Answer by  BBBrian (282)

If I am reading your question right give the div a z-index of 1. Make sure the flash movie is inside the div.

 
+4

Answer by  murali680 (559)

We open the HTML page with HTML editor then edit HTML code. To add the WMODE to the HTML code, add to the OBJECT tag and add to EMBED tag.

 
+4

Answer by  Kariuss (6)

The wmode tag controls the transparency of the flash object. The div layer controls the position. In html , change the wmode value to 'transparent' and position to 'absolute'. Other possible values for the wmode can be 'opaque' or 'window'. The position can be relative to 'top' and 'left' margins.

 
+3

Answer by  archie (73)

Just insert your code inside the div tag. Then Start with the object tag and your swf parms and then close your div and you should be all set.

 
You have 50 words left!