From 4b1a9203c547c019fc5398082ae19a3f3d4c3efe Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:15 -0500 Subject: initial commit --- files/ca/web/html/element/bgsound/index.html | 106 +++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 files/ca/web/html/element/bgsound/index.html (limited to 'files/ca/web/html/element/bgsound/index.html') diff --git a/files/ca/web/html/element/bgsound/index.html b/files/ca/web/html/element/bgsound/index.html new file mode 100644 index 0000000000..766b9598eb --- /dev/null +++ b/files/ca/web/html/element/bgsound/index.html @@ -0,0 +1,106 @@ +--- +title: +slug: Web/HTML/Element/bgsound +tags: + - Element + - HTML + - Non-standard + - Reference + - Web +translation_of: Web/HTML/Element/bgsound +--- +
{{non-standard_header}}
+ +

Sumari

+ +

L'element HTML So de Fons (<bgsound>) és un element d'Internet Explorer que associa un so de fons amb una pàgina.

+ +
+

No utilitzeu aquest! Per poder inserir l'àudio en una pàgina web, heu d'utilitzar l'element {{HTMLElement("audio")}}.

+
+ +

Atributs

+ +
+
{{htmlattrdef("balance")}}
+
Aquest atribut defineix un nombre entre -10000 i 10000 que determina com es dividirà el volum entre els altaveus
+
{{htmlattrdef("loop")}}
+
Aquest atribut indica el nombre de vegades que un so es reproduirà i pot tenir qualsevol valor numèric o la paraula clau infinita.
+
{{htmlattrdef("src")}}
+
Aquest atribut especifica l'adreça URL de l'arxiu de so que es reproduirà, que ha de ser un dels següents tipus: .wav, .au, o .mid.
+
{{htmlattrdef("volume")}}
+
Aquest atribut defineix un nombre entre 0 i 10.000 que determina la intensitat del so de fons d'una pàgina.
+
+ +

Exemple

+ +
<bgsound src="sound1.mid">
+
+<bgsound src="sound2.au" loop="infinite">
+
+ +

Notes

+ +

Funcionalitat similar pot aconseguir-se en algunes versions de Netscape que utilitzen l'etiqueta <embed> per invocar un reproductor d'àudio.

+ +

Podem escriure bgsound amb una etiqueta de tancament <bgsound  />. No obstant això, ja que aquest element no és part d'una norma, pel que fa a XHTML no será validat.

+ + + +

{{CompatibilityTable}}

+ +
+ + + + + + + + + + + + + + + + + + + +
CaracterísticaChromeFirefox (Gecko)Internet ExplorerOperaSafari
Suport bàsic{{CompatUnknown}}{{CompatNo}} [1]{{CompatVersionUnknown}}{{CompatUnknown}}{{CompatUnknown}}
+
+ +
+ + + + + + + + + + + + + + + + + + + +
CaracterísticaAndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Suport bàsic{{CompatUnknown}}{{CompatNo}} [1]{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
+
+ +

[1] Fins Firefox 22, tot i no donar suport a aquest element, Gecko va associar-ho a {{domxref ("HTMLSpanElement")}}. Això va ser corregit i ara l'element associat és un {{domxref ("HTMLUnknownElement")}} com és requerit per l'especificació.

+ +

Veure

+ + + +
{{HTMLRef}}
-- cgit v1.2.3-54-g00ecf