Search in documentation:     Advanced search
Browse by category:

Kewego Fast Player

Views: 822
Votes: 2
Posted: 30 Apr, 2009
Updated: 05 Oct, 2009

The Kewego fast player is a simple and light player that can be used in your pages as well as the Standard kewego player. Unlike the standard kewego player, it has simple features and do not have any available modules.

Fast player Features :
      -   Play / pause / fullscreen / volume / seekbar
      -   Function autostart = true / false
      -   Thumbnail display if autostart = false
      -   OSD play / replay / buffering
 
Delivered video format :

      -   mp4
      -   flv
 
Behaviour :
 
      -   Auto scaling of the control bar depending on the size of the player
      -   If size < 150 px, only OSD display
      -   Auto hide control bar on mouse out.
      -   In fullscreen mode, auto hide control bar if no action for 1s.
      -   If autostart=false, display of the thumbnail + OSD « play »
 
Customisation :

Four customizable colors :

      -   pictogram color
      -   button background color
      -   button borderlines color
      -   control bar background color
 
Fast player configuration

Colors should be declared as hexadecimal format ( ex : FF0000 ). It’s possible not to display one of the element (transparency will be used), by setting a color to « null ».

Embed HTML code sample :

<object name="<sig of the video*>" id="<sig of the video*>" type="application/x-shockwave-flash" data="http://www.kewego.com/swf/fp.swf" width="400" height="300">
<param name="flashVars" value="picto=94c83d&border=ffffff&btn=000000&cbar=000000&width=400&height=300&sig=<sig of the video*>&playerkey=<Your player Key**>&suffix=&autostart=true" />
<param name="movie" value="http://www.kewego.com/swf/fp.swf" />
<param name="allowFullScreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="bgcolor" value="000000" />
</object>

* To replace by sig of the video. Sig is the unique 12 characters identifier of the video (automatically set by kewego).

** To replace by your own PlayerKey. Playerkey will be delivered by your project manager. Same playerkey can be used in standard and fast player.

 Other parameters & flashvars :

       -   Height & width: height and width of the player (in px )
       -   AllowFullScreen : allow/do not allow full screen mode ( true / false )
       -   Autostart : autostarting of the video ( true / false )
       -   sound   : number : 0 (mute mode) to 100
 
Others in this Category
document Different ways of playing videos
document Kewego Standard player
document Playing video in your own player
document Javascript events controled by Standard Player.



RSS