I needed a control with Run
, Stop
and Step
buttons and thought I would put a TMediaPlayer
to work. It has the buttons I need and I can control the enables and use of colour.
If I drop one onto a form and compile and run - the buttons are all disabled. I unchecked the AutoEnable
property and now the buttons are enabled when I run, but as soon as I click any of them I get an error No MCI Device Open
.
I get that it's a media player and I haven't told it anything about any media, but is there a way of getting it to run in a media-free environment?