[Pkg-javascript-commits] [jarisplayer] 36/80: Removed some trace calls on youtube playback.
Jonas Smedegaard
dr at jones.dk
Tue May 10 08:45:33 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 16f41b9764c8b91ae350ef15dd1dee187aa4833e
Author: jgmylm <jgmylm at edf201c3-a14d-0410-a11e-aa85364efa9f>
Date: Fri May 20 21:18:56 2011 +0000
Removed some trace calls on youtube playback.
git-svn-id: https://jaris.svn.sourceforge.net/svnroot/jaris/trunk@36 edf201c3-a14d-0410-a11e-aa85364efa9f
---
bin/JarisFLVPlayer.swf | Bin 23550 -> 23529 bytes
changes.txt | 6 +++++-
src/jaris/player/Player.hx | 3 +--
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/bin/JarisFLVPlayer.swf b/bin/JarisFLVPlayer.swf
index b7b467c..f087b2c 100644
Binary files a/bin/JarisFLVPlayer.swf and b/bin/JarisFLVPlayer.swf differ
diff --git a/changes.txt b/changes.txt
index cfc84b8..d1d1935 100644
--- a/changes.txt
+++ b/changes.txt
@@ -1,4 +1,8 @@
-Jaris FLV Player v2.0.13 beta - 6/03/2011
+Jaris FLV Player v2.0.14 beta - 20/05/2011
+
+ * Removed some trace calls on youtube playback.
+
+Jaris FLV Player v2.0.13 beta - 6/03/2011
* Implemented loop class
* Added loop functionality by passing loop=true or loop=1 as parameter
diff --git a/src/jaris/player/Player.hx b/src/jaris/player/Player.hx
index 6ba1a52..b54cb50 100644
--- a/src/jaris/player/Player.hx
+++ b/src/jaris/player/Player.hx
@@ -633,7 +633,6 @@ class Player extends EventDispatcher
_mediaLoaded = true;
_mediaDuration = Reflect.field(_youtubeLoader.content, "getDuration")();
- trace(_mediaDuration);
_aspectRatio = AspectRatio.getAspectRatio(_videoWidth, _videoHeight);
_originalAspectRatio = _aspectRatio;
@@ -672,7 +671,7 @@ class Player extends EventDispatcher
*/
private function onYoutubePlaybackQualityChange(event:Event):Void
{
- trace(Reflect.field(event, "data"));
+ //trace(Reflect.field(event, "data"));
}
/**
--
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