The Socket object plugin for AutoPlay Media Studio 8 was updated today. The new version brings new event variables to all three Socket events - On Accept, On Read and On Close.
All three events have now two event variables:
- e_Sock: a number, representing the handle to the socket.
- e_IPAddr: a string, containing the IP address of the remote socket that connected locally, sent data, or was disconnected. If for any reason the remote IP address cannot determined, this variable will contain "0.0.0.0".
The full plugin documentation is now available online. The bundled CHM was updated, including these new variables in the new screenshots: