Jump to content
php.lv forumi

Muuzika fona...


-=HELLBENDER=-

Recommended Posts

par to sound scriptu-

Kad uspieshu piemeram skanja 1 tad vinjs nenomainas :( WHY?

a tas attiecīgais fails tev ir?

 

edit: ah, pareizi. laikam jāpieliek tam embed tagam vēl kāds atribūts.

 

<embed src="" id="skana" autostart="true">

Edited by Stopp
Link to comment
Share on other sites

a tas attiecīgais fails tev ir?

 

edit: ah, pareizi. laikam jāpieliek tam embed tagam vēl kāds atribūts.

 

<embed src="" id="skana" autostart="true">

THX :) Nju man viss iet ^_^

Bet ka tu r palika ar to lieluma n oteiceeju??? man sceit kkur bija jaievieto width un height ja nemaldos tikai kur?

Link to comment
Share on other sites

visi embed atribūti.

1. width="144 "

Tells the browser how wide you wish the sound display to be. Input a number in pixels. The most common width is 144.

 

2. height="60"

Tells the browser how tall you want the sound display to be. Input a number in pixels. The most common height is 60.

 

3. autostart="true"

Instructs the browser to begin playing the file automatically once it has been loaded on the page. You can set this value to true or false. The default is false.

 

4. loop="true"

Instructs the browser to play the file over and over again for as long as someone is on that page, or until the user hits the stop button on the display. You can set this value to true or false. The default is false.

 

5. hidden="true"

This command tells the browser to hide the sound display so people viewing you page don't see the sound display with the control buttons. The sound plays as though it were just in the background somewhere. You can set this to true or false. The default is false.

Link to comment
Share on other sites

×
×
  • Create New...