How do I respond to the video player events in vb.net.
Not sure on how to use the callback handler
QUOTE
To use these events, be sure to specify a callback handler through the "eh" parameter: so.addVariable('eh', 'myCallbackEventHandler')
I need a code example.
I have this so far but after this I am lost.
CODE
Flash.FlashVars = "controlsEnable=0&postpanelEnable=0&eh=OnFlashStream"
Who do I write the callback function?