Does anyone know how to play MPEG files using Delphi 7.
I've tried using the TMediaPlayer object with the Animate object but it will just show a black screen in the display area.
Any ideas?
Thanks
What is the problem? Is it that the player screen is black when nothing is playing? Why not set visible to false. Then put Show (visible:= true) in the OnPlay event. Show a bitmap where the video will go. Start play with code.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.