Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Insert audio src

Hello, I have audio files saved to a folder in google drive. I want to insert audio files into my Twine via src links. I do this but the audio doesn't play. Can someone give me the correct code I need to use?

This twine will ultimately be hosted by github and will pull images, audio and video data from google drive.
<audio src="https://drive.google.com/file/d/0B0sCNgjcw35cc0lZMTVHT1REQ0k/view?usp=sharing"; autoplay>

Comments

  • Seems like a weird decision to not just host everything on GitHub. Is there a reason you need to use Google Drive, too? Also, I don't think you need that semicolon in your audio tag--I don't know if it'll hurt anything being there, but it might be causing problems.
  • @Chapel: the semi-colon after the src URL was added by the forum's software, this is why the quote tag needs to be used when posting code examples that contain URLs.
Sign In or Register to comment.