How can I detect if a user machine is having Quick Time Plugin or not on opening a page having Quick Time Movie.
And if the user is not having Quick Time Plugin then it should be redirected to download Quick Time Plugins Link for the Browser.
if (navigator.plugins["QuickTime Plug-in 2.0"]){
//Code for them having the plugin
}else{
window.location = 'warningpage.html'
//Page containing a warning and a link to Apple
}
This might only work in Netscape though, and instead of searching for a specific version number, you could loop through all the plugins and see if any of the contain the word 'QuickTime' C:\DOS:>
C:\DOS:>RUN
RUN DOS RUN!!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.