-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed logic errors in #161 and cleaned code styling.
- Loading branch information
Showing
2 changed files
with
16 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
5ca8187
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks better, and correct, just needed the != -1 for the streamFileName.indexOf("?"); Sorry didn't catch that on my first review - was just eyeballing it and missed that.
5ca8187
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hehe - I missed it too until I tried the demo with the new SWF and it didn't work.
Am I correct in changing line 511 to use
"mp3:"
?I suppose it makes no difference, but it lines up with the mp4 code then and also you have the logic and the string manipulation checking for the same thing.