The troubleshooting section of the Lightbox site for this Flash issue points users to a comment which points users to this forum thread. Basically, it looks the solution is actually just HTML-based. It appears the window mode attribute might be wmode, not window.
HTML Code:
<param name="wmode" value="transparent" />
<embed src="Images/Flash/Treherne-house-flash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="790" height="100" wmode="transparent"></embed>
Hope that works.
Edit: Oops, guess you already found the solution while I was posting this!
__________________
The interlocking pieces of web development: usability, performance, accessibility, and standards.
Last edited by frost; 12-14-2007 at 03:00 PM..
Reason: I'm slow
|