overview • wizard • streaming • advertising • skins • integration • flashvars • javascript • Premium Plugins
NUEVOPLAYER FLASHVARS

License key

This is obligatory flashvar that must be set within flash object or inside XML config file.

Playlist properties

To load a playlist, only a single option is required: Check playlist options and playlist XML example

The following flashvars can be set instead of "playlist". They are used to create a playlist with a single item.

Layout

Playbar buttons

Menu window

Viral icons

Behavior

Logo

Flash context menu

Colors

Language settings

Tooltips Video controls window Embed & Link window Email window Menu window Guide window Share window Video sizing window ID3 Tags Other

Overlay Ad Plugin

Plugin name: overlay

Ticker plugin

Plugin name: ticker

Watch time limit plugin

Plugin name: limit

Midroll Ads plugin

Plugin name: midroll

Midroll XML

Here's an example of midroll XML file, used to load midroll ads overlayed on top or bottom of the player.
You can define multiple midroll ads shown in rotation.

<midroll>
   <ad>
       <id>unique ad id 1</title>    
       <title>ad title 1</title>        
       <description>ad description 1</description>
       <display_url>ad link text 1</display_url>
       <url>ad URL to go</url>
       <duration>10</duration>            //midroll show time (seconds)
       <image>banner URL</imagen>         //small banner image, can be jpg, gif or png
   </ad>
   <ad>
       <id>unique ad id 2</title>
       <title>ad title 2</title>        
       <description>ad description 2</description>
       <display_url>ad link text 2</display_url>
       <url>ad URL to go</url>
       <duration>10</duration>            //midroll show time (seconds)
       <image>banner URL</imagen>         //small banner image, can be jpg, gif or png
   </ad>
</midroll>


Config XML

All of the above flashvars can also be listed in an XML file and then fed to the player with a single flashvars: Here's an example of config XML file.

<config>
   <playlist>http://www.domain.com/playlist.xml</playlist>
   <guide>http://www.comain.com/guide.xml</guide>
   <image>http://www.domain.com/images/some_image.jpg</image>
   <autostart>true</autostart>
   <volume>40</volume>
   <viral>true</viral>
   <usetooltips>false</usetooltips>
   .....
</config>

Options set in the embed code will overwrite those used in the config XML.

Guide XML

Here's an example of guide XML file, used to load information about sliding videos in menu's guide window.

<guide>
   <item title="video title" link="video url" thumb="video thumbnail" runtime="video runtime" />
   <item title="video title" link="video url" thumb="video thumbnail" runtime="video runtime" />
   .....
</guide>

AVS, Clipshare, PHPMotion video scripts users do not have to bother about playlist or config flashvars,
as each option is easily accesible from admin, playlists are generated automatically.
For custom CMS or other video scripts user have option to install Universal player menagement script.
It allows to manage most of player options and settings in easy way. Also it has built in all internal ad systems.
One thing that user must do is preparing playlist and guide dynamic php files file based on certain script and databse settings.
With Univeral Integration we provide playlist/guide examples and tutorials how to do things.
Still this requires from user php and mysql experience.