如何在asp.net页面中播放mpg文件
如何在asp.net页面中播放“wmv”或“mpg”文件。 为此我应该做什么。
需要帮助。
How to play "wmv" or "mpg" file in asp.net page.
For that what should i do.
Need help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
打开要嵌入播放器的 HTML 页面,并将以下标记放置在要显示播放器的标记内:
确保在与 HTML 文件相同的目录中存在名为 MyVideo.wmv 的视频文件,或者只需更改src属性指向真实视频文件的路径。
Open the HTML page in which you want the player embedded and place the following tag within the tag where you want it to be displayed:
Be sure to have a video file named MyVideo.wmv in the same directory with the HTML file, or simply change the src attribute to point to the path of a real video file.