so right now im using shadowbox jquery overlay, but was wondering if I could have a transparent background and use the overlay in tandem.
Is there a way to export it like in flash?
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.
Yes. You do not need to touch the flash file.
Choose “Transparent” in the WMODE setting within your html template to make the Flash movie’s background disappear in browsers which support this feature.
Or
in your html file
Add the following parameter to the OBJECT tag:
Add the following parameter to the EMBED tag
Edited , you need to change the background alpha in your
<mx:Application>tag addbackgroundAlpha="0"or to a value you feel comfortable with.