1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-08 07:00:10 +02:00
video.js/docs/api/vjs.Flash.md
2015-02-17 16:44:25 -08:00

1.3 KiB

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