diff --git a/source/Ox.UI/js/Video/Ox.VideoEditor.js b/source/Ox.UI/js/Video/Ox.VideoEditor.js index 9070012c..a071354c 100644 --- a/source/Ox.UI/js/Video/Ox.VideoEditor.js +++ b/source/Ox.UI/js/Video/Ox.VideoEditor.js @@ -433,6 +433,9 @@ Ox.VideoEditor = function(options, self) { {id: 'downloadVideo', title: 'Download Video...', disabled: !self.options.enableDownload }, {id: 'downloadSelection', title: 'Download Selection...', disabled: !self.options.enableDownload}, {id: 'embedSelection', title: 'Embed Selection...'}, + {}, + {id: 'importAnnotations', title: 'Import Annotations...'}, + ], self.options.posterFrameControls ? [ {}, @@ -466,6 +469,8 @@ Ox.VideoEditor = function(options, self) { 'in': self.options['in'], out: self.options.out, }); + } else if (id == 'importAnnotations') { + that.triggerEvent('importannotations'); } else if (id == 'gotoPosterFrame') { setPosition(self.options.posterFrame); } else if (id == 'setPosterFrame') {