Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 1.3 KB

vjs.Flash.md

File metadata and controls

56 lines (34 loc) · 1.3 KB

vjs.Flash

EXTENDS: vjs.MediaTechController
DEFINED IN: src/js/media/flash.js#L15

Flash Media Controller - Wrapper for fallback SWF API


INDEX


METHODS

init( player, options, ready )

PARAMETERS:
  • player
  • options
  • ready

defined in: src/js/media/flash.js#L17


UNDEFINED

nativeSourceHandler STATIC

The default native source handler. This simply passes the source to the video element. Nothing fancy.

PARAMETERS:
  • source Object The source object
  • tech vjs.Flash The instance of the Flash tech

defined in: src/js/media/flash.js#L229


rtmpSourceHandler STATIC

A source handler for RTMP urls

defined in: src/js/media/flash.rtmp.js#L58