Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nampnq/bower-videogular-flash
Videogular `flash` plugin repository for distribution on `bower`
https://github.com/nampnq/bower-videogular-flash
Last synced: 2 months ago
JSON representation
Videogular `flash` plugin repository for distribution on `bower`
- Host: GitHub
- URL: https://github.com/nampnq/bower-videogular-flash
- Owner: NamPNQ
- License: mit
- Created: 2013-12-31T18:13:03.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-07T04:55:24.000Z (about 10 years ago)
- Last Synced: 2024-10-10T22:16:14.492Z (3 months ago)
- Language: JavaScript
- Size: 128 KB
- Stars: 8
- Watchers: 6
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Bower-videogular-flash
========================Videogular `flash` plugin repository for distribution on `bower`
## Install
Install [Videogular](http://www.videogular.com/) `flash` plugin with Bower:
`bower install videogular-flash`
## How to use
Copy file `video-js.swf` to root folder
Add directives, and video source to your HTML:
```html
{{ currentTime | date:'mm:ss' }}
{{ timeLeft | date:'mm:ss' }}
```Additionally, you will need to add youtube plugins and videogular to your application:
```js
"use strict";
angular.module("videogularApp",
[
"controllers","com.2fdevs.videogular",
"com.2fdevs.videogular.plugins.controlbar",
"com.2fdevs.videogular.plugins.overlayplay",
"com.2fdevs.videogular.plugins.buffering",
"info.vietnamcode.nampnq.videogular.plugins.flash"
]
);
```And that's all :)
### Install Videogular
Install [Videogular](http://www.videogular.com/) with Bower:
`bower install videogular`
### Install themes
Install [Videogular](http://www.videogular.com/) themes with Bower:
`bower install videogular-themes-default`
### Install plugins
Install [Videogular](http://www.videogular.com/) plugins with Bower:
`bower install videogular-buffering`
`bower install videogular-controls`
`bower install videogular-poster`
## Documentation
It's available on [Videogular's project Wiki](https://github.com/2fdevs/videogular/wiki).
## License
The MIT License (MIT)
Copyright (c) 2014 NamPNQ
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.