0

To get flash to sit behind html elements on a page I read that I have to add this inside the object tag:

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

And this to the embed tag:

wmode="transparent"

Is it necessary to add both? Because in FF I got it to work with just the second, just wondering if that may cause issues in other browsers and devices.


Some browsers use the <object> some use the <embed>, you need to add wmode to both to support all browsers

4

1 に答える 1

0

すべてのブラウザをサポートするには、両方に wmode を追加する必要があります<object><embed>

于 2012-04-03T20:45:14.923 に答える