This question is locked. New answers and comments are not allowed.
Hi Everyone:
I need to the playing start and finish on the media player. Let me explaing a little bit more what I want to do.
I have an audio file (MP3, WAV, etc), and for that audio file I had defined a list ok pieces, like the chapters, something like this (asuming the audio file has 2 minutes):
Piece 1
StartTime 00:00
EndTime 00:15
Piece 2
StartTime 00:15
EndTime 00:25
Piece 3
StartTime 00:20
EndTime 00:33
Piece 4
StartTime 00:30
EndTime 01:00
Piece 5
StartTime 00:50
EndTime 01:20
Piece 6
StartTime 01:00
EndTime 02:00
If you see, some pieces overlaps other pieces, but I want to limit the playing of the audio file, like, when we take the Piece 3, the media player only let play audio from 00:20 to 00:33, showing on the screen if like the whole file is only 13 seconds long, when we press the play button the player start playing the file from the 00:20 position like if the position was 00:00, and when the player reach the 00:33 time, it shows like if the player is on the 00:13 second, end it stops the playing. And the same aplies to the other Pieces, is something like defining Chapters, with the diference that it can overlap other "Chapters" and the player only show the time for that "Chapter".
Is there a way to do that? May be only using one Chapter by updating its start and end time, or defining more than one chapter, but the media player must limit the playing like if the time defined on the chapter is the real whole file.
I hope that you understand the "little thing" that I want to do, and my bosses are evaluating this control to decide if they must buy the Premium Colletion (the one that cost 1299$ and includes every control), because we want to use the ASP.NET AJAX, the Silverlight, the WPF and the Reports controls. But this little feature is holding them back.
Thanks for your help.
Abimael Ordonez.
MangauSystems.
I need to the playing start and finish on the media player. Let me explaing a little bit more what I want to do.
I have an audio file (MP3, WAV, etc), and for that audio file I had defined a list ok pieces, like the chapters, something like this (asuming the audio file has 2 minutes):
Piece 1
StartTime 00:00
EndTime 00:15
Piece 2
StartTime 00:15
EndTime 00:25
Piece 3
StartTime 00:20
EndTime 00:33
Piece 4
StartTime 00:30
EndTime 01:00
Piece 5
StartTime 00:50
EndTime 01:20
Piece 6
StartTime 01:00
EndTime 02:00
If you see, some pieces overlaps other pieces, but I want to limit the playing of the audio file, like, when we take the Piece 3, the media player only let play audio from 00:20 to 00:33, showing on the screen if like the whole file is only 13 seconds long, when we press the play button the player start playing the file from the 00:20 position like if the position was 00:00, and when the player reach the 00:33 time, it shows like if the player is on the 00:13 second, end it stops the playing. And the same aplies to the other Pieces, is something like defining Chapters, with the diference that it can overlap other "Chapters" and the player only show the time for that "Chapter".
Is there a way to do that? May be only using one Chapter by updating its start and end time, or defining more than one chapter, but the media player must limit the playing like if the time defined on the chapter is the real whole file.
I hope that you understand the "little thing" that I want to do, and my bosses are evaluating this control to decide if they must buy the Premium Colletion (the one that cost 1299$ and includes every control), because we want to use the ASP.NET AJAX, the Silverlight, the WPF and the Reports controls. But this little feature is holding them back.
Thanks for your help.
Abimael Ordonez.
MangauSystems.