Viewing 2 replies - 1 through 2 (of 2 total)
  • hi ,
    you could achieve this by CSS .

    first use a player shortcode like this [mp3t track=”my.mp3″ title=”” ind=”n” volslider=”n” autoplay=”y” play=” ” stop=” “]
    …. there will be no buttons like this … only the position handle will show while the mp3 is running.

    Then find this css rule in the default CSS file of the player ( silver) (or follow the steps to use a custom CSS file on the help page) :

    span.posbar_mp3j .ui-slider-handle {
    ….
    }

    and in that rule modify these lines:
    background: url(‘images/mp3t-poshandle.png’) repeat-y -50px 0px;
    to :
    background: none;
    and :
    border: 1px solid #999;
    to :
    border: 0 none;

    Thread Starter Lab Lover

    (@peterscaffidi)

    Thank you! I will give it a try!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide player’ is closed to new replies.