Show: Delphi
C++
Display Preferences
Working with Multimedia
From RAD Studio XE2
Go Up to Working with Graphics and Multimedia Index
You can add multimedia components to your applications. To do this, you can use either the Vcl.ComCtrls.TAnimate component on the Win32 page or the Vcl.MPlayer.TMediaPlayer component on the System category of the Tool palette. Use the animate component when you want to add silent video clips to your application. Use the media player component when you want to add audio and/or video clips to an application.
Note: If you are using either Windows Vista or Windows 7, you need to add ShellAnimations to yourusesclause (Delphi) or#includeShellAnimations (C++) so that the CommonAVIs (such as Vcl.ComCtrls.TAnimateParams.CommonAVI) work correctly. This addition links AVI resources similar to the ones in Windows XP.
This section discusses: