Removing controls in the video player

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • faxuno
    Sergeant First Class

    • Jan 2008
    • 55

    Removing controls in the video player

    Good morning!
    I have this problem ...
    I have a WMV video file tu put it in a page. With Windows Media Player tool i can add it, but if i want the video without the Windows Media Player control bar, I mean a video only with a black border ....
    May you help me?

    I try to add this code to my html, but it doesn't function ...
    <PARAM name="ShowControls" VALUE="false">

    This is the tag in the page ...
    <embed src="Photo Story1.wmv" id="WinMedia1" border="0" autostart="true" loop="true" width="320" height="240">


    Thanks!
  • mrmagoo144
    Brigadier General

    • Feb 2007
    • 1369

    #2
    Re: Removing controls in the video player

    the best way to do this is to mask it with a black shape to cover up the control box or all around the video.
    mrmagoo144
    mrmagoo144
    www.videopostcards.info

    Comment

    • faxuno
      Sergeant First Class

      • Jan 2008
      • 55

      #3
      Re: Removing controls in the video player

      I can't do this because there is the wallpaper site, that it is an artistic picture made by a friend ....

      Other solutions?

      Comment

      • faxuno
        Sergeant First Class

        • Jan 2008
        • 55

        #4
        Re: Removing controls in the video player

        I have tried with this in HTML but doesn't function ...
        <PARAM name="ShowControls" VALUE="false">

        Comment

        • mrmagoo144
          Brigadier General

          • Feb 2007
          • 1369

          #5
          Re: Removing controls in the video player

          I'm not sure i understand your problem but can you send us a link so we can see it. I still believe masking is the solution.
          mrmagoo144
          mrmagoo144
          www.videopostcards.info

          Comment

          • faxuno
            Sergeant First Class

            • Jan 2008
            • 55

            #6
            Re: Removing controls in the video player

            I have a slideshow made with PhotoStory3 (.wmv) in the homepage of a site.

            I want that the slideshow appears without any player controls and with a black border around.

            How may I do?

            Probably is better to made this like a Flash object?

            Comment

            • faxuno
              Sergeant First Class

              • Jan 2008
              • 55

              #7
              Re: Removing controls in the video player

              Thank you mrmagoo144!

              Comment

              Working...
              X