based on if flash is detected (checking the version of player then yes - how
you go about setting the content of these areas is up to you)
if (swfobject.hasFlashPlayerVersion("9.0.18")) {
// has Flash
}
else {
// no Flash
}
Not sure exactly what you trying to do. I guess you want to display feedback
to the user
inform them that they have or don't have the correct version
http://code.google.com/p/swfobject/wiki/api
- S
On 19 October 2011 01:11, SteveAx <[email protected]> wrote:
> I want to use SWFObject to select 2 diferent sets of content based on
> if flash is detected or not... neighte set of content is a flash
> object... is this possible?
>
> --
> 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.
>
>
--
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.