Anyone else come across this?
PlayMedia(MediaType.Video, VideoFile.FullName, false) will work fine and when the video finishes playing (or the user presses the Stop button) PlayState.Stopped is set.
If, however, I setup a MediaCollection, fill it with MediaCollectionItems and do a PlayMedia(MediaType.MediaCollection, MediaCollectionObject, false) - PlayState.Stopped is never set and hence my eventhandler never executed.
Any workarounds for this and if so, what would they be?