iaian7 / mediaboxAdvanced

mediabox displays flash, video, audio, & html content in a modal dialog. Based on Slimbox and the Mootools javascript library.
http://iaian7.com/webcode/mediaboxAdvanced
86 stars 29 forks source link

HTML5 mode fixes and additions #12

Open Eoler opened 12 years ago

Eoler commented 12 years ago

autoplay option, YouTube playlists

chadkouse commented 12 years ago

you should add the rel option while you're at it.

'src': mediaEmbedURL+mediaSplit[1]+'?autoplay='+options.autoplayNum+'&rel='+options.ytRel,
Eoler commented 12 years ago

Yeah, there needs to be research what parameters HTML5 embed retained from Flash... Any pointer to YouTube docs?