Subject: RE: [Flashcoders] SWF as background?
If your browser supports absolute positioning then you can do this in
effect.
You make a
or one celled Table and host your flash movie in that
'container' with the wmode parameter set to 'transparent'.
Then you put all of your content in another DIV or TABLE with its
position set to absolute and its z-index set to something greater than
the container with the background Flash.
Dreamweaver will help you do this using 'Layers' which is a euphemism
for DIVs, SPANs, or actual LAYERs.
Keldon