How do I make the extension above a flash element like on YouTube. Any help would be greatly appreciated, thanks!
See screenshot of bug:
http://twitpic.com/3egnxk
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The only way to put something above flash is to set
wmodeembed parameter toopaqueortransparent. You can’t dynamically set it, flash object needs to be recreated:You can run this right away on page load so user wouldn’t notice.
The other disadvantage is that flash in this mode loses focus (you won’t be able to play a flash game with keyboard for example).