Hi,
is there anyway to get the roVideoPlayer by its roVideoEvent or its roUserData.
I get the events of the player and can read its userData, what seems to be an indicator of the videoPlayer object. I struggle to get the player and its zone wich sends the event.
I am that "far":
function VideoDuration_ProcessEvent(event as Object)
print type(event)
if type(event)="roVideoEvent" then
print type(event.GetData())
print event.GetData()
endif
return false
end function