OSDN Git Service

Version 0.6.193, bug fixes X.Node.Anime.
[pettanr/clientJs.git] / 0.6.x / js / 07_audio / 05_XWMPAudio.js
index 7c6964f..04be569 100644 (file)
@@ -211,6 +211,7 @@ if( X_Pulgin_WMP_VERSION ){ // IETester で 6.x は不可
 
                canPlay : {
                        'mp3'  : true,
+                       'm4a'  : true,
                        'wma'  : true,
                        'wav'  : true,
                        'mid'  : true,
@@ -223,7 +224,7 @@ if( X_Pulgin_WMP_VERSION ){ // IETester で 6.x は不可
                },
 
                detect : function( proxy, source, ext ){
-                       proxy[ 'asyncDispatch' ]( { type : X_EVENT_COMPLETE, canPlay : 0 <= 'mp3 wma wav midi snd au aiff aicf'.indexOf( ext ) } );                             
+                       proxy[ 'asyncDispatch' ]( { type : X_EVENT_COMPLETE, canPlay : 0 <= 'mp3 m4a wma wav midi snd au aiff aicf'.indexOf( ext ) } );                         
                },
                
                klass : X_WMPAudio