Skip to content

Commit

Permalink
Checking JplayerRtmp.as in GitHub repo correctly. Highlighted RTMP vi…
Browse files Browse the repository at this point in the history
…deo size fix.
  • Loading branch information
thepag committed Jan 28, 2013
1 parent a631cef commit fe56fda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actionscript/happyworm/jPlayer/JplayerRtmp.as
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,8 @@ package happyworm.jPlayer
{
//this.dispatchEvent(new JplayerEvent(JplayerEvent.DEBUG_MSG,myStatus,"onMetaDataHandler: " + myStatus.duration));

// Allow multiple onResult Handlers to affect size. As per PR #131 and #98.
// myStatus.metaDataReady = true;
// Allow multiple onResult Handlers to affect size. As per PR #131 and #98.
// myStatus.metaDataReady = true;

/*var info:Object = new Object();
info.duration=myStatus.duration
Expand Down

0 comments on commit fe56fda

Please sign in to comment.