flowplayer.admin.css |
flowplayer.admin.css |
|
Provides the CSS for the Flowplayer Drupal module administration page. |
flowplayer.admin.inc |
flowplayer.admin.inc |
|
Provides the administration settings for the Flowplayer Drupal module. |
flowplayer.css |
flowplayer.css |
|
Default stylesheet for the Flowplayer. |
flowplayer.info |
flowplayer.info |
|
name = Flowplayer API
description = Provides integration with the Flowplayer video player.
package = Media
core = 7.x
dependencies[] = color
files[] = flowplayer.module
configure = admin/config/media/flowplayer |
flowplayer.install |
flowplayer.install |
|
Provides the installation and uninstallation features of the Flowplayer Drupal module. |
flowplayer.jq.inc |
flowplayer.jq.inc |
|
Adds support for the jQ module. |
flowplayer.module |
flowplayer.module |
|
Provides integration with FlowPlayer. |
Minimal Flowplayer setup |
flowplayer/example/index.html |
|
Minimal Flowplayer setup |
README.txt |
flowplayer/README.txt |
|
Version history:
3.1.5
-----
Fixes:
- The player went to a locked state when resuming playback after a period that was long enought to send the
netConnection to an invalid state. Now when resuming playback on an invalid connection the clip starts… |
style.css |
flowplayer/example/style.css |
|
body {
background-color:#fff;
font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",verdana,arial;
text-align:center;
}
#page {
background-color:#efefef;
width:600px;
margin:50px auto;
padding:20px… |