Is it possible to create a Js  that detects if flash is available If
its not  it then writes headers for alternate content
something like this

if (swfobject.hasFlashPlayerVersion("9.0.18")) {
  // has Flash
do nothing
}
else {
  // no Flash
php {
echo('<link rel=/"stylesheet/" href=/"css/menu.css/" type=/"text/
css/" />');
echo('<script type=/"text/javascript/" src=/"/templates/js/
mootools.v1.1.js/"></script>');
}; php

}

Thanks

-- 
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