Jirik (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
Question is, why to use the VRML format, if the self-extracting exe file has low capacity and higher quality. In addition, the VRML file need the browser with VRML viewer (Cortona etc). Who from web surfers know about.
I look forward to your opinion too.
VRML format can be useful if visitors of your site are afraid of downloading unverified exe-files. Or if they just don’t have enough time to download, install and run every gallery.
And what about Cortona, here I have found a script, which can determine whether Cortona VRML Client is already installed, and automatically install it if needed.
Here is the script:
http://www.allelves.ru/forest/scripts/install.js
And here is the usage (piece of
http://www.allelves.ru/forest/forest.php):
(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
<script>
if(navigator.appName.indexOf("Netscape") != -1)
{
installed();
downloadNow();
install_cortona();
}
</script>