File tree 5 files changed +12
-11
lines changed 5 files changed +12
-11
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.6 .0
11
- * Date: 2nd April 2014
10
+ * Version: 2.7 .0
11
+ * Date: 1st September 2014
12
12
*
13
13
* FlashVars expected: (AS3 property of: loaderInfo.parameters)
14
14
* id: (URL Encoded: String) Id of jPlayer instance
15
15
* vol: (Number) Sets the initial volume
16
16
* muted: (Boolean in a String) Sets the initial muted state
17
17
* jQuery: (URL Encoded: String) Sets the jQuery var name. Used with: someVar = jQuery.noConflict(true); The someVar name must contain jQuery in it.
18
18
*
19
- * Compiled using: Adobe Flex Compiler (mxmlc) Version 4.5.1 build 21328
19
+ * Compiled using: Adobe Flex Compiler (mxmlc) Version 4.6
20
+ * mxmlc Jplayer.as -static-link-runtime-shared-libraries=true
20
21
*/
21
22
22
23
package {
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: 2nd April 2014
10
+ * Date: 1st September 2014
11
11
*/
12
12
13
13
package happyworm.jPlayer {
14
14
public class JplayerStatus {
15
15
16
- public static const VERSION : String = "2.6 .0" ; // The version of the Flash jPlayer entity.
16
+ public static const VERSION : String = "2.7 .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://www.opensource.org/licenses/MIT
8
8
*
9
9
* Author: Mark J Panaghiston
10
- * Version: 2.3.4
11
- * Date: 9th June 2014
10
+ * Version: 2.4.0
11
+ * Date: 1st September 2014
12
12
*
13
13
* Requires:
14
14
* - jQuery 1.7.0+
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.6.4
11
- * Date: 1st August 2014
10
+ * Version: 2.7.0
11
+ * Date: 1st September 2014
12
12
*/
13
13
14
14
/* Code verified using http://www.jshint.com/ */
479
479
$ . jPlayer . prototype = {
480
480
count : 0 , // Static Variable: Change it via prototype.
481
481
version : { // Static Object
482
- script : "2.6.4 " ,
483
- needFlash : "2.6 .0" ,
482
+ script : "2.7.0 " ,
483
+ needFlash : "2.7 .0" ,
484
484
flash : "unknown"
485
485
} ,
486
486
options : { // Instanced in $.jPlayer() constructor
You can’t perform that action at this time.
0 commit comments