Avicus Archive

{[HTML}] i want to make a Music player by Thrasillias December 20, 2015 at 12:12 AM UTC

DEV ADMIN
i need help
i want to make a HTML music player but idk how to begin
hellp

Coco_stag December 20, 2015 at 12:12 AM UTC

I don't think that can be done with html, but other languages of code I'm pretty sure.

Correct me if I'm wrong

EDIT:
http://www.w3schools.com/html/html5_audio.asp
<audio controls>
  <source src="horse.ogg" type="audio/ogg">
  <source src="horse.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>

Jongh December 20, 2015 at 12:12 AM UTC

You can't do that with html LOL

resepignev December 20, 2015 at 12:12 AM UTC

Not possible with html,
you need javascript...

Thrasillias December 20, 2015 at 12:12 AM UTC

i got 1 but its kinda weird

http://pastebin.com/m4CgMBfK

https://gyazo.com/c5a4953189193373c3336d051aa59556


Coco_stag December 20, 2015 at 12:12 AM UTC

You got some java in there

resepignev December 20, 2015 at 12:12 AM UTC

There are <script> tags everywhere.
Means you use javascript.

Thrasillias December 20, 2015 at 12:12 AM UTC

There are <script> tags everywhere.
Means you use javascript.
this is my first time i do this kind of stuff

Coco_stag December 20, 2015 at 12:12 AM UTC

this is my first time i do this kind of stuff
You said you wanted a html music player, not a mixed, with java and html

Thrasillias December 20, 2015 at 1:12 AM UTC

There are <script> tags everywhere.
Means you use javascript.
the javascript is network scanner etc etc

https://gyazo.com/b25d239440ca4713742e360a0c93be21