Hi Bazzer, sorry, I was offline some days.
I made this example for you
http://www.devalvr.com/fiero/thumbnails.zip (1.7 MB). In this example, the thumbnails are in
thumbnails.html file. The links access to QT pages
name_qt.html , and the QT pages have the Javascript code for QT-DevalVR detection.
The file
detectqt.js must be in the same directory that html files.
If QuickTime is not installed, the Javascript code loads the page setted in
openvrpage function. If any plugin is not installed, the code opens the Installing page (this page can be the same that DevalVR page, to install DevalVR). This is the syntax of this function:
openvrpage(DevalVR page, Installing page);
example:
openvrpage("hotel_devalvr.html","hotel_devalvr.html");
You can see this Javascript code in
home_qt.html and
hotel_qt.html files.
You can request me any modification of this example or any other issue.
regards!