Hi,
We have found a bug with the commercial version of Flowplayer, version 3.1.1. If you configure the context menu with a list of items such as the following:
...then if you right-click on Flowplayer and choose...
Link1: Nothing happens
Link2: The action for Link1 happens
Link3: The action for Link2 happens
This only seems to happen after a separator. If you remove the separator, the menu items behave as expected.
Thanks.
We have found a bug with the commercial version of Flowplayer, version 3.1.1. If you configure the context menu with a list of items such as the following:
contextMenu: [
"Media on Demand",
'-',
{ "Link1" : function() { location.href = "http://flowplayer.org/"; } },
{ "Link2" : function() { location.href = "http://www.mediaondemand.net/"; } },
{ "Link3" : function() { location.href = "http://www.google.com/ncr"; } }
]
...then if you right-click on Flowplayer and choose...
Link1: Nothing happens
Link2: The action for Link1 happens
Link3: The action for Link2 happens
This only seems to happen after a separator. If you remove the separator, the menu items behave as expected.
Thanks.