Right now context menu links don't work if embedding with the <object> tags.
Instead of just allowing a callback function for context menu items, add support for a "linkURL":http://mediamobz.com" or similar property that could be used in the embed object config parameters.
Example:
Hopefully that example isn't too confusing with the missing parts.
Instead of just allowing a callback function for context menu items, add support for a "linkURL":http://mediamobz.com" or similar property that could be used in the embed object config parameters.
Example:
<object ...... config={ ..... "contextMenu":[{"Get Custom Video":{ "linkURL":"http://mediamobz.com/getvideo"} } }].... ></object>
Hopefully that example isn't too confusing with the missing parts.