Flash

Component Flash
Source:
Parameters:
Name Type Description
$ jQuery Instance of jQuery
Returns:
List of flash methods
Type
Object

Members

(static) api :Object.<Methods>

Source:
This object stores all public api methods
Type:
  • Object.<Methods>

Methods

(static) init()

Source:
Finds all not-initialized Flash components and runs in a loop Flash's "initInstance" method.

(static) initInstance(component, prop)

Source:
Call "initFlash" and "attachEvents" methods
Parameters:
Name Type Description
component jQuery Root DOM element of flash component wrapped by jQuery
prop Object Properties set in data attribute of flash component