Flash redirection script
- Started
- Last post
- 7 Responses
- Dancer
I have been looking on google for a simple javascript that looks for flash and if it's not installed or the wrong version then redirects to a different page.
Script also has to be robot friendly as the html version is optimised for SEO
- maximillion_0
http://www.adobe.com/products/fl…
i havent used it but its been around/developed for a while
- tomkat0
search for swf object
google that is
- Dancer0
For some reason the Adobe site always crashes Safari when I go to it. But yes I am trying this detection plugin now... so thanks Max_
Unfortunately I have no way of testing it.
Tomkat will have a look, perhaps I have been searching for the wrong thing :/
- maximillion_0
tomkat is right and you should use swfobject to embed the swf to avoid activation in IE. it allows you to specify a min player version and will display a message to the user if they dont have the min ver or dont have it at all.
i'd go tomkats way
and why is the adobe site such a dog?
- Dancer0
tomkat is right and you should use swfobject to embed the swf to avoid activation in IE. it allows you to specify a min player version and will display a message to the user if they dont have the min ver or dont have it at all.
i'd go tomkats way
and why is the adobe site such a dog?
maximillion_
(Jul 6 07, 02:16)I don't want to force the user to view the flash version just redirect to the html version.
Anyway looking into it know
- milo0
i third swfobject.
works a treat + you can have your none flash content on the same page - very handy for seo.
- ********0
swfobject will do what you want