• Resolved Chrome Orange

    (@chrome-orange)


    Can the Author add wmode=”transparent” to the generated flash please so that css menus go over the top rather than underneath.

    Also it would be nice if the shortcode could include a size option so that the default sizes can be overwritten if necessary, like this

    function shortcode_video( $atts, $content = NULL ) {
    		global $mvt;
    		extract(shortcode_atts(array(
    			"mvt_width" => $mvt['width'],
                "mvt_height" => $mvt['height']
    		), $atts));
    
    	if ( NULL === $content ) return '';
    		return '' .get_video($content,$mvt_width,$mvt_height). '';
    	}

    function get_video($content,$mvt_width,$mvt_height){

    and replace all occurances of $mvt[‘width’] and $mvt[‘height’] with $mvt_width $mvt_height in the get_video function

    http://wordpress.org/extend/plugins/my-videotag/

  • The topic ‘[Plugin: My Videotag (Youtube, Googlevideo, DailyMotion, etc)] My Videotag’ is closed to new replies.