Forum Moderators: not2easy

Message Too Old, No Replies

.swf as background images in table?

         

raulwg

5:03 pm on Feb 12, 2006 (gmt 0)

10+ Year Member



Hi there,

Is it possible to put a .swf file as a table background image? Or is it only supported for .jpg and .gif?

<table width="780" align="center" bgcolor="#6F732D" cellpadding="0" cellspacing="0" border="0" background="images/test.swf">

Greetings, Raśl

FiSH42

5:09 pm on Feb 12, 2006 (gmt 0)

10+ Year Member



Unfortunately swf files need to be embedded as an object within a page, and therefore cannot be used as a background element. I assume you are trying to place text over the top of your swf, this is not possible your best bet would be to include everything you need in your swf, as layers cannot even be floated over swf objects.

DrDoc

6:01 pm on Feb 12, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Actually, that's not true. It is possible to position elements on top of a flash object. Simply set the window mode to transparent.

<param name="wmode" value="transparent">

FiSH42

6:39 pm on Feb 12, 2006 (gmt 0)

10+ Year Member



This forum is great, thats gonna be incredibly useful, thanks. :)