Jump to content

Recommended Posts

Posted
<audio autoplay loop>
<source src="muzica.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>

 

am codul asta in index si nu imi porneste melodia cand accesez indexul ,porneste muzica doar cand dau pe logo

  • gaby changed the title to Auto-play music in index?

Posted

da l-am pus unde e si index-ul si melodia 4.mp3

si formatul este asta  : 

  <audio autoplay loop>
<source src="4.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>

Posted

incearca asa

	<p align="fl_left"><audio autoplay> 

  <source src="4.ogg" type="audio/ogg">

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

  Your browser does not support the audio element.

</audio> </p>	

 

Posted
5 hours ago, fNKro said:

e la fel doar cand dau pe banner se aude  @-coLd-

	<p align="fl_left"><audio autoplay> 

  <source src="4.ogg" type="audio/ogg">

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

  Your browser does not support the audio element.

</audio> </p>	

<script>
    function setHalfVolume() {
        var myAudio = document.getElementById("audio");
        myAudio.volume = 0.2;
    }
</script>

 

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.