Hi Dorin,
This is the default order of preferency, your can see PluginPriority_ variables at the beginning of detectvr.js file.
Maybe the easiest way is to use links:
http://www.devalvr.com/fiero/test_dorin.html
Code:
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
<title></title>
<!--
window.moveTo(0,0);
window.resizeTo(window.screen.availWidth,window.screen.availHeight);
window.focus();
//-->
<style type="text/css" title="Default">
body, div, h1, h2, h3, span, p {
font-family: Verdana,Arial,Helvetica,sans-serif;
color: Black;
}
body {
font-size: 10pt;
background : #000000;
}
td,tr,table {
font-size: 10pt;
border : 1 Black;
border-left-style : solid;
border-bottom-style : solid;
border-top-style : solid;
border-right-style : solid;
border-left-width : 1;
border-right-width : 1;
border-top-width : 1;
border-bottom-width : 1;
border-color : #777777;
background : #eeeeee;
}
h1 {
font-size: 18pt;
}
h2 {
font-size: 14pt;
}
</style>
</head>
<body bgcolor="#ffffff" leftmargin="0" marginheight="0" marginwidth="0" topmargin="0">
<p align="center">
<SCRIPT type="text/javascript" src="detectvr.js">
</SCRIPT>
<SCRIPT type="text/javascript">
detectvr_replacepage=1;
viewerparameters("devalvr","fullscreen","0");
writecode("http://www.mypostcard.ro/indoor_DevalVR_QT.html", "http://www.mypostcard.ro/indoor_DevalVR_QT.html", "http://www.mypostcard.ro/indoor_java.html", "http://www.mypostcard.ro/indoor_flash.html", "","100%","90%");
</SCRIPT>
<noscript>
<b>Please enable Javascript!</b>
</noscript>
<br><img src="scala.jpg" width="530" height="24"></p>
</body>
</html>
I can try to do it in one file...