Yetan FLV Player] is an FLV network player that can be used in various news systems or blog systems. The Yetan FLV Player has many features and custom settings. After continuous upgrades and revisions, it has most of what users need. Basic functions.
Function:
.Can read xml to set playlist
.Multiple videos played continuously
.Customized size, automatic adaptation
.Simple player style
.Customized loop playback
.Support maximized playback
.Support direct js embedding for intelligent bilingual translation
--------------------------------======How to use=====--------- --------------------------
@About the index.asp and index.htm files in the root directory, they can actually be used as the home page!
·Read video xml
(Please open vcastr.xml in the root directory first) The vcastr.xml in the root directory is the xml address of the playlist. You cannot modify or add the playlist yourself.
For example, one line of code in vcastr.xml:
This is one of those shows where you can add multiple (one per line) in between!
For example
-------------------------------------------------- --------------------------------
·Program HTML code:
-------------------------------------------------- --------------------------------
·Advanced options
FlashVars="*"
Add parameters in the * part of the above 2 places, use the format of parameter = value, multiple parameters are connected with &, the number of parameters is not limited
For example
value="vcastr_file=http://www.transformersmovie.com/transformers_640.flv&vcastr_title=Transformers Trailer&BarColor=0xFF6600&BarPosition=1"
Indicates that the video address is "http://www.transformersmovie.com/transformers_640.flv", the title is "Transformers Trailer", the color of the control bar is 0xFF6600, and the position of the control bar is below
Parameter name Parameter description Default value
vcastr_file method 2 passes the video flv file address parameter, use | to separate multiple spaces.
vcastr_title video title parameter, use multiple | separately, use empty with method 2
vcastr_xml method 3 passes the video flv file address parameter, sample reference (vcastr.xml file in the root directory)
IsAutoPlay video auto-play parameter: 0 means not to play automatically, 1 means to play automatically 0
IsContinue video continuous playback parameters: 0 means non-continuous playback, 1 means continuous loop playback 1
IsRandom video random play parameter: 0 means no random play, 1 means random play 0
DefaultVolume Default volume parameter: 0-100 value, set the default volume at the beginning of the movie to 100
BarPosition control bar position parameter: 0 indicates floating display on the video, 1 indicates 0 displayed below the video
IsShowBar control bar display parameters: 0 means not displayed; 1 means always displayed; 2 means displayed when the mouse is hovered; 3 means not displayed at first, and 2 is displayed after the mouse is hovered.
BarColor Playback control bar color, colors start with 0x and represent hexadecimal numbers 0x000033
BarTransparent playback control bar transparency 60
GlowColor button icon color, the colors start with 0x and represent hexadecimal numbers 0x66ff00
IconColor The halo color when the mouse is hovering. The colors start with 0x and are represented by hexadecimal numbers 0xFFFFFF.
TextColor player text color, colors start with 0x and represent hexadecimal numbers 0xFFFFFF
LogoText can add your own website name and other information (English) empty
LogoUrl can read logo images from the outside. Pay attention to adjusting the logo size yourself. It supports image formats and swf formats.
EndSwf After the video is played, the swf file is read from the outside. You can add relevant video information, video sharing and other information. You need to create the space yourself.
BeginSwf Before the video starts playing, read the swf file from the outside. You can add advertisements or website information. You need to create the space yourself.
IsShowTime Whether to display the time: 0 means not to display the time, 1 means to display the time 1
BufferTime video buffering time, unit (seconds) 2
The style is updated every week, please contact QQ: 724849296 to get the style for free. More stuff from http://www.9nine.cn/
Expand