1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-27 02:43:45 +02:00
video.js/docs/glossary.markdown
Steve Heffernan 81aef822db Adding docs.
Changed Video.player to Video.fn (like jQuery), so player can be used to get the player for a video.
2010-12-16 12:55:52 -08:00

324 B

Glossary

DOM (Document Object Model)

The container of elements on the page that must be loaded before you can interact with the elements with through Javascript. http://en.wikipedia.org/wiki/Document_Object_Model

Flash Fallback

The Flash video player (SWF) used to play a video when HTML5 isn't supported.