0

I have a Flash <object> embed that is inside (first child of) a container <div>; the container div has the following properties (essential attributes summarized):

position: absolute; width: 100px; height: 100px; overflow: hidden; z-index: 2;

There is a full-screen canvas at z-index 0. Now when I bind an event handler to the <div> I can confirm that it receives mouse events, but the <object> embed remains unresponsive.

Any ways I can troubleshoot/figure out what is wrong?

Thanks in advance.


Using $_SESSION to store the variables before outputting the PDF solved the problem

Credits go to Yuri Stuken

4

1 回答 1

0

尝试在嵌入/对象属性中设置 wmode="transparent"

于 2012-11-09T16:18:54.167 回答