Well, I am not sure what that is talking about. I am not good with js.
or any script other than as2.

Though I am thinking in the line opposite of checking if swf is
loaded. It's more like, if it never loads, what should happen.
Something like this perhaps:
- head:
<script type="text/javascript" src="swfobject...></script>
<script type="text/javascript">
swfobject.embedSWF("moviename.swf", "flshC"...);
function removewarning(){
  // something that writes over div tag with id="warn" to blank.
}
</script>
- body:
<div id="flshC">Alternate Contents <script>removewarning();</script></
div>
<div id="warn">Warning: You are running extension, add-on, and/or plug-
in that blocks flash player. Please disable any of those to view site
in full.</div>

Then if swf loads, as2 will call js to run removewarning(). Basically,
if you see flash or alternate contents, you do not see warning. Think
that'd work?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SWFObject" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to