hi everybody,

I have a question about controlling QT plugin in IE 5.x browser on MAC
platform (OS X 10.2.8).

I need to stop the movie with JavaScript.

All things below DO NOT work at all.

document.movie_name.Stop();
document.all['movie_name'].Stop();
document.embeds[0].Stop();

IE pops up with the following error:

"Microsoft JScript runtime error
Line: 17
Char: 16
Error: Object doesn't support this property or method"

The movie embedded with out <object><embed> tags or just <embed> does not
solve the problem either.

If someone knows what the hell is going on with Mac and IE 5.x please share
your knowlege.

Thank you in advance

Script Error...