[Pkg-javascript-commits] [jarisplayer] 22/80: minor changes to documentation and version info
Jonas Smedegaard
dr at jones.dk
Tue May 10 08:45:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository jarisplayer.
commit c4e923487b5f0fe0c1d8cb16822cd7a08e4fd340
Author: jgmylm <jgmylm at edf201c3-a14d-0410-a11e-aa85364efa9f>
Date: Fri Mar 12 17:37:52 2010 +0000
minor changes to documentation and version info
git-svn-id: https://jaris.svn.sourceforge.net/svnroot/jaris/trunk@22 edf201c3-a14d-0410-a11e-aa85364efa9f
---
bin/JarisFLVPlayer.swf | Bin 20121 -> 20121 bytes
changes.txt | 2 +-
documentation.txt | 14 +++++++-------
src/jaris/Version.hx | 2 +-
4 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/bin/JarisFLVPlayer.swf b/bin/JarisFLVPlayer.swf
index 9a228f4..3b91788 100644
Binary files a/bin/JarisFLVPlayer.swf and b/bin/JarisFLVPlayer.swf differ
diff --git a/changes.txt b/changes.txt
index c6bcbff..48659f1 100644
--- a/changes.txt
+++ b/changes.txt
@@ -1,4 +1,4 @@
-Jaris FLV Player v2.0.5 beta - 03/11/2010
+Jaris FLV Player v2.0.5 beta - 03/12/2010
* Improved aspect ratio toogle when video aspect ratio is already on the aspect ratios list
* Fixed context menu aspect ratio rotation
diff --git a/documentation.txt b/documentation.txt
index 8232318..a9515ac 100644
--- a/documentation.txt
+++ b/documentation.txt
@@ -61,19 +61,19 @@ Here is the list of variables that you can pass to the player.
Total times in seconds for input media or formatted string in the format hh:mm:ss
* poster:
- Screenshot of the video that is displayed before playing.
+ Screenshot of the video that is displayed before playing in png, jpg or gif format.
* autostart:
A true or false value that indicates to the player if it should auto play the video on load.
* logo:
- An image of your logo.
+ The path to the image of your logo.
* logoposition:
The position of the logo in the player, permitted values are: top left, top right, bottom left and bottom right
* logoalpha:
- The transparency percent. values permitted 1 to 100
+ The transparency percent. values permitted 0 to 100, while more higher the vale less transparency is applied.
* logowidth:
The width in pixels of the logo.
@@ -88,16 +88,16 @@ Here is the list of variables that you can pass to the player.
The transparency percent. values permitted 1 to 100
* darkcolor:
- The darker color of player controls
+ The darker color of player controls in html hexadecimal format
* brightcolor:
- The bright color of player controls
+ The bright color of player controls in html hexadecimal format
* controlcolor:
- The face color of controls
+ The face color of controls in html hexadecimal format
* hovercolor:
- On mouse hover color for controls
+ On mouse hover color for controls in html hexadecimal format
==================
Keyboard Shortcuts
diff --git a/src/jaris/Version.hx b/src/jaris/Version.hx
index 04e869a..9664f83 100644
--- a/src/jaris/Version.hx
+++ b/src/jaris/Version.hx
@@ -29,7 +29,7 @@ class Version
{
public static var NUMBER:String = "2.0.5";
public static var STATUS:String = "beta";
- public static var DATE:String = "11";
+ public static var DATE:String = "12";
public static var MONTH:String = "03";
public static var YEAR:String = "2010";
}
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/jarisplayer.git
More information about the Pkg-javascript-commits
mailing list