Odisey Design Company Multi-Media Assistant
The Multimedia
Assistant determines if your computer has the necessary software to optimally
use all of the services we have to offer. The assistant examines your current
configuration and indicates any necessary software updates in the table below.
If all items list "ok" then you do not need to do anything. If some
items show you should download software, then you can proceed by clicking on the
links shown. Thank you!
Necessary Software
software version status link
to download \n');
document.write(' RealPlayer ');
if(RealPlayerG2){
document.write('G2 ');
document.write('OK ');
document.write(' ');
}
else if(RealPlayer5){
document.write('5 ');
document.write('NEED ');
document.write('download now ');
}
else if(RealPlayer4){
document.write('4 ');
document.write('NEED ');
document.write('download now ');
}
else{
document.write(' ');
document.write('NEED ');
document.write('download now ');
}
/////////////////////////////////
// Shockwave & Flash Detection //
/////////////////////////////////
var FlashMode = 0;
var ShockMode = 0;
if (navigator.mimeTypes && navigator.mimeTypes["application/x-director"] && navigator.mimeTypes["application/x-director"].enabledPlugin) {
if (navigator.plugins && navigator.plugins["Shockwave for Director"]
&& (versionIndex = navigator.plugins["Shockwave for Director"].description.indexOf("."))
!= - 1) {
var versionString = navigator.plugins["Shockwave for Director"].description.substring(versionIndex-1,
versionIndex);
var subVersionString = navigator.plugins["Shockwave for Director"].description.substring(versionIndex+1,
versionIndex+2);
versionIndex = parseInt( versionString );
subVersionIndex = parseInt(subVersionString);
if ( versionIndex = 8 ) {
if (subVersionIndex >= 5)
ShockMode = 1;
}
else if ( versionIndex >8 ) {
ShockMode = 1;
}
}
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 && (navigator.userAgent.indexOf("Windows 95")>=0 || navigator.userAgent.indexOf("Windows 98")>=0 || navigator.userAgent.indexOf("Windows NT")>=0 )) {
document.write(' \n');
}
if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] && navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin) {
if (navigator.plugins && navigator.plugins["Shockwave Flash"] && (versionIndex = navigator.plugins["Shockwave Flash"].description.indexOf(".")) != - 1) {
var versionString = navigator.plugins["Shockwave Flash"].description.substring(versionIndex-1,
versionIndex);
versionIndex = parseInt( versionString );
if ( versionIndex >= 5 ) {
FlashMode = 1;
}
}
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 && (navigator.userAgent.indexOf("Windows 95")>=0 || navigator.userAgent.indexOf("Windows 98")>=0 || navigator.userAgent.indexOf("Windows NT")>=0)) {
document.write(' \n');
}
document.write(' Flash Player ');
if(FlashMode) {
document.write('5 ');
document.write('OK ');
document.write(' ');
}
else {
document.write(' ');
document.write('NEED ');
document.write('download now ');
}
document.write(' Shockwave ');
if(ShockMode) {
document.write('8.5 ');
document.write('OK ');
document.write(' ');
}
else {
document.write(' ');
document.write('NEED ');
document.write('download now ');
}
// -->
Close
This Window