wmsgva not 100% sure how to ask this question... so please bear with me!
i am currently loading my streams from a webserver, into a var within construct via xml...and all works great, but my issue is that im in need of knowing when a specific stream has ended, since im using many different vars depending on what im rolling over, i cannot simply use the inverted "is playing" .... plus it seems that unless you tell the stream to stop, it constantly reads as playing even if the sound has finished.
i have tried setting flags to be used as Boolean conditions depending on which vars im loading and playing, but they can still only be changed or reset by activating another stream, thus not giving me the ability to do something like - turn a specific group on when a specific stream is finished streaming.
is there any way to tag a stream for direct monitoring or use multiple streams ???
thanks!