PDA

View Full Version : iframed Flash object hovers over thickbox shadow



joemenator
29 Oct 2009, 12:16 PM
Hi,

I have a problem where I am using thickbox 3.1. I've placed a flash object on my web page utilizing iframe and the thickbox shadow doesn't cover the flash object.

I've tried playing with the z-index values, I've entered ALLOWTRANSPARENCY="true" and my wmod="TRANSPARENCY" attributes to the iframe code; that didn't work.

I don't have access to the remote server file to where the embeded flash code sits... My only option is to find a way to modify the iframe code I have listed below:

<iframe id="testing" style="z-index:1;" src="http://www.directv.com/resources/flash/filmstrip.v3.swf?lmt=2009-10-16T05%3A25%3A44.689Z&prospect=true&filmstripxml=%2FDTVAPP%2Ffilmstrip%2FfilmstripXml.jsp" height="376" width="685" border="0" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" ALLOWTRANSPARENCY="true"></iframe>

Does anyone have any suggestions on what I can do to make this flash object appear beneath the thickbox shadow?

Here is the link to the project I am working on: http://dev.expertcs.com/pnc/index.asp


Thanks.