Hi,

I am using this component. When the video reaches the end the player pauses.

No Problem.

When the next video is loaded the play head remains in the paused position.

I am loading each video via a button. The component inspector is set to automatically play.

Any ideas would be great

Thanks




Code:
button1.onRelease = function ()
{
	video.setMedia("http://www.ponyack.com/gorelic/video/christopher.flv", "FLV");}