Is there a SWFObject type setup for embedding Unity content and having a fallback HTML content (with a link to install the plugin)?
The JS included with Unity only allows for a button they’ve created.
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.
Here’s the official guide
Basically, for non-IE browsers, you check that the plugin’s installed using javascript, and for IE, you use VisualBasic scripting. Their code isn’t terribly pretty (all those
document.writecalls – ugh!) but it’s robust.You can always take their code, clean it up and wrap it in a nicer package. I know I did (but for a client, so I can’t give you the code – sorry)