search
HomeWeb Front-endHTML TutorialCommon web player codes
Common web player codesApr 05, 2017 am 10:00 AM
codeplayerWeb page

The players we see on the web are nothing more than WMP/RealPlayer/Flash Player. The others are just different panels or have other controls added. Some players installed on the computer are also the integration of encoding and decoding. The core encoding and decoding technologies are the same. For example: the most popular windows media streams on the Internet (asf, wma, wmv formats), Real streams (rm, rmvb formats), and MPEG series encoding formats (MP4, MP3 formats). The following is the common web player code compiled by admin10000.com


1. Use the Embed tag to play multimedia files
Format . The file name can be in any multimedia file format. For example, "test.wma" will display a Windows Media Player on the web page (because wma is exclusive to WMP). Another example is "test.rm". Display a Real Player player on the web page. Of course, RealPlayer must be installed on your computer to display it.
In fact, the embed tag can also display Flash animation (in this case, the role of the embed tag is similar to that of using the object tag to display Flash animation), example:
In short, to summarize the role of the embed tag: play the specified multimedia file on the web page.


2. Call Windows Media Player for playback
Can be used to play wmv, asf and other format files

object classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" type="application/x-oleobject" height="200" width="300">
param name="filename" value="test.wmv" />
param name="autostart" value="false" />
param name="showstatusbar" value="true" />
param name="showtracker" value="true" />
param name="showcontrols" value="true" />
embed filename="test.wmv" autostart="false" pluginspage="http://www.microsoft.com/windows/windowsmedia/" showcontrols="true" showstatusbar="true" showtracker="true" src="test.wmv" type="application/x-mplayer2" height="200" width="300">embed>
object>

Windows Media Player 7 及更高版本的 class ID 是:clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6
上面例子中的 class ID 是一个老的版本,但是依然可以工作,这是因为其向后兼容性。但是如果使用了老的 class ID,就无法使用增加到组件中的新特性了。
下面给出新版本的例子

object classid="CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6" type="application/x-oleobject" height="200" width="300">
param name="url" value="test.wmv" />
param name="autostart" value="false" />
param name="showstatusbar" value="true" />
param name="showtracker" value="true" />
param name="showcontrols" value="true" />
param name="uimode" value="full"/>
embed filename="test.wmv" autostart="false" showcontrols="true" showstatusbar="true" showtracker="true" uimode="full" src="test.wmv" type="application/x-mplayer2" height="200" width="300">embed>
object>

3. Call Real Player to play
Can be used to play rm, ram and other format files

Playback box:
object classid=clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA height =285 id=RAOCX name=rmplay width=356>
param name=" SRC" value="Video address">
param name="CONSOLE" value="Clip1">
param name="CONTROLS" value=" imagewindow">
param name="AUTOSTART " value="true">
embed src="Video address" autostart="true" controls=" ImageWindow" console="Clip1" pluginspage="http://www.real.com" /' width="356" height="285">
embed>
object>

Control frame: can be followed closely by the play frame
object classid=clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA height=27 id=video1 width=356 >
param name="_ExtentX" value ="7276">
param name="_ExtentY" value="1058">
param name="AUTOSTART" value="0">
param name="SHUFFLE" value="0">
param name="PREFETCH" value="0">
param name="NOLABELS" value="0">
param name="CONTROLS" value="ControlPanel">
param name="CONSOLE" value="Clip1">
param name="LOOP" value="0">
param name="NUMLOOP" value="0">
param name="CENTER" value="0">
param name="MAINTAINASPECT" value="0">
param name="BACKGROUNDCOLOR" value="#ffffff">
embed type="audio/x-pn-realaudio-plugin" console ="Clip1" controls="ControlPanel" height="27" width="356" autostart="0" _extentx="7276" _extenty="1058" shuffle="0" prefetch="0" nolabels ="0" loop="0" numloop="0" center="0" maintainaspect="0" backgroundcolor="#ffffff"> ;
embed>
< ;/object>


Finally, detailed parameter descriptions of Windows Media Player and Real Player are given

