Why isn't the audio on the website I'm working on, which isn't yet live?

2 replies
  • WEB DESIGN
  • |
I'm trying to embed a soundcloud audio file [link removed by moderator], but it doesn't appear to be working. Using a source from my computer instead of the SoundCloud website causes it to fail.
<audio controls autoplay loop>

<source src="audio.mp3" type="audio/mp3">

<a href="https://soundcloud.com/grixis/peacetreaty-change-grixis">

</audio>
I've also attempted the following:
<audio controls autoplay loop>

<source src="https://soundcloud.com/grixis/peacetreaty-change-grixis" type="audio/mp3">

</audio>
Error loading the resource: net::FILE NOT FOUND
#audio #live #website #working
  • Profile picture of the author Kay King
    Have you tried


    https://help.soundcloud.com/hc/en-us


    You can submit a 'ticket' on that site for help as well.... in case no one here has the answer.
    Signature
    Saving one dog will not change the world - but the world changes forever for that one dog
    ***
    One secret to happiness is to let every situation be
    what it is instead of what you think it should be.
    {{ DiscussionBoard.errors[11743062].message }}
    • Profile picture of the author Karl Shady
      Thank you! It's help me)
      {{ DiscussionBoard.errors[11743076].message }}

Trending Topics