bh:video  

    HTML5 Video-Player
    Erzeugt ein HTML5 Video Element und erkennt dabei die richtigen Formate für den Source Tag.

    Attribute

    NameBeschreibungTypedefaultrequired
    sourcePfad oder UIDs von Video Dateienmixed-true
    posterFal-UIDs eines Poster Bildesmixed-true
    controlsZeigt die Steuerelemente anbooleanfalsefalse
    mutedDas Video wird gemuted (ist für Autoplay notwendig)booleanfalsefalse
    autoplayDas Video started automatischbooleanfalsefalse
    loopDas Video wiederholt sichbooleanfalsefalse
    playsinlineDas Video öffnet sich nicht automatisch im Vollbild (am iPhone, iOS)booleanfalsefalse

    Beispiel

    html
    <bh:video source="{cObj.allSettings.videos}" controls="{cObj.allSettings.html5videoControls}" muted="{cObj.allSettings.html5videoMuted}" autoplay="{cObj.allSettings.html5videoAutoplay}" loop="{cObj.allSettings.html5videoLoop}" playsinline="{cObj.allSettings.playsinline}" />