Custom player
You can customize the look and feel of the player. Customization parameters can be passed to the player via the URL or by adding them to the player templates.
Parameter |
Values |
Description |
&backgroundImageUrl |
./images/background.jpg |
url to a picture (jpeg/png) that replaces the standard player background. Because of cross site scripting issues you may need to place the image in the presentations2go server (c:\inetpub\wwwroot\p2g\images\) NOTE: backgroundImageUrl is overruled when used in combination with background |
&autoPlay |
True/false |
Defines if the player should automatically start playing. If false a semi-transparent play button will be placed on top of the video. |
&layout |
Number |
Manipulate the layout position of video and slides: |
&helpUrl |
url to the help file |
Webpage, video etc. that will be fired when the help button is pressed. E.g. http://www.presentations2go.eu/player_mov_scenes/interactief_player.swf |
&time |
Startposition in milliseconds |
Start playing the video from a certain time position |
&automaticResize |
True/false |
Should video size increase after 30 seconds when no new slide is shown. |
&volumeLevel |
0-100 |
Default volume level in the player. |
&logoUrl |
url |
url to the logo shown in the button bar |
&splashScreenUrl |
url |
url to the logo shown when the player starts up |
&bigPlayButtonUrl |
url |
url to the play button image that is shown when auto play is false |
&segments |
Timecode |
Play only defined segments from a video or recording (hh:mm:ss) e.g. &segments=00:00:11-00:00:14 |
&disableButtons |
1.1|2|3.1|3.12 |
You can hide any Silverlight player button. There are 3 sections; 1: Tag explorer; 2: Slide explorer; 3: toolbar buttons. You can hide a complete section, e.g. &disableButtons=1, or single buttons in a section, like & disableButtons=3.5|3.6|3.7 See also 2 Button numbering |
&showMinimalButtons |
True/False |
An embedded player is often limited in width. Use this parameter to automatically hide less essential buttons. |
&background |
000000 |
This parameter changes the default black background color of the player in any color you want. Use the hexadecimal code without # or a color name. E.g. background=green, or background=00ff00 NOTE: This parameter overrules backgroundImageUrl |
&accentcolor |
ffffff |
This parameter changes the white accent color in the player in any color you want. Use the hexadecimal code without # or a color name. E.g. background=green, or background=00ff00 |
&simple |
True/false |
True or false, default set to false. This eliminates almost all features and is ideal for embedding video only. Do not combine with showminimalbuttons. |
&inverted |
True/false |
True or false, inverts the colors to white background with inverted icons. |