Module: JFVideo

Methods


<static> ReportPlayback( [state])

Report playback to server

Parameters:
Name Type Argument Default Description
state string <optional>
"update"
Source:
Returns:
Type
void

<static> bufferCheck(msg)

Check the the buffering has not hung

Parameters:
Name Type Description
msg dynamic
Source:
Returns:
Type
void

<static> checkTimeToDisplayNextEpisode()

Checks if we need to display the Next Episode button

Source:
Returns:
Type
void

<static> hideNextEpisodeButton()

Runs hide Next Episode button animation and sets focus back to video

Source:
Returns:
Type
void

<static> init()

Source:
Returns:
Type
void

<static> loadCaption()

Source:
Returns:
Type
void

<static> onAllowCaptionsChange()

Source:
Returns:
Type
void

<static> onContentChange()

Event handler for when video content field changes

Source:
Returns:
Type
void

<static> onKeyEvent(key, press)

Parameters:
Name Type Description
key string
press boolean
Source:
Returns:
Type
boolean

<static> onNextEpisodeDataLoaded()

Source:
Returns:
Type
void

<static> onPositionChanged()

When Video Player state changes

Source:
Returns:
Type
void

<static> onState(msg)

When Video Player state changes

Parameters:
Name Type Description
msg dynamic
Source:
Returns:
Type
void

<static> showNextEpisodeButton()

Runs Next Episode button animation and sets focus to button

Source:
Returns:
Type
void

<static> toggleCaption()

Source:
Returns:
Type
void

<static> updateCaption()

Source:
Returns:
Type
void

<static> updateCount()

Update count down text

Source:
Returns:
Type
void