Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter egerlach

    (@egerlach)

    @ I tried [flowplayer id=”613″ controls=”none”] but it has no effect

    Plugin Author Ulrich

    (@grapplerulrich)

    The plugin used Flowplayer HTML5. http://flowplayer.org/docs/setup.html

    If you share the link of the video. I can give you css that only hides the controls only for that video.

    Thread Starter egerlach

    (@egerlach)

    Here is the link: http://aiai.de/index.htm
    On left hand side are TWO videos! You may not see the second, its underneath the big one, its name is leer_weiss_16x9_80Sek and the video is sized to 14×8 pixel. Ist a very small video that is white only an has no audio. Its running for tracking affairs only. I’d like to have this video without any control.
    tia

    Plugin Author Ulrich

    (@grapplerulrich)

    Try this css.

    #le_body_row_2_col_1_el_2 .fp-ui {
    display: none;
    }
    Thread Starter egerlach

    (@egerlach)

    works! Thats what I put around the flowplayer call:

    <style>
    #le_body_row_2_col_1_el_2 .fp-ui {
    display: none;
    }
    </style>
    
    <div id="le_body_row_2_col_1_el_2" >
    [flowplayer id="613"]
    </div>
    Thread Starter egerlach

    (@egerlach)

    thank you Ulrich. First money I earn I buy a flowplayer license to support your work.

    Plugin Author Ulrich

    (@grapplerulrich)

    Great 🙂

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘disable controls in shortcode – is that possible?’ is closed to new replies.