Is it possible to pass some parameter in query string in order to generate Flash with param name="wmode" value="opaque"?
We have problems with the movie in IE 8 and IE 9 where users can not see our dropdown menu because Flash is at the top of all other controls on page.
ANSWER
Yes, you can add exactly that parameter: "&wmode=opaque". This will solve your problem.
ANSWER
Yes, you can add exactly that parameter: "&wmode=opaque". This will solve your problem.
