'', 'class' =>'', 'mute' =>'', 'mp3' =>'', 'ogg' =>'', 'wav' =>'', 'autoplay' =>'', 'loop' =>'', 'controls' =>'', 'style' =>'dark', ),$args ); extract( $defaults ); self::$args = $defaults; $addclass = uniqid('audiocontrols-'); $class .= ' '.$addclass; if( $mute =='yes'): $mute = 'mute'; else: $mute = ''; endif; if( $autoplay == 'yes'): $autoplay = 'autoplay'; else: $autoplay = ''; endif; if( $loop == 'yes'): $loop = 'loop'; else: $loop = ''; endif; if( $controls == 'yes'): $controls = ''; else: $controls = 'controls'; endif; $html = '' ; return $html; } } new Magee_Audio(); endif;