is not displayed.
Windows Media Player "clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95"  参数说明
参数 默认值 说明
AudioStream true  
AutoSize true 是否自动调整播放大小
AutoStart true 是否自动播放
AnimationAtStart true 整个动画是否在下载时同时播放
AllowScan true  
AllowChangeDisplaySize true  
AutoRewind false  
Balance false 左右声道平衡,最左-9640,最右9640
BaseURL    
BufferingTime 5 缓冲时间
CaptioningID    
ClickToPlay true 当用户点击播放区域时是否启动播放器
CursorType false  
CurrentPosition true 当前播放进度 -1 表示不变,0表示开头 单位是秒,比如10表示从第10秒处开始播放,值必须是-1.0或大于等于0
CurrentMarker false  
DefaultFrame    
DisplayBackColor false  
DisplayForeColor 16777215  
DisplayMode false  
DisplaySize false 视频1-50%, 0-100%, 2-200%,3-全屏 其它的值作0处理,小数则采用四舍五入然后按前的处理
Enabled true  
EnableContextMenu true 是否用右键弹出菜单控制
EnablePositionControls true  
EnableFullScreenControls false  
EnableTracker true 是否允许拉动播放进度条到任意地方播放
Filename URL 指定播放文件的URL
InvokeURLs true  
Language true  
Mute false 是否静音
PlayCount 1 Repeat play times, 0 means always repeat
PreviewMode false
Rate 1 Playback rate control, 1 is normal, decimals are allowed
SAMILang SAMI language
SAMIStyle SAMI style
SAMIFileName Subtitle ID
SelectionStart true
SelectionEnd true
SendOpenStateChangeEvents true
SendWarningEvents true
SendErrorEvents true
SendKeyboardEvents false
SendMouseClickEvents false
SendMouseMoveEvents false
SendPlayStateChangeEvents true
ShowCaptioning false Whether to display subtitles, it is a piece of black, and there will be a large piece of black below. Generally,
ShowControls true Whether to display controls, such as play, stop, pause
ShowAudioControls true Whether to display the volume control
ShowDisplay false Display program information, such as copyright, etc.
ShowGotoBar false Whether to display the progress bar
ShowPositionControls true Whether to display the forward, backward and list, if displayed, is generally gray and uncontrollable
ShowStatusBar false Current playback information, showing whether it is playing, the total playback time and the current playback time
ShowTracker true Whether to display the current playback tracking bar, that is, the current playback progress bar
TransparantAtStart false
VideoBorderWidth false If the width of the display part is smaller than the video width, the minimum is the video width, or it is increased to the specified value, and the height is automatically increased. This change only changes the size of the surrounding black frames and does not change the video size
VideoBorderColor false Display the color of the black frame, which is an RGB value, for example, ffff00 is yellow
VideoBorder3D false
Volume -200 Volume, negative value means the decrease of the current volume, the value will automatically take the absolute value, the maximum is 0, the minimum is -9640
WindowlessVideo false If it is 0, full screen is allowed, otherwise it can only be viewed in a window
Windows Media Player "clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6" Parameter Description
Parameter default value illustrate
AutoStart -1 Whether to play automatically, 0 does not play automatically, -1 plays automatically
Balance 0 Adjust the left and right channel balance, leftmost -9640, rightmost 9640
enabled -1 Whether the player can be controlled manually; -1 can be controlled, 0 cannot be controlled
EnableContextMenu -1 Whether to enable the context menu (whether to use the right-click pop-up menu control) 0 does not display the menu, 1 displays the menu
url Played file address
PlayCount Play count control, it is an integer, 0 means always repeat
rate Playback rate control, 1 is normal, decimals are allowed, 1.0-2.0
currentPosition Control settings: current position (-1 means unchanged, 0 means the beginning, the unit is seconds, for example, 10 means starting playback from the 10th second, the value must be -1 or greater than or equal to 0)
currentMarker Control settings: current tag
defaultFrame Show default frame
invokeURLs Script command settings: whether to call URL
baseURL Script command settings: called URL
stretchToFit 0 Whether to stretch proportionally, 0 does not stretch, -1 stretches
volume The default sound size is 0%-100%, 50 is 50%
mute Whether to mute
uiMode Full Player display mode: Full displays all; mini is the most simplified; None does not display playback controls, only displays the video window; invisible does not display all
windowlessVideo 0 If it is 0, full screen can be allowed, otherwise it can only be viewed in the window; 0 window display, -1 non-window display
fullScreen 0 Whether to automatically full screen when starting to play -1 means automatic full screen, 0 does not automatically full screen
enableErrorDialogs Whether to enable error prompt reporting
SAMIStyle SAMI style
SAMILang SAMI language
SAMIFilename Subtitle ID

