Add to you some more
Clicking on the connection to open a player makes it feel too unprofessional. It is better to click on the connection directly and play on this page.
Save the following as an html file~
<object
class
type="application/x-oleobject" width="0" height="0"
style="width:400px;height:300px;">
</object>
<a href="#" onclick="='/'">Play music</a>
//Basic attributes
:String;//Specify media location, local or network address
:String;//Player interface mode, can be Full, Mini, None, Invisible
:integer;//Play status, 1=stop, 2=pause, 3=play, 6=buffering, 9=connecting, 10=ready
:Boolean;//Enable/Disable the right-click menu
:boolean;//Whether it is displayed in full screen?
//Common controls for players
;//Play
; //pause
; //stop
:double;//Current progress
:string; //Current progress, string format. Such as "00:23"
; //fast forward
; //Retreat
; //Next song
; //Previous song
//Common settings for players
:integer;//Volume, 0-100
:Boolean;//Is it automatically played?
:Boolean;//Whether it is silent?
:integer;//Number of playback
= -100; //(Left sound)
=100; //(right sound)
=0;//(full sound)
//Frequently used current media attributes
:double;//Total media length
:string; //Total media length, string format. Such as "03:24"
(const string);//Get current media information
//"Title"=Media Title"Author"=Artist"=Copyright information
//"Description"=Media Content Description"Duration"=Duration"=Duration (seconds)
//"FileSize"=File size "FileType"=File type "sourceURL"=Original address
(const string);//Set media information through attribute name
:string;//Same ("Title")
;//Buffer percentage
;//Download percentage
Reprint/blog/v/anyshine/archives/2008/
Previous page12Read the full text