I am wondering if this is possible and maybe some code examples if it is. I am trying to have the presenter during a live address be able to hit a button when he is away. This button will then trigger a jpg or some kind of image on the clients side that says he is currently away and to also have it mute the presenter’s microphone? Anyone have any ideas how this would be possible in FMIS 4 and AS3?
Share
Yes, this is do-able. There’s a bit of code to write. Here’s a break down:
[Edit]
Adding some code to clarify how to use
NetStream.send():The presenter code:
The subscriber code
When creating the NetStream, use the client property so it knows where to find the function “toggleAwayImageDisplay” we specified above: