I want to create an event button in the smart client. The button has to execute a http sound clip (example http://192.168.10.10/axis-cgi/playclip.cgi?location=task.mp3&repeat=0&volume=50 ).
Does anyone have an idea how to do this ?
I want to create an event button in the smart client. The button has to execute a http sound clip (example http://192.168.10.10/axis-cgi/playclip.cgi?location=task.mp3&repeat=0&volume=50 ).
Does anyone have an idea how to do this ?
This DriverCommandData class might be interesting for you.
Regarding the button in Smart Client, there are two options.
Firstly, we would recommend to use overlay button. There is a sample called Active Elements Overlay, please see this link -
Second, we would recommend to use toolbar button as well. There is also a sample called Smart Client Toolbar Plug-in, please see the link below.