in the image window when RealPlayer starts is required
Real Player "clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" Parameter Description
Parameter default value illustrate
AutoStart true The value is True or False, specifying whether to automatically play the specified source file
backgroundcolor The value is any hexadecimal value starting with the symbol "#" or any predefined color, specifying the background color of the image window
center A value of True or False specifies that the clip is played using the original encoding size and centered in the image window.
classid "clsid: CFCDAA03-8BE4-1lcf-B84B0020AFBBCCFA:** Function: Used to specify the unique string identifier of the ActiveX control, which can identify the embedded RealPalyer player.
console The value is any string, which can aggregate various RealPlayer controls on the web page so that they can be used interactively or remain independent without affecting each other
controls Used to specify which controls are visible. Values ​​can be ImageWindow, All, ControlPanel, PlavButton, PlayOnlyButton, PauseButton, StopButton, FFCtrl, RWCtrl, MuteCtrl, MuteVolume, VolumeSlider, PositionSlider, TACCtrl, HomeCtrl, InfoVolumePanel, InfoPanel, StatusBar, StatusField, PositionField.
height Specifies the height of the RealPlayer element. Value is any integer value, unit: pixels.
id The value is any string. Specify a name for the RealPlayer element in the tag.
imagestatus true The value is True or False. Used to specify whether to display status information in the image window.
loop The value is True or False. Allows you to specify whether the fragment loops infinitely.
maintainaspect true The value is True or False. Specifies whether to stretch all segments to fill the entire image window
name The value is any string. Specify a name for the RealPlayer element in the tag (use id in the tag)
nojava The value is True or False. Avoid starting Java virtual machine
nolabels True or False. You can suppress the display of title or copyright information (when realplayer5.0 or above, it is garbage...)
nologo True or False. Avoid displaying
numloop Specifies the number of file slice cycles, the value is an integer value. No parameter loop
prefetch false The value is True or False. Specifies whether RealPlayer can obtain stream description information before playing it
region The value is any string. Used with SMIL. Allows you to specify that HTML should be used instead of SMIL
scriptcallbacks The value is a comma-separated list. Used to specify the browser's callback monitoring (so advanced stuff!)
shuffle The value is True or False. Used with multi-file ram files or SMIL files. RealPlayer can be made to randomly play files in the list
src Played file address
type Specify MIME type for embedded plugin
width Specifies the width of the RealPlayer element. Value is any integer value

The above is the detailed content of Common web player codes. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
网页打不开是什么原因网页打不开是什么原因Jun 26, 2023 am 11:49 AM

网页打不开的原因有:1、电脑的本地连接被禁用;2、拨号上网帐号与密码输入不正确;3、路由器故障或路由器设置出现问题;4、由DNS错误导致的IE打不开网页;5、hosts文件被修改导致的IE打不开网页;6、IP地址设置错误或者获取失败导致IE打不开网页。

使用JavaScript开发网页投票系统使用JavaScript开发网页投票系统Aug 09, 2023 pm 01:30 PM

使用JavaScript开发网页投票系统摘要:随着互联网的飞速发展,网上投票成为了一种方便快捷的方式,用于收集公众的意见和做出决策。本文将介绍使用JavaScript开发一个简单的网页投票系统,实现了用户可以选择选项并提交投票的功能。介绍:网页投票系统是一个在网页上显示多个选项并允许用户选择的程序。它可以用于许多场景,例如选举投票、产品调查、意见收集等。本文

