Autor Beitrag
Roy
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 184

Windows7 Ultimate
Delphi 2007, NET, Embarcadero
BeitragVerfasst: Mo 30.07.12 15:51 
Gruß an Alle,

Wo finde ich bei Delphi 7 die Komponente um ein AVI einzubinden?

Danke im vorraus


Moderiert von user profile iconNarses: Topic aus Off Topic verschoben am Mo 30.07.2012 um 16:00
Andreas L.
ontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic starofftopic star
Beiträge: 1703
Erhaltene Danke: 25

Windows Vista / Windows 10
Delphi 2009 Pro (JVCL, DragDrop, rmKlever, ICS, EmbeddedWB, DEC, Indy)
BeitragVerfasst: Mo 30.07.12 15:58 
TMediaPlayer oder TAnimate
jaenicke
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 19320
Erhaltene Danke: 1747

W11 x64 (Chrome, Edge)
Delphi 12 Pro, C# (VS 2022), JS/HTML, Java (NB), PHP, Lazarus
BeitragVerfasst: Mo 30.07.12 16:01 
Wobei ich eher das DSPack oder das Windows Media Player Control empfehlen würde, u.a. weil die deutlich mehr Formate und Codecs abspielen können:
code.google.com/p/dspack/
Damit funktioniert es aber auch allgemein deutlich besser.
Roy Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 184

Windows7 Ultimate
Delphi 2007, NET, Embarcadero
BeitragVerfasst: Mo 30.07.12 19:36 
user profile iconAndreas L. hat folgendes geschrieben Zum zitierten Posting springen:
TMediaPlayer oder TAnimate


Wo finde ich das TAnimate, diese Komponente ist weder unter Standard, Zusätzlich noch Beispiele?
Narses
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Administrator
Beiträge: 10183
Erhaltene Danke: 1256

W10ent
TP3 .. D7pro .. D10.2CE
BeitragVerfasst: Mo 30.07.12 20:39 
Moin!

user profile iconRoy hat folgendes geschrieben Zum zitierten Posting springen:
Wo finde ich das TAnimate, diese Komponente ist weder unter Standard, Zusätzlich noch Beispiele?
Bei mir ist das unter Win32:
TAnimate

cu
Narses
Einloggen, um Attachments anzusehen!
_________________
There are 10 types of people - those who understand binary and those who don´t.
jaenicke
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 19320
Erhaltene Danke: 1747

W11 x64 (Chrome, Edge)
Delphi 12 Pro, C# (VS 2022), JS/HTML, Java (NB), PHP, Lazarus
BeitragVerfasst: Mo 30.07.12 20:40 
user profile iconRoy hat folgendes geschrieben Zum zitierten Posting springen:
Wo finde ich das TAnimate, diese Komponente ist weder unter Standard, Zusätzlich noch Beispiele?
Stimmt, denn die Komponente liegt unter Win32. Einfach danach suchen im Objektinspektor (bei Delphi 7 noch nur mit Addon, ich glaube das CnPack hat da was dafür dabei). ;-)

// EDIT:
Ja, CnWizards:

D7_OI_Enhance
Einloggen, um Attachments anzusehen!
Roy Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 184

Windows7 Ultimate
Delphi 2007, NET, Embarcadero
BeitragVerfasst: Mo 30.07.12 20:46 
Danke an alle, GEFUNDEN