| |
| Endless looping with the TMediaPlayer |
 |
How can I get an AVI to loop continually with the TMediaPlayer?
The following example demonstrates looping an AVI file by taking advantage of the MediaPlayers Notify event to play the AVI file again... and again... and again!
Example:
procedure TForm .MediaPlayer Notify(Sender: TObject);
begin
with MediaPlayer do
if NotifyValue = nvSuccessful then begin
Notify := True;
Play;
end;
end;
|
|
| Hits/month |
2,500,000+ |
Downloads (Since May 2000) |
7,393,709 |
| Total Files |
6,023 |
| Forum msgs |
7,670 |
| Articles/FAQs |
70+/900+ |
Top Selling Software at Amazon
|