OSDN Git Service

Version 0.6.217, add #switch for X.Audio.
[pettanr/clientJs.git] / 0.6.x / js / 07_audio / 05_XWMPAudio.js
index a095818..5ee0c80 100644 (file)
@@ -112,7 +112,7 @@ if( X_Plugin_WMP_VERSION ){ // IETester で 6.x は不可
                                _onTimer : function(){
                                        var progress, time;
                                        
-                                       // road 中の場合
+                                       // load 中の場合
                                        if( this._readyState === 1 ){
                                                if( 7 <= X_Plugin_WMP_VERSION ){
                                                progress = this._wmp[ 'network' ][ 'downloadProgress' ];
@@ -223,7 +223,7 @@ if( X_Plugin_WMP_VERSION ){ // IETester で 6.x は不可
                        'aicf' : true
                },
 
-               detect : function( proxy, source, ext ){
+               detect : function( proxy, ext /* hash */ ){
                        proxy[ 'asyncDispatch' ]( { type : X_EVENT_COMPLETE, canPlay : 0 <= 'mp3 m4a wma wav midi snd au aiff aicf'.indexOf( ext ) } );                         
                },