IE-8 iframe and flash object ignores z-index?

后端 未结 3 1461
粉色の甜心
粉色の甜心 2021-01-13 12:38

I have the following divs and I\'m trying to make the iframe layer infront of my_flash. It\'s a common problem and I\'ve read through all the solutions I could find and sti

3条回答
  •  萌比男神i
    2021-01-13 12:50

    var flashvars = {};
    var params = {};
    params.wmode = "transparent";
    var attributes = {};
    
    swfobject.embedSWF("index.swf", "my_flash", "100%", "100%", "8.0.0", '/swfobject/expressInstall.swf',
        flashvars, params, attributes);
    

提交回复
热议问题