Viewpoint Developer Central    Viewpoint Forums    Viewpoint Forums  Hop To Forum Categories  JavaScript    Install Viewpoint player

Moderators: e_phoenix13
Go
New
Find
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Member
Posted
EDITED:

Sorry posted a partial thought here. What I want to do is use the IsMTSInstalled() function to see if it is installed and if it isn't I want to install it, is there something from javascript I can call to install the player?

This message has been edited. Last edited by: Shawn,
 
Posts: 48 | Registered: April 17, 2006Reply With QuoteEdit or Delete MessageReport This Post
Avi
AviScript Extraordinaire
Member
Picture of Avi
Posted Hide Post
Try using the mtsClick() function when you want to install the plug-in.

So it'd be something like:

if(IsMTSInstalled()) {
// show your viewpoint scene
}
else {
// install plug-in
mtsClick();
}

Let me know if that works for you.

Avi
 
Posts: 24 | Registered: January 24, 2003Reply With QuoteEdit or Delete MessageReport This Post
  Powered by Eve Community  
 

Viewpoint Developer Central    Viewpoint Forums    Viewpoint Forums  Hop To Forum Categories  JavaScript    Install Viewpoint player