• @nooehOP
        link
        17 months ago

        I know how to do this but I was hoping there was some way to build it into the url.

    • @nooehOP
      link
      17 months ago

      How about JavaScript which writes a simple html page. Any clue how I might go about that?

      • @Serinus
        link
        6
        edit-2
        7 months ago

        Javascript is overkill. Open a file on your desktop, name it whatever.html. Open it in notepad, put this in it. Save it, open it in your browser.

        • @nooehOP
          link
          37 months ago

          Lol I can understand what that does. The reason I am asking about JavaScript is that potentially I can use it like a url.

            • @nooehOP
              link
              15 months ago

              Thank you so much!! Data URLs were exactly what I was looking for with a little modification! Apparently chrome doesn’t allow looping with audio unless it meets certain strict criteria per google. Here is my final URL:

              data:text/html,

    • @[email protected]
      link
      fedilink
      English
      07 months ago

      It should’t matter, it should loop even if it’s just the html file locally opened with a browser.