Home  ›  ClipBucket v2  ›  Developers Guide  ›  Template Functions  ›  {FlashPlayer } Function

Tags: , , ,

{FlashPlayer } Function

{FlashPlayer } function is used to create flash video player.

Usage
{FlashPlayer parameters}

It can use following parameters

Parameter Name Options
vdetails (Required) Video Array
height Set the height of player. This will override the setting found in Admin Area.
player_div Name of tag ID which will wrap player. If left empty ‘videoPlayer‘ is used
width Set the width of player. This will override the setting found in Admin Area.

Examples

Example 1
{FlashPlayer vdetails=$video_array}

The above would simple display video player with all default settings.

Example 2
{FlashPlayer vdetails=$video_array height='300' width='300'}

This code will display player with your custom height & width.



Comments are closed.

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
Loading ... Loading ...
Help us improve the wiki Send Your Comments