the text wrapped... should be this:

var flashFound = swfobject.hasFlashPlayerVersion("5");

if(!flashFound){
  window.location.href = "http://code.google.com/p/swfobject/";;
}


On Mon, Oct 6, 2008 at 2:17 PM, Philip Hutchison <[EMAIL PROTECTED]>wrote:

> use something like this:
>
> in the head, wrapped in a 'load' event
> ---------------
> //choose whatever minimum version you want to support
> var flashFound = swfobject.hasFlashPlayerVersion("5");
>
> if(!flashFound){
>   window.location.href = "http://code.google.com/p/swfobject/";;
> }
> ---------------
>
>
>
> On Mon, Oct 6, 2008 at 6:02 AM, Pavel <[EMAIL PROTECTED]> wrote:
>
>>
>> Hello All,
>> Sorry for easy question but can't find it in documentation:
>>
>> How to do alternative webbage loading (not inline alternative content)
>> with swfobject2 without using Adobe Detection Kit? In 1.5 version it
>> was possible with redirectUrl but I don't see it in new version
>>
>> Thanks,
>> Pavel
>> >>
>>
>

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