How can i Play wmv video in HTML player? -


I want to play wmv video in the browser, and want to move the header and footer to the page I am I am unable to play the video mp4 , but I want to play wmv I can not find it in Google but unable to find anything. Please guide me to play wmv video from the HTML page.

You can not do this in HTML5 video play WMV files. It has been answered.

If you want to play video cross browser with HTML5 video you need to transcode your WMV file (currently at MP3 and WebM). Take a look here for a take.

To embed a WMV video in a web page, you have to use an object / embedded tag that calls the Windows Media Player plugin (if it is installed - that means it will not work in the platform Where plug-ins are not available like iOS). Take a look here for A.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -