A netizen sorted out the website player parameters

Related Tags:

  In the past few days set up a server film study for a long time, now some pages meaning of the parameters of players sorted out, you say, these parameters also tossing about me for a long time, now finally resolved, thank you for users, Finishing deal with it is useful to the future! 

  Web player meaning of the parameters of Windows Media Player website parameters meaning players 

  (Default is 0 not, as is -1 or 1) 
  <object Classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" id="MediaPlayer1" width="286" height="225"> 
  <param Name="AudioStream" value="-1"> 
  <param Name="AutoSize" value="-1"> 
  <! - It automatically adjusts the size players -> 
  <param Name="AutoStart" value="-1"> 
  <! - Is automatically broadcast -> 
  <param Name="AnimationAtStart" value="-1"> 
  <param Name="AllowScan" value="-1"> 
  <param Name="AllowChangeDisplaySize" value="-1"> 
  <param Name="AutoRewind" value="0"> 
  <param Name="Balance" value="0"> 
  <! - Left and right balance, most left -9640, the most right 9640 -> 
  <param Name="BaseURL" value> 
  <param Name="BufferingTime" value="15"> 
  <! - A time -> 
  <param Name="CaptioningID" value> 
  <param Name="ClickToPlay" value="-1"> 
  <param Name="CursorType" value="0"> 
  <param Name="CurrentPosition" value="0"> 
  <! - -1 Progress of the current players said the same, 0 seconds flat was the beginning, for example, 10 from the 10 seconds that began play, value must be greater than or equal to -1.0 is 0 -> 
  <param Name="CurrentMarker" value="0"> 
  <param Name="DefaultFrame" value> 
  <param Name="DisplayBackColor" value="0"> 
  <param Name="DisplayForeColor" value="16777215"> 
  <param Name="DisplayMode" value="0"> 
  <param Name="DisplaySize" value="0"> 
  <! - Video 1-50%, 0-100%, 2-200%, 3 - the value of other full-screen processing for 0, then rounded to the nearest decimal is used by the pre-processing -> 
  <param Name="Enabled" value="-1"> 
  <param Name="EnableContextMenu" value="-1"> 
  <! - Whether right-control pop-up menu -> 
  <param Name="EnablePositionControls" value="-1"> 
  <param Name="EnableFullScreenControls" value="-1"> 
  <param Name="EnableTracker" value="-1"> 
  <! - Whether to allow the progress of the players to pull any local players -> 
  <param Name="Filename" value="/blog/01.wma" valuetype="ref"> 
  <! - Players document addresses -> 
  <param Name="InvokeURLs" value="-1"> 
  <param Name="Language" value="-1"> 
  <param Name="Mute" value="0"> 
  <! - The mute -> 
  <param Name="PlayCount" value="10"> 
  <! - The number of repeat players, as always repeat 0 -> 
  <param Name="PreviewMode" value="-1"> 
  <param Name="Rate" value="1"> 
  <! - Players rate control, a normal, allowing minority -> 
  <param Name="SAMIStyle" value> 
  <! - SAMI style -> 
  <param Name="SAMILang" value> 
  <! - SAMI Language -> 
  <param Name="SAMIFilename" value> 
  <! - Subtitles id -> 
  <param Name="SelectionStart" value="-1"> 
  <param Name="SelectionEnd" value="-1"> 
  <param Name="SendOpenStateChangeEvents" value="-1"> 
  <param Name="SendWarningEvents" value="-1"> 
  <param Name="SendErrorEvents" value="-1"> 
  <param Name="SendKeyboardEvents" value="0"> 
  <param Name="SendMouseClickEvents" value="0"> 
  <param Name="SendMouseMoveEvents" value="0"> 
  <param Name="SendPlayStateChangeEvents" value="-1"> 
  <param Name="ShowCaptioning" value="0"> 
  <! - Indicate that the subtitles for a black Below will be a large piece of black, generally do not show -> 
  <param Name="ShowControls" value="-1"> 
  <! - Whether the Display control, such as play, stop, pause -> 
  <param Name="ShowAudioControls" value="-1"> 
  <! - Indicate that the volume control -> 
  <param Name="ShowDisplay" value="0"> 
  <! - Show program information, such as copyright, etc. -> 
  <param Name="ShowGotoBar" value="0"> 
  <! - The opening of the context menu -> 
  <param Name="ShowPositionControls" value="-1"> 
  <! - To come forward and indicate that the list, if the show are generally beyond the control of grey -> 
  <param Name="ShowStatusBar" value="-1"> 
  <! - Current players message that it is playing, and the total broadcasting time and the current players to the time -> 
  <param Name="ShowTracker" value="-1"> 
  <! - Is a reflection of the current track of the players, that is, the current progress of the players -> 
  <param Name="TransparentAtStart" value="-1"> 
  <param Name="VideoBorderWidth" value="0"> 
  <! - Shows that the Width of the Department, if the width is less than video, video minimum width, or increase to a specific value, and automatically increase the height. This change only change around the boxed size, do not change the video size -- --> 
  <param Name="VideoBorderColor" value="0"> 
  <! - Shows that the Color of black box for the RGB values, for example, ffff00 yellow -> 
  <param Name="VideoBorder3D" value="0"> 
  <param Name="Volume" value="0"> 
  <! - Volume size, that is the negative volume of impairment, absolute values are automatically admitted, the biggest 0, minimum -9640 -> 
  <param Name="WindowlessVideo" value="0"> 
  <! - If it is 0 allows full-screen, or only in the window View -> 
  </ Object> 

  Above this player is the kind of old-fashioned, Version 6.4!    The new player is emerging in the MediaPlayer9.0 future, that is only 9.0 or 9.0 installed above the normal player can be used. 

  -------------------------------------------------- ----------------------------- 

  Below are the new player code, relative to the previous, many simple: 
  <object Id="player" height="64" width="260" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"> 
  <param NAME="AutoStart" VALUE="-1"> 
  <! - Is automatically broadcast -> 
  <param NAME="Balance" VALUE="0"> 
  <! - Left and right balance adjustment, the old players with the above code -> 
  <param Name="enabled" value="-1"> 
  <! - Whether players can be made artificially control -> 
  <param NAME="EnableContextMenu" VALUE="-1"> 
  <! - The opening of the context menu -> 
  <param NAME="url" value="/blog/1.wma"> 
  <! - Players document addresses -> 
  <param NAME="PlayCount" VALUE="1"> 
  <! - Broadcast frequency control, as integral -> 
  <param Name="rate" value="1"> 
  <! - Players rate control, a normal, allowing minority ,1.0-2 .0 -> 
  <param Name="currentPosition" value="0"> 
  <! - Control settings: current location -> 
  <param Name="currentMarker" value="0"> 
  <! - Control settings: the current markings -> 
  <param Name="defaultFrame" value=""> 
  <! - Shows that the default framework -> 
  <param Name="invokeURLs" value="0"> 
  <! - Script is set up: Is Calling url -> 
  <param Name="baseURL" value=""> 
  <! - Script command set: the URL is called -> 
  <param Name="stretchToFit" value="0"> 
  <! - Whether the proportion of stretching -> 
  <param Name="volume" value="50"> 
  <! - Size 0% default voice -100%, 50 and 50% -> 
  <param Name="mute" value="0"> 
  <! - The mute -> 
  <param Name="uiMode" value="mini"> 
  <! - Players display modes: Full Show All; mini most simplified None players do not show control, only shows video window; do not show all invisible -> 
  <param Name="windowlessVideo" value="0"> 
  <! - If it is 0 allows full-screen, or only in the window View -> 
  <param Name="fullScreen" value="0"> 
  <! - Whether automatically start playing full screen -> 
  <param Name="enableErrorDialogs" value="-1"> 
  <! - The opening of the error messages -> 
  <param Name="SAMIStyle" value> 
  <! - SAMI style -> 
  <param Name="SAMILang" value> 
  <! - SAMI Language -> 
  <param Name="SAMIFilename" value> 
  <! - Subtitles ID -> 
  </ Object> 

  Real Player website parameters meaning players 

  Parameters: autostart attributes: True or False role: designated player is automatically designated source parameters: backgroundcolor attributes: Any use symbols "#" the beginning of the 16 hexadecimal values or any predefined color role: designated window Background Image color parameters: center attributes: True or False role: designated use of the initial fragment encoding size players, and in the image of the central window. 
  Parameters: classid attributes: "clsid: CFCDAA03-8BE4-1lcf-B84B0020AFBBCCFA: ** role: ActiveX controls for the sole designated string logos, are given identify embedded RealPalyer player. 
  Parameters: console attribute: any string role: can control a variety of RealPlayer gathered on the website, so that they can be used interchangeably or remain independent, and does not affect each other parameters: controls attributes: ImageWindow, All, ControlPanel, PlavButton, PlayOnlyButton, PauseButton, StopButton, FFCtrl, RWCtrl, MuteCtrl, MuteVolume, VolumeSlider, PositionSlider, TACCtrl, HomeCtrl, InfoVolumePanel, InfoPanel, StatusBar, StatusField, PositionField role: allows you to designate those who control is visible. 
  Parameters: Height attribute: any role integer values: RealPlayer elements specified height units: the pixel parameters: id attribute: any string role: To label elements specified in the name of RealPlayer. 
  Parameters: imagestatus attributes: True or False role: specifies whether the image window to display status information, the default value is true 
  Parameters: loop attributes: True or False role: allows you to specify whether clips infinite loop parameters: maintainaspect attributes: True or False role: the default RealPlayer stretching all the clips to a whole image window. 
  Parameters: name attribute: any string role: To label elements specified in the name of RealPlayer (the use of the label id) 
  Parameters: nojava attributes: True or False role: avoid the commencement of Java Virtual Machine parameters: nolabels attributes: True or False role: Title may prohibit or copyright information (realplayer5.0 above, it is garbage ...) 
  Parameters: nologo attributes: True or False role: at the start to avoid RealPlayer window image display parameters: numloop attribute: any role integer values: you can specify the number of paper-cycle, do not loop parameters 
  Parameters: prefetch attributes: True or False role: designated player, RealPlayer streaming described the availability of information, the default is False 
  Parameters: region attribute: any string role: together with the use of SMIL.    html allows you to use the designated substitute SMIL 
  Parameters: scriptcallbacks attributes: comma separated list of role: designated browser callback Monitoring (good senior NEE!) 
  Parameters: shuffle attributes: True or False role: with the ram multi-document or documents with the use of SMIL document.    RealPlayer can shuffle the list of the documents parameters: src attribute: any legitimate or the relative role of the complete URL: designated documents or broadcast source address parameters: type attribute: string role: designated for embedded plug-ins MIME type parameters: width attribute: any role in the entire value: designated RealPlayer Element width 

  Controls attribute meaning ... 

  Components: imagewindow 
  Role: video display area 

  Components: All 
  Role: embedded RealPlaver all buttons, and information panels sliding strip 

  Components: ControlPanel 
  Role: All the control buttons, as well as Position and sliding strip speaker icon, and adjust the size of voice sliding strip 

  Components: PlayButton 
  Role: Showing players (play) button and suspension (pause) button 

  Components: PlayOnlyButton 
  Role: display only the Play button 

  Components: PauseButton 
  Role: only indicated that button 

  Components: StopButton 
  Role: display only stops (stop) button 

  Components: FFCtrl 
  Role: display only fast forward (fastforward) button 

  Components: RWCtrl 
  Role: display only playback (rewind) button 

  Components: MuteCtrl 
  Role: display only speaker icon for the mute button 

  Components: MuteVolume 
  Role: Showing small speaker icon (for the mute) and its on the sliding strip used to adjust the volume 

  Components: VolumeSlider 
  Role: only show that the volume of vertical sliding strip 

  Components: PositionSlider 
  Role: the location of the level of sliding strip show 

  Components: tacctrl 
  Role: Showing the level of message box displayed in rotation title, author and copyright information 

  Components: HomeCtrl 
  Role: Real small logo displayed 

  Components: infoVolumePanel 
  Role: news show that black box, green show title, author and copyright information, in the right hand side speaker icon and sound regulation sliding strip 

  Components: infoPanel 
  Role: the same as above, but no mute button and sound regulation sliding strip 

  Components: StatusBar 
  Role: Showing the level of message box that clips information, such as clips of the time, network status, and so on 

  Components: StatusField 
  Role: StatusBar with similar, but show only regional news, network news show, for example, that "Re-buffenng ..." 

  Components: PositionField 
  Role: a small black box information shows that the whole document fragment length, and the current frame in the film location 

  Embedded RealOne player 
  <object ID="rPlayer" CLASSID="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" HEIGHT="100%" WIDTH="100%"> 
  <param Name="_ExtentX" value="23627"> 
  <param Name="_ExtentY" value="15187"> 
  <param Name="AUTOSTART" value="-1"> 
  <param Name="SHUFFLE" value="0"> 
  <param Name="PREFETCH" value="0"> 
  <param Name="NOLABELS" value="0"> 
  <param Name="SRC" value="http://www.blogerhome.com/address.asp?num=24009987&id=10019"> 
  <param Name="CONTROLS" value="ImageWindow"> 
  <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="#000000"> 
  </ Object> 
  Embedded MediaPlayer player 
  <Object id = "MediaPlayer" width = "478" height = "300" codebase = "http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf. 
  6,1,5217 cab # Version = "type =" application / x-oleobject "standby =" Loading Microsoft Windows Media Player components ... "classid =" clsid: 22D6F312-B0F6-11D0-94AB-0080C74C7E95 "VIEWASTEXT> 
  <param Name="DisplayBackColor" value="0"> 
  <param Name="DisplayForeColor" value="16777215"> 
  <param Name="DisplayMode" value="0"> 
  <param Name="DisplaySize" value="-1"> 
  <param Name="Filename" value="mms://www.webjx.com/视频文件. wmv"> 
  <! - Here to set broadcast video link -> 
  <param Name="ShowControls" value="0"> 
  </ Object> 

  RealPlayer some functions, methods and processes 

  This is the Real Player ActiveX Control Library (Version 1.0) of all functions and methods are interested can look. 

  Function GetSource: WideString; 
  Procedure SetSource (const lpszNewValue: WideString); 
  Function GetConsole: WideString; 
  Procedure SetConsole (const lpszNewValue: WideString); 
  Function GetControls: WideString; 
  Procedure SetControls (const lpszNewValue: WideString); 
  Function GetNoLabels: WordBool; 
  Procedure SetNoLabels (bNewValue: WordBool); 
  Function GetAutoStart: WordBool; 
  Procedure SetAutoStart (bNewValue: WordBool); 
  Function GetAutoGotoURL: WordBool; 
  Procedure SetAutoGotoURL (bNewValue: WordBool); 
  Function GetVolume: Smallint; 
  Procedure SetVolume (nVol: Smallint); 
  Function GetMute: WordBool; 
  Procedure SetMute (bMute: WordBool); 
  Function GetLoop: WordBool; 
  Procedure SetLoop (bVal: WordBool); 
  Function GetImageStatus: WordBool; 
  Procedure SetImageStatus (bEnable: WordBool); 
  Function GetPacketsTotal: Integer; 
  Function GetPacketsReceived: Integer; 
  Function GetPacketsOutOfOrder: Integer; 
  Function GetPacketsMissing: Integer; 
  Function GetPacketsEarly: Integer; 
  Function GetPacketsLate: Integer; 
  Function GetBandwidthAverage: Integer; 
  Function GetBandwidthCurrent: Integer; 
  Procedure DoPlayPause; 
  Procedure DoStop; 
  Procedure DoNextItem; 
  Procedure DoPrevItem; 
  Function CanPlayPause: WordBool; 
  Function CanStop: WordBool; 
  Function HasNextItem: WordBool; 
  Function HasPrevItem: WordBool; 
  Function HasNextEntry: WordBool; 
  Function HasPrevEntry: WordBool; 
  Procedure DoNextEntry; 
  Procedure DoPrevEntry; 
  Procedure AboutBox; 
  Procedure EditPreferences; 
  Procedure HideShowStatistics; 
  Function IsStatisticsVisible: WordBool; 
  Procedure DoGotoURL (const url: WideString; const target: WideString); 
  Procedure DoPlay; 
  Procedure DoPause; 
  Function GetPosition: Integer; 
  Function GetPlayState: Integer; 
  Function GetLength: Integer; 
  Function GetTitle: WideString; 
  Function GetAuthor: WideString; 
  Function GetCopyright: WideString; 
  Function GetClipWidth: Integer; 
  Function GetClipHeight: Integer; 
  Function CanPlay: WordBool; 
  Function CanPause: WordBool; 
  Procedure SetPosition (lPosition: Integer); 
  Function GetNumLoop: Integer; 
  Procedure SetNumLoop (lVal: Integer); 
  Function GetCenter: WordBool; 
  Procedure SetCenter (bVal: WordBool); 
  Function GetNoLogo: WordBool; 
  Procedure SetNoLogo (bVal: WordBool); 
  Function GetMaintainAspect: WordBool; 
  Procedure SetMaintainAspect (bVal: WordBool); 
  Function GetBackgroundColor: WideString; 
  Procedure SetBackgroundColor (const pVal: WideString); 
  Function GetStereoState: WordBool; 
  Function GetLiveState: WordBool; 
  Function GetShowStatistics: WordBool; 
  Procedure SetShowStatistics (bVal: WordBool); 
  Function GetShowPreferences: WordBool; 
  Procedure SetShowPreferences (bVal: WordBool); 
  Function GetShowAbout: WordBool; 
  Procedure SetShowAbout (bVal: WordBool); 
  Function GetOriginalSize: WordBool; 
  Procedure SetOriginalSize; 
  Function GetDoubleSize: WordBool; 
  Procedure SetDoubleSize; 
  Function GetFullScreen: WordBool; 
  Procedure SetFullScreen; 
  Function GetEnableContextMenu: WordBool; 
  Procedure SetEnableContextMenu (bVal: WordBool); 
  Function GetEnableOriginalSize: WordBool; 
  Procedure SetEnableOriginalSize (bVal: WordBool); 
  Function GetEnableDoubleSize: WordBool; 
  Procedure SetEnableDoubleSize (bVal: WordBool); 
  Function GetEnableFullScreen: WordBool; 
  Procedure SetEnableFullScreen (bVal: WordBool); 
  Function GetEnableMessageBox: WordBool; 
  Procedure SetEnableMessageBox (bVal: WordBool); 
  Procedure SetTitle (const pVal: WideString); 
  Procedure SetAuthor (const pVal: WideString); 
  Procedure SetCopyright (const pVal: WideString); 
  Function GetWantKeyboardEvents: WordBool; 
  Procedure SetWantKeyboardEvents (bWantsEvents: WordBool); 
  Function GetWantMouseEvents: WordBool; 
  Procedure SetWantMouseEvents (bWantsEvents: WordBool); 
  Function GetNumEntries: Smallint; 
  Function GetCurrentEntry: Smallint; 
  Function GetEntryTitle (uEntryIndex: Smallint): WideString; 
  Function GetEntryAuthor (uEntryIndex: Smallint): WideString; 
  Function GetEntryCopyright (uEntryIndex: Smallint): WideString; 
  Function GetEntryAbstract (uEntryIndex: Smallint): WideString; 
  Procedure SetCanSeek (bCanSeek: WordBool); 
  Function GetCanSeek: WordBool; 
  Function GetBufferingTimeElapsed: Integer; 
  Function GetBufferingTimeRemaining: Integer; 
  Function GetConnectionBandwidth: Integer; 
  Function GetPreferedLanguageString: WideString; 
  Function GetPreferedLanguageID: Integer; 
  Function GetUserCountryID: Integer; 
  Function GetNumSources: Smallint; 
  Function GetSourceTransport (nSourceNum: Smallint): WideString; 
  Function GetWantErrors: WordBool; 
  Procedure SetWantErrors (bVal: WordBool); 
  Function GetShuffle: WordBool; 
  Procedure SetShuffle (bVal: WordBool); 
  Function GetVersionInfo: WideString; 
  Function GetLastMessage: WideString; 
  Function GetLastErrorSeverity: Integer; 
  Function GetLastErrorRMACode: Integer; 
  Function GetLastErrorUserCode: Integer; 
  Function GetLastErrorUserString: WideString; 
  Function GetLastErrorMoreInfoURL: WideString; 
  Procedure SetPreFetch (bVal: WordBool); 
  Function GetPreFetch: WordBool; 
  Procedure SetRegion (const pVal: WideString); 
  Function GetRegion: WideString; 
  Function GetIsPlus: WordBool; 
  Function GetConsoleEvents: WordBool; 
  Procedure SetConsoleEvents (bVal: WordBool); 
  Function GetDRMInfo (const pVal: WideString): WideString; 
  Property ControlInterface: IRealAudio read GetControlInterface; 
  Property DefaultInterface: IRealAudio read GetControlInterface; 

Related articles:

Baidu staff on the Webmaster to explain the problem
  Caoz understanding of the current head of this group, have a high Alexa ranking, the highest to the former 500, 1,000 within a group, there are many February 3 1000, the flow of these sites, a search engine for the large proportion, usually in the 1 / 6 - 1 / 2 between, and some even to 1 / ...
Let Web portal to services
  Portal is a new field of IT technology, information technology is one of the development work.    Portal word is derived from the Internet, it was "portal", I mean, people play to the Internet after a visit to the site.    From the field of application-oriented p...
Let Flash courseware in the VCD player
  Readers: Flash animation in the production has many advantages, we have a lot of school teachers teaching in the use of Flash animation production.    But I school is not very good hardware facilities, many classrooms not equipped with computers and projectors, or the original TV V...
Flash asp xml messages this tutorial
  Demo Address    Source File Download    Download or upload to the local space before, go backstage to amend parameter settings inside the address and then proceed to test!    If your machine or server does not support FSO to manually modify the address URL.XM...
Eye Candy 4000 filters Tutorial - Introduction and new features
  ALIEN SKIN SOFTWARE company in the October 26 launch of its famous PHOTOSHOP filters EYE CANDY 4000 version, the author rushed to download a trial, and indeed lives up to its name, this is its detailed guide to the use of奉上to This motion was readers.    EYE CANDY 4000 version is bu...