Questions tagged [videogular]

Videogular is an HTML5 video player for AngularJS. For questions related to [tag:videogular2], use the corresponding tag.

Features

  • AngularJS based : Videogular is developed with AngularJS and it will fit in your project like a charm.
  • Bindable properties : Videogular's directives are bindable, just try the demo and play with bindings.
  • Plugin system : Thanks to our API you can develop your own plugins.
  • Theme based : Customize it with your own themes and change between them on the fly.
  • Native fullscreen : Enjoy with native fullscreen support for Chrome, Firefox, Safari, iOS, Chrome for Android and Windows Phone.
  • Mobile support : Videogular can detect mobile devices to show/hide components in case that aren't supported.

Links

Videogular website
Github project page

147 questions
0
votes
1 answer

Access videogular's controller.API from a different, sibling, controller

I'm trying to access videogular's controller.API from a different, sibling, controller. I have read and used the examples from the videogular site and using the API like this: controller.pauseVideo = function() { controller.API.pause(); …
0
votes
1 answer

I need to integrate vimeo pro videos on my site

I have a site that i build, with no cms like joomla/wordpress. I have laravel on the server, angular on the front. Now i have a survey builder, let's people add this and that kind of questions and let other participating in the survey. Now i want my…
totothegreat
  • 1,633
  • 4
  • 27
  • 59
0
votes
2 answers

com.2fdevs.videogular won't work in phonegap

I cannot include videogular service in phonegap. If I uncommect 'com.2sdevs.videogular', the app doesn't work. Anyone else have this issue? var app = angular.module('myApp', ['ui.bootstrap', 'ngResource', …
Matt Kuhns
  • 1,328
  • 1
  • 13
  • 26
0
votes
1 answer

videogular disapperas when playing a video

I have this: and the dependencies: 'com.2fdevs.videogular', "com.2fdevs.videogular.plugins.controls", …
totothegreat
  • 1,633
  • 4
  • 27
  • 59
0
votes
1 answer

Is there a size limit in Videogular?

I have a 86MB file that won't play but have other smaller mp4 that will. Is Videogular a streaming component or does it load the entire mp4 and then play it. I also do not get any errors, just the loading screen/circle goes forever. thx Ralph
0
votes
1 answer

Dynamically set width & height in Videogular

I'm using Videogular. I want to set Height & Width dynamically. how do i set the value videojs.options.width = sizeWidth; videojs.options.height = sizeHeight; is this right way to set width & height for videogular?
madhavan
  • 31
  • 2
  • 6
0
votes
1 answer

Unit testing plugin directives with requirements

I'm using Videogular in an Angular app I'm working on. I wrote a plugin directive for it that listens to an event broadcast from $rootScope, and, if a video is playing, automatically pauses it when the event is…
kage23
  • 51
  • 3
0
votes
1 answer

How do i Merge One Controller with in another Controller in HTML 5

i'm beginner of HTML5. I have a two different Controllers. Separately it's working fine. when am trying to merge its not working. How do i configure controller with in a controller. Code:
// Read XML Tag and…
madhavan
  • 31
  • 2
  • 6
0
votes
1 answer

AngularJS videogular not responsive

I am using angularjs and I read that videoangular is automatically responsive with vg-responsive='true'. But using this code:
0
votes
1 answer

Videogular - Is there a script for multiple video play buttons?

I have Videogular running in Wordpress. The Wordpress site is my online portfolio and I'm using Videogular to play four, five or six video examples my AfterEffects work. I want a play button or 'swap video' button for each AfterEffects example of my…
-1
votes
1 answer

How to import a ms stream video URL link into HTML?

I have an angularjs app and a url for a MS Stream video. How can I embed this video into my page? The user should paste this link into the page and embed the video. This is my js code: let video = document.createElement("video"); video.src…
bier hier
  • 20,970
  • 42
  • 97
  • 166
-1
votes
2 answers

How to make a JavaScript object value without quotes (not a string)?

The Videogular Angular video player likes to have videos referenced in an object like this: { preload: "auto", sources: [ { src: $sce.trustAsResourceUrl("http://static.videogular.com/assets/videos/videogular.mp4"), …
Thomas David Kehoe
  • 10,040
  • 14
  • 61
  • 100
1 2 3
9
10