FlashPlayer

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

Usage

{FlashPlayer parameters}

It can use following parameters

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