Andrew Posted September 10, 2013 Report Share Posted September 10, 2013 Hi all~ I am using the API is expected to FLASH program development. http://academy.dataton.com/sites/default/files/docs/WATCHMan/AS3/index.html Show control and run, halt was found, but I can't find ' setInput' command. Where can I find? Quote Link to comment Share on other sites More sharing options...
Mike Fahl Posted September 10, 2013 Report Share Posted September 10, 2013 That command isn't explicitly supported by the AS3 WatchMan API. However, you can use the undocumented sendRawCommand function on the WATCHMan object to send any raw command string, like this (assuming wo is your WATCHMan object): wo.sendRawCommand('setInput myInput 0.5'); Hope this helps. Mike Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.