网页无法访问怎么办网页无法访问怎么办Sep 06, 2023 am 09:36 AM

网页无法访问的解决办法有检查网络连接、清除浏览器缓存、检查网页地址、尝试使用其他浏览器、检查服务器状态、检查域名解析、检查防火墙和安全设置和联系网站管理员等。详细介绍:1、检查网络连接,确保网络连接正常,可以尝试打开其他网页或者使用其他设备进行访问,确定是否是网络连接问题,如果其他网页可以正常访问,那么可能是该网页的问题;2、清除浏览器缓存,浏览器缓存可能导致网页无法加载等等。

网页打开慢解决方法网页打开慢解决方法Aug 17, 2023 am 10:53 AM

网页打开慢解决方法:1、检查网络连接速度,可以使用在线测速工具来测试网络,可以联系网络服务提供商解决问题;2、可以通过清理浏览器缓存来改善网页打开速度,可以在浏览器的设置中找到清除缓存的选项,并选择清除所有缓存数据;3、在浏览器的插件和扩展程序管理页面,可以尝试禁用浏览器插件和扩展程序;4、网页打开慢还可能与电脑的性能有关,关闭占用系统资源的程序或进程也可以提高网页加载速度。

拥有自我意识的AI:AutoGPT拥有自我意识的AI:AutoGPTMay 25, 2023 am 10:28 AM

1、引言ChatGPT在当下已经风靡一时,作为自然语言处理模型的佼佼者,ChatGPT的优势在于其能够生成流畅、连贯的对话,同时还能够理解上下文并根据上下文进行回答。针对不同的应用场景可以进行快速定制,例如,在客服、教育、娱乐等领域中,ChatGPT可以作为智能助手为用户提供便捷的服务和娱乐体验。从GPT-3到GPT-4,我们可以看到在高级推理,输入设置,微调行为和理解更长的上下文信息等方面,ChatGPT在不断的优化训练中已经取得了显著的进展。但是针对于这种交互式的GPT模型,我们更希望看到能

使用JavaScript实现网页自动刷新使用JavaScript实现网页自动刷新Jun 15, 2023 pm 10:34 PM

在现代的网络应用中,自动刷新是一项非常有用的功能。通过使用JavaScript编程技术,您可以轻松实现网页自动刷新,以便在应用程序或网站中提供更好的用户体验。接下来,本篇文章将介绍如何使用JavaScript来实现网页自动刷新。使用setInterval函数setInterval函数是JavaScript中最常用的定时器函数之一。该函数允许在特定时间间隔内重

JavaScript 如何实现网页自动轮播功能?JavaScript 如何实现网页自动轮播功能?Oct 16, 2023 am 09:25 AM

JavaScript如何实现网页自动轮播功能?随着互联网的普及,网页的设计和展示方式也越来越丰富多样。其中,网页自动轮播功能成为了许多网站及应用中常见的元素之一。本文将介绍如何使用JavaScript实现网页自动轮播功能,并提供具体的代码示例。一、HTML结构在实现自动轮播功能之前,首先需要确定网页的HTML结构。一般来说,自动轮播功能常使用图片或其他内

win10网络被禁用了怎么打开网页win10网络被禁用了怎么打开网页Jun 29, 2023 pm 05:37 PM

win10网络被禁用了怎么打开网页?使用win10系统的时候,发现网络被禁用了,就没有办法使用电脑,这种情况应该如何解决。很多小伙伴不知道怎么操作,小编下面整理了windows10网络被禁用了恢复教程,如果你感兴趣的话,跟着小编一起往下看看吧!win10网络被禁用了怎么打开1、在状态栏右边找到网络连接图标之后,右键点击它,然后选择“打开网络和Internet设置”选项并点击2、打开之后在出现的界面右边,找到并点击打开网络和共享中心3、点击更改适配器设置这个选项,找到被禁用的网络,右键点击它4、选

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.