Playing a mpeg file.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • UJ

    #1

    Playing a mpeg file.

    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.


  • James Park

    #2
    Re: Playing a mpeg file.

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

    "UJ" <fred@nowhere.c om> wrote in message
    news:uwXvwRZFGH A.644@TK2MSFTNG P09.phx.gbl...[color=blue]
    >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.
    >[/color]


    Comment

    Working...