Yes, you can just detect the flash version and use javascript to redirect
via location.href or other similar methods
if (swfobject.hasFlashPlayerVersion("9.0.18"))
{
// has Flash
embedSWF().....
}
else
{
// no Flash
location.href="http://www.yahoo.com";
}
Aran
-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of brianfor44
Sent: Tuesday, 9 December 2008 10:48 AM
To: SWFObject
Subject: forwarding to a different page
I am new to swfObject. I understand and have used it to display
alternate content if the appropriate flash player is not installed on
the viewers computer. I am now wondering if there is a way, using
swfObject to forward to a different page, if the user does not have
Flash installed.
Thanks a lot for help with this!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---