Hey people, I am using this script on a site's media page only problem being that when the lightbox comes up it resides under flash videos above it so it cannot be viewed? anyway of getting over this? thanks for your help.
Hey people, I am using this script on a site's media page only problem being that when the lightbox comes up it resides under flash videos above it so it cannot be viewed? anyway of getting over this? thanks for your help.
Loosely from:
http://www.macromedia.com/cfusion/kn...fm?id=tn_14201
Add in this language to your object/embed tag(s) -
Add the following parameter to the OBJECT tag:
Add the following attribute to the EMBED tag:HTML Code:<param name="wmode" value="transparent">
Or, if you are using two object tags, as can and is sometimes done, add the param tag to both of them.Code:wmode="transparent"
If you are using script to generate the tags, the wmode transparent must be passed to the script. This is easily accomplished but, varies depending upon the sort of script one uses. Some scripts do it automatically.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Bookmarks