File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 * http://opensource.org/licenses/MIT
88 *
99 * Author: Mark J Panaghiston
10- * Version: 2.4.1
11- * Date: 21st June 2013
10+ * Version: 2.5.0
11+ * Date: 7th November 2013
1212 *
1313 * FlashVars expected: (AS3 property of: loaderInfo.parameters)
1414 * id: (URL Encoded: String) Id of jPlayer instance
Original file line number Diff line number Diff line change 77 * http://opensource.org/licenses/MIT
88 *
99 * Author: Mark J Panaghiston
10- * Date: 21st June 2013
10+ * Date: 7th November 2013
1111 */
1212
1313package happyworm.jPlayer {
1414 public class JplayerStatus {
1515
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.
1717
1818 public var volume: Number = 0.5 ; // Not affected by reset()
1919 public var muted: Boolean = false ; // Not affected by reset()
Original file line number Diff line number Diff line change 77 * http://opensource.org/licenses/MIT
88 *
99 * Author: Mark J Panaghiston
10- * Version: 2.4.2
11- * Date: 31st October 2013
10+ * Version: 2.5.0
11+ * Date: 7th November 2013
1212 */
1313
1414/* Code verified using http://www.jshint.com/ */
468468 $ . jPlayer . prototype = {
469469 count : 0 , // Static Variable: Change it via prototype.
470470 version : { // Static Object
471- script : "2.4.2 " ,
472- needFlash : "2.4.1 " ,
471+ script : "2.5.0 " ,
472+ needFlash : "2.5.0 " ,
473473 flash : "unknown"
474474 } ,
475475 options : { // Instanced in $.jPlayer() constructor
You can’t perform that action at this time.
0 commit comments