编辑你的代码:
<!DOCTYPE html> <html> <body> <video width="320" height="240" controls autoplay> <source src="/static/videos/movie.ogg" type="video/ogg"> <source src="/static/videos/movie.mp4" type="video/mp4"> <object data="/static/videos/movie.mp4" width="320" height="240"> <embed width="320" height="240" src="/static/swfs/movie.swf"> </object> </video> </body> </html>
查看结果:
phpxuexi.net
- 亲自试一试