Einzelnen Beitrag anzeigen

jaschu

Registriert seit: 21. Mär 2005
38 Beiträge
 
#6

Re: "Fehler beim starten von mci

  Alt 8. Apr 2005, 17:04
So, funzt jetzt...
Delphi-Quellcode:
  play := playlist.pfad.Strings[random(playlist.pfad.Count)];
  mpl.Close;
  mpl.FileName := play;
  mpl.Open;
  mpl.StartPos := random(mpl.Length);
  mpl.Play;
  Timer1.Enabled := True;
Ach ja,
Dymond: Is ne Listbox, ich spreche sie so an:
Delphi-Quellcode:
  play := playlist.pfad.Strings[random(playlist.pfad.Count)];
  mpl.FileName := play;
Randomize steht in der Formcreate

Also denn, danke für die Antwort!

Bis denn,
jaschu
  Mit Zitat antworten Zitat