Menu Button? embed, share, settings, playlist, comments, donate, buy, controllbar, and other possibilities...
Posted: Jan 8, 2010
how about an update in the control-bar that allows you to type:
embed/share: allows the user to have the embed code and also send as an email..
Settings/playlist: A google wave user can just add videos to play and also change the way the player looks and acts.
comments: kills youtube.. comments show in a div with a custom scroll bar.
donate/buy: could be in any of the above and could have its own page.
If the flow-player developers add this extra then it would be easy enough to add a mini menu to then chose one of the options given...
this would add no limit to the the controllbar giving the user a better video experience...
cheers
var menu = new Array("menu","embed/share","settings/playlist","comments","donate");
plugins: {
c1: {code for content plug-in}
controls: {
url:'link to controllbar',
autoHide:'always',
menuToolTip: 'menu-default',
menuAction: $plugin.c1.toggle(),
menuImage: menu[0] or url('')
}
Menu: can bring up a content overlay that gives some options to chose from that includes all of the below..embed/share: allows the user to have the embed code and also send as an email..
Settings/playlist: A google wave user can just add videos to play and also change the way the player looks and acts.
comments: kills youtube.. comments show in a div with a custom scroll bar.
donate/buy: could be in any of the above and could have its own page.
If the flow-player developers add this extra then it would be easy enough to add a mini menu to then chose one of the options given...
this would add no limit to the the controllbar giving the user a better video experience...
cheers