I've got an embedded Windows Media player in an HTML page, and when the audio gets to the end, it just starts again from the beginning.
According to the documentation, there's an autorewind parameter/attribute and also a loop.
The problem is, I've set both of those to false (and/or zero) and it doesn't seem to make any difference.
Might this be a bug? My client is WMP 10.00.00.4058. Maybe there's some kind of setting on the server which tells files to loop, is that a crazy idea?
compare your html code with this:
stolen from http://www.programmingforums.org/post147977.html