FlashPlayer

{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.

Last updated