Results 1 to 2 of 2

Thread: html5 video .wmv file not supporting

  1. #1

    Thread Starter
    Junior Member Bharathi P's Avatar
    Join Date
    Dec 2013
    Location
    Chennai, India
    Posts
    17

    html5 video .wmv file not supporting

    Hi,

    I have .wmv file.
    Am using html5 video control. that control dont have .wmv file type.
    can anyone help me to solve or give solution to play the .wmv file in firefox and IE.

    Regards,
    Bharathi P

  2. #2
    Hyperactive Member coothead's Avatar
    Join Date
    Oct 2007
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    284

    Re: html5 video .wmv file not supporting

    Hi there

    you need to use .mp4 and .webm files for video.

    The conversion of you .wmv file can be done for free online.

    Here is an example of the code required..
    Code:
    
    <video  controls width="540">
      <source src="your-video.webm" type="video/webm">
      <source src="your-video.mp4" type="video/mp4">
    </video>
    


    ~ the original bald headed old fart ~

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width