Hi

Hope someone can help. I've built a site that has a VideoObject bringing in 2 different streaming videos from an external URL depending on which thumbnail is clicked. My play / pause button works, my volume works, my slider works to scrub through the video. What I can't seem to conquer is when I click on a different navigation button, I move through to the new page but the sound and video continue to play.

I have tried ns.close(); but the sound continues...

Does anyone know how to reset the video on exiting that page so that when you return it's back to how it was when you first arrived?

I've tried NetConnection.close(); within an if statement but can't seem to get this to work without getting lots of errors.

Any help appreciated here...

G