mp3 audioplayer with extern link

  1. 4 years ago

    Hello,

    i want to insert an html player like this
    <audio src="https://www.onomato.de/audio/01_Modal_Rex.mp3" controls ></audio>

    with an extern referenz or location of the mp3 file.

    Is this possible - and what i have to do for this?

    Many thanks

    Axel Grube

  2. Angelo S

    26 Jun 2019 Administrator

    Hello Axel,
    take a look at how the audio object itself is exported in pubcoder:
    https://docs.pubcoder.com/new/pubcoder_audio_object.html#code

    Just replace the value of the src attribute with the URL to your remote audio file and put the code inside a smart object.

    Best Regards,
    Angelo

 

or Sign Up to reply!