making a small player website to play music frm my home computer while at work/on jobs... working great so far but would like to build a queue function.
i am looking for some sort of way of doing this, such as as event that is fired when the player has completed playing a file or stops.
If this answered your question, please be sure to click the 'mark as answered' feature, otherwise please feel free to post follow-up questions that are related.
mod84
0 Points
1 Post
looking for a stop event
Aug 21, 2007 03:06 PM | LINK
making a small player website to play music frm my home computer while at work/on jobs... working great so far but would like to build a queue function.
i am looking for some sort of way of doing this, such as as event that is fired when the player has completed playing a file or stops.
thanks
My .NET Free Code Library
heuertk
Participant
1668 Points
524 Posts
Microsoft
Moderator
Re: looking for a stop event
Aug 21, 2007 04:35 PM | LINK
the MediaElement fires a MediaEnded event: http://msdn2.microsoft.com/en-us/library/bb188271.aspx
http://timheuer.com/blog/
-----
If this answered your question, please be sure to click the 'mark as answered' feature, otherwise please feel free to post follow-up questions that are related.