Jump to content

Best Way to Put Large Video File on Web site


swiiws

Recommended Posts

When I put my video file which is wmv about 4M on my web server directly and using html embed wmp to display the video, it seems very slow or even not displaying the video.Any suggestion so my large video file could be played on website without waiting for a very lone time WITHOUT using streaming server?Is that convert video to flv and played by flash player a good solution?Many thanks.

Link to comment
Share on other sites

A flash player works, it's a good solution. The <video> tag goes playing the video as it's loading as well, but you have to see which browsers support which video format and have multiple copies of the video on your server.

  • Like 1
Link to comment
Share on other sites

A flash player works, it's a good solution. The <video> tag goes playing the video as it's loading as well, but you have to see which browsers support which video format and have multiple copies of the video on your server.
Thanks Ingolme, I will go for flash player!
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...