caption
Ads a caption to your picture. The contents of caption can be either plain text or HTML.
Please note that any single quotes (apostrophies) within the caption field need to be preceded by a backslash, ie \'.
Any double quotes within the caption field need to be encoded as "
Example:
caption:'Let\'s have a party!',
captionText
This is the text of the caption button which is displayed in the control-bar. This argument is optional, and if it is not present, the text defaults to "Caption".
Please note that any single quotes (apostrophies) within the caption field need to be preceded by a backslash, ie \'.
Any double quotes within the caption field need to be encoded as "
Example:
captionText:'Product Description',
captionWidth
Width of the caption box, in pixels. This argument is optional, and if it is not present, the width defaults to that defined in FCPlayerConfig.js. (captionStyle.width)
Example:
captionWidth:300,