andreamarucci wrote:Thanks, just to understand, this script detect if the version of the player is 9.0.18 and if it's not, redirect the user to "/imagevue/". Instead of imagevue I can put, for example, "
www.domain.com/imagevue/imagevue.php?p=html" to get the html version. Is this correct?
Basically yes ... although the 9.0.18 is just a number, and 99.9% of the users that do have flash, will have above 9.0.18 anyway. So basically, what it really does is just check if visitor has swf player at all, and if not, redirects them.
Yes, you could also point directly to the target "imagevue.php?p=html" if you want. It is not really required though, because normally if you redirect to the imagevue folder, it will automatically redirect to the html version anyway since there is already a detection scheme there. Doesnt hurt though I guess ...