Sheep Productions

404 Billy offline

June 12 2020: Billy was written in Flash and that is not supported on modern browsers anymore, so this project came to an end.

There are some HTML Audio players if you Google to find an alternative.

But you can also just use native browser code which solves basically everything (if supported of course):


<audio controls>
    <source src="billywasgreatbutthisisbetter.mp3"
      type="audio/mpeg">
</audio>

Pretty cool, super easy and looks like this:

Thanks all.


Return home