Properties Reference
ParOne’s player has a number of additional properties listed below. For reference, here are what the names of the fields in the Property, Default Value and Description.
autoplay
type: boolean
Enables autoplay and other features.
autoplay
- The video will autoplay the video.autoplay-muted
- The video will autoplay muted or unmuted.
count
type: number
Params to set the number of items in a given feed. Applies to all player types except the Single Video Block.
debug
type: boolean
Params to enable debugging. Enabling this to true
will allow you to see Ad errors and any loading errors.
default-lang
type: string
Params to set the default language for the title & description.
default-res
type: string
Params to set the default resolution of the video. Useful for larger screen formats.
- For VOD - Accepted values are
360
,720
,1080
. - For Livestreams - Accepted values are
540
,720
,1080
.
dockable
type: boolean
Params to set the video to dock in the bottom-right when scrolled out of view. See Example. Works only on the Video Block and Video Block Playlist styles only.
dockable
will dock the video in the bottom-right when scrolled out of view.dockable-sticky
prevents the video from automatically returning when scrolling back into view.docked-logo
will add a logo to the docked playerstart-docked
will dock the video on page load and will undock the video once it has come into view.start-docked-position-bottom
will raise the start-docked position
from
/ to
type: string
Params to only request videos within a date range. Works only on the Playlist Carousel, Playlist, and Video Block Playlist styles only.
from
accepts ISO date format or a date range. Only d (days) is accepted.to
accepts ISO date format
hide-
type: boolean
Params to hide different elements of the player
hide-logo
- The player block will hide the logo.hide-description
- The player block will hide the accompanying text.hide-title
- The player block will hide the title.hide-all
- The player block will hide all three elements.hide-overlay
- The player block will hide any overlays inside the video
keep-video-playing-offscreen
type: boolean
Params used to control how the video acts once it leaves the viewport. This is useful in modals, popovers, etc.
loop
type: boolean
Looping will reload the video once it’s done.
position
type: string
Params to pass a position to the player. This accepts a string and is useful for reporting.
player-id
type: string
Params to pass a player ID attribute to reporting. This was typically used when partners have used Brightcove in the past and want ensure the same reporting across.
shuffle
type: boolean
Params to shuffle videos in a playlist. Works only on the Playlist Carousel, Playlist, and Video Block Playlist styles only.
stylesheet
type: url
A URL to an external style sheet. See Styling.
touch-to-play
type: boolean
Sometimes, you need the entire player to be the play / pause button. This will cause taps to show/hide controls and pause/resume playback simultaneously.
tput
type: string
ParOne’s TPUT (Tee to Putt User Token). This will enable you to track logged in users video activity for sorting, recommendations, analytics and more. For more information, please review our guide for integrating TPUT. If you’re providing a hashed value and do not want ParOne to hash this value, use tput-hashed
.
vast-override
type: string
Sometimes, you need override the VAST to kill ads, or use a different VAST tag in general, but not quite using header bidding. This parameter will accomplish that for you.
vast-override
- Overrides the default VASTvast-override-id
- Setting a VAST override ID for multiple players on page.vast-override-delay
- Delays the Override for Header Bidding.
See more information on Header Bidding.