Announcement

Collapse
No announcement yet.

Removing controls in the video player

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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!

  • #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


    • #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


      • #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


        • #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


          • #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


            • #7
              Re: Removing controls in the video player

              Thank you mrmagoo144!

              Comment

              Working...
              X