File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 7
7
* http://opensource.org/licenses/MIT
8
8
*
9
9
* Author: Mark J Panaghiston
10
- * Version: 2.4.1
11
- * Date: 21st June 2013
10
+ * Version: 2.5.0
11
+ * Date: 7th November 2013
12
12
*
13
13
* FlashVars expected: (AS3 property of: loaderInfo.parameters)
14
14
* id: (URL Encoded: String) Id of jPlayer instance
Original file line number Diff line number Diff line change 7
7
* http://opensource.org/licenses/MIT
8
8
*
9
9
* Author: Mark J Panaghiston
10
- * Date: 21st June 2013
10
+ * Date: 7th November 2013
11
11
*/
12
12
13
13
package happyworm.jPlayer {
14
14
public class JplayerStatus {
15
15
16
- public static const VERSION : String = "2.4.1 " ; // The version of the Flash jPlayer entity.
16
+ public static const VERSION : String = "2.5.0 " ; // The version of the Flash jPlayer entity.
17
17
18
18
public var volume: Number = 0.5 ; // Not affected by reset()
19
19
public var muted: Boolean = false ; // Not affected by reset()
Original file line number Diff line number Diff line change 7
7
* http://opensource.org/licenses/MIT
8
8
*
9
9
* Author: Mark J Panaghiston
10
- * Version: 2.4.2
11
- * Date: 31st October 2013
10
+ * Version: 2.5.0
11
+ * Date: 7th November 2013
12
12
*/
13
13
14
14
/* Code verified using http://www.jshint.com/ */
468
468
$ . jPlayer . prototype = {
469
469
count : 0 , // Static Variable: Change it via prototype.
470
470
version : { // Static Object
471
- script : "2.4.2 " ,
472
- needFlash : "2.4.1 " ,
471
+ script : "2.5.0 " ,
472
+ needFlash : "2.5.0 " ,
473
473
flash : "unknown"
474
474
} ,
475
475
options : { // Instanced in $.jPlayer() constructor
You can’t perform that action at this time.
0 commit comments