Support » Fixing WordPress » Two problems with native video support on v3.6 and flash

  • Hi,

    I’ve been testing the new native video support introduced in WP 3.6, but I noticed two problems with my videos when using the flash fallback.

    The first one is cosmetic. The progress bar changes its color when going full screen.

    Here’s my CSS:

    .mejs-container, .mejs-embed, .mejs-embed body {
    	background: #000000;
    }
    
    .mejs-controls .mejs-time-rail .mejs-time-loaded {
    	background: #999999 ;
    }
    
    .mejs-controls .mejs-time-rail .mejs-time-current {
    	background: #eeeeee;
    }
    
    .me-cannotplay {
    	width: auto !important;
    }

    This is how it looks when it’s not in full screen: http://img835.imageshack.us/img835/4836/5rry.png

    This is how it looks when I go full screen: http://img209.imageshack.us/img209/6084/u6q2.png

    The second one has to do with the autoplay function, it’s just not working.

    This is my shortcode:

    [video src="video.mp4" width="640" height="360" autoplay="true" loop="true"]

    You can see the video here.

    When testing with HTML5 it starts playing right away.

    Anybody else having this same problem?

    Thanks.

  • The topic ‘Two problems with native video support on v3.6 and flash’ is closed to new replies.