html5controls for video not working

  • I have a scene that has a fullscreen video layer as defined :

    [size=10]

    Code
    <layer name="video"               url.flash="videoplayer.swf"               url.html5="plugins/videoplayer.js"               videourl="../videos/test.mp4"               posterurl="videoposter.jpg"               align="center" x="0" y="0"               pausedonstart="false"               loop="false"               volume="1.0"               onvideoready=""               onvideoplay=""               onvideopaused=""               onvideocomplete=""               onerror=""               html5controls="true"               height="100%"               width="100%"               />

    The video plays just fine, but the controls appear for a second and fade out. They do not react to any clicks on them.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!