Playing a mpeg file.

  • Thread starter Thread starter UJ
  • Start date Start date
U

UJ

I know this isn't the right place but I don't know where to ask it so here
goes - what com/.net object would I use to play a .mpeg file? I don't want
to use Window's media player because it has the control buttons on it.

I just want to play a video and not let the user do anything to it. Once
it's done, it's done.

Thanks.

Jeff.
 
For the WMP component, you can set uiMode to "none" to hide the controls,
and Ctlenabled to false to disable them entirely.
 
Back
Top