I have the following structure in my html:
<div style='position:absolute; top:40px; left:0; height:cH; width:100%;>
<iframe width='100%' height='100%' noresize='noresize' frameborder='0' />
</div>
And I have a SWF flash object in my iframe. How can I show it underneath my div?
It’s a dynamic page, I can’t access the .swf to edit any settings like opacity.
Any ideas?
Thanks.
you have to access the
<param name="wmode" value="transparent" />sectionif you can’t – youre out of luck.
p.s.
also for