网站视频播放器 [英] video player for web site

查看:72
本文介绍了网站视频播放器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

< a href ="> hi
网站上的即时消息对代码视频播放器的要求

免费代码如何获得.

谢谢</a>

<a href="">hi for all
im for web site Requirements in code video player

how can free codes procure.

thanks</a>

推荐答案

如果只想在IE中播放wmvs,则可以嵌入Windows媒体播放器.否则,最好的选择是基于Flash的播放器.您的问题用词不好,所以我想英语不是您的第一语言,并且您在形成能够获取所需内容的Google查询时遇到了麻烦.
If you want to play wmvs in IE only you can embed Windows media player. Otherwise, your best bet is a flash based player. Your question is poorly worded, so I am guessing that English is not your first language and you''ve had trouble forming a google query that gets what you want. This[^] has some promising links. Any player you find will come with a tutorial on how to embed it. I typically set the flash vars that specify the file to play with a code behind property embedded in the aspx.



试用embed标签

< embed src ="yourvideo.avi"/>

在HTML5中有一个视频标记

Hi
Try out the embed tag

<embed src="yourvideo.avi" />

In HTML5 there is a video tag

<video width="320" height="240" controls="controls">
  <source src="movie.ogg" type="video/AAA" />
  <source src="movie.mp4" type="video/mp3" />
  <source src="movie.webm" type="video/CCC" />
Your browser does not support the video tag.
</video>



http://www.w3schools.com/html5/tryit.asp?filename=tryhtml5_video_all [ ^ ]

希望对您有帮助



http://www.w3schools.com/html5/tryit.asp?filename=tryhtml5_video_all[^]

Hope this helps


这篇关于网站视频播放器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