Moderators: e_phoenix13
Go
New
Find
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Member
Posted
I cannot get the postevent function to work with mac os 9 ie 5.5-
- - - - function postevent(name, delay)
{
//This function is needed because at this time
//MTS3Interface doesn't support PostEvent yet
//so we need to construct the plugin command here.
var cmdstr = "PostEvent (" + name + "," + ")";
vmp.Execute(cmdstr);
}
//-->

- - - - - - [input type=radio name="VIZ_SCALEBOX" onclick="postevent('SCALEBOX_event_show')"]
-----
I am using the new MTSInterface.js
 
Posts: 76 | Registered: January 24, 2003Reply With QuoteEdit or Delete MessageReport This Post
  Powered by Eve Community