'', 'id' =>'', 'class' =>'', 'width' =>'', 'height' =>'', 'mute' =>'', 'link' =>'', 'autoplay' =>'', 'loop' =>'', 'controls' =>'', 'position' => 'left' ),$args ); extract( $defaults ); self::$args = $defaults; if(is_numeric($width)) $width = $width.'px'; if(is_numeric($height)) $height = $height.'px'; if( $autoplay == 'yes'): $autoplay = '1'; else: $autoplay = '0'; endif; if( $loop == 'yes'): $loop = '1'; else: $loop = '0'; endif; if( $controls == 'yes'): $controls = '1'; else: $controls = '0'; endif; if( $mute == 'yes'): $mute = '1'; else: $mute = '0'; endif; $out = ''; $sid = substr($link,32,11); if( $width == '100%' || $height == '100%' && $width == '' || $height == ''): $out .= "
"; $out .= "'; $out .= "
"; else: $out .= "
"; $out .= ""; $out .= "
"; endif; return $out; } } new Magee_Youtube(); endif;