Skip to content

Commit fe56fda

Browse files
committed
Checking JplayerRtmp.as in GitHub repo correctly. Highlighted RTMP video size fix.
1 parent a631cef commit fe56fda

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

actionscript/happyworm/jPlayer/JplayerRtmp.as

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,8 @@ package happyworm.jPlayer
363363
{
364364
//this.dispatchEvent(new JplayerEvent(JplayerEvent.DEBUG_MSG,myStatus,"onMetaDataHandler: " + myStatus.duration));
365365

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

369369
/*var info:Object = new Object();
370370
info.duration=myStatus.duration

0 commit comments

Comments
 (0)