• Great plugin! We want to prevent autoplay. While my shortcode contains [… autoplay=”false” …], the audio files plays seemingly before the full script does. I assume the mp3 is loading before the parameters. Is there a way to prevent proloading of audio files?

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, can you share the full shortcode you are currently using?

    Thank you

    Thread Starter swissmissmi

    (@swissmissmi)

    [sc_embed_player_template1 fileurl=”/wp-content/uploads/my.mp3″ autoplay=”false” loops=”true”]

    Thread Starter swissmissmi

    (@swissmissmi)

    Tried putting autoplay before before fileurl, no luck
    [sc_embed_player_template1 autoplay=”false” fileurl=”/wp-content/uploads/my.mp3″]

    • This reply was modified 7 years, 4 months ago by swissmissmi.
    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi,

    Please check the following sample shortcode. You will notice that it shows the full path URL. Can you make sure you also add the full path URL for your music file.

    [sc_embed_player fileurl="http://www.example.com/wp-content/uploads/my-music/mysong.mp3"]

    Give this a try and let me know how it goes.

    Kind regards

    • This reply was modified 7 years, 4 months ago by mbrsolution.
    • This reply was modified 7 years, 4 months ago by mbrsolution.
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Prevent Autoplay, Preload’ is closed to new replies.