HTML5 Video onload

2010-03-23

There isn't any. There are a bunch of other events though...

loadedmetadata: this fires when the meta data is loaded (this is when you can get a width and height).
loadeddata: this is when the video has loaded enough data to start playing.

See this page for more information on these and other Video events.

Hope it helps ya!