Difference between revisions of "Sound-Player Extension Test"
The Wiki of Unify contains information on clients and devices, communications systems and unified communications. - Unify GmbH & Co. KG is a Trademark Licensee of Siemens AG.
Stefan.muenz (talk | contribs) |
Stefan.muenz (talk | contribs) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div class="breadcrumb"> | <div class="breadcrumb"> | ||
− | + | {{up}} [[test area]] | |
− | + | {{up}} {{de}} [[Testbereich]] | |
+ | {{up}} [[Extension Tests]] | ||
</div> | </div> | ||
Line 11: | Line 12: | ||
# [[Special:Upload|Upload]] the mp3 file (in this wiki, you can upload files with .mp3 extension). Remember the file name! | # [[Special:Upload|Upload]] the mp3 file (in this wiki, you can upload files with .mp3 extension). Remember the file name! | ||
− | # Edit the page where you want to embed the sound file. Go to the position in the page contents where you want to embed the | + | # Edit the page where you want to embed the sound file. Go to the position in the page contents where you want to embed the sound file. |
− | # Enter something like this: | + | # Enter something like this: <nowiki><mp3>src=Freunde_sind_wichtig.mp3|width=120|height=55|text=Freunde sind wichtig</mp3></nowiki> |
# Save your page and try it out! | # Save your page and try it out! | ||
== Hints to the embed syntax == | == Hints to the embed syntax == | ||
− | * The embed markup is | + | * The embed markup is <nowiki><mp3>...</mp3></nowiki> |
− | * Between | + | * Between <nowiki><mp3></nowiki> and <nowiki></mp3></nowiki> you enter the desired data for the sound file. |
* With <code>src=</code> you specify the mp3 file. Note that the first character of file names has to be uppercase if it is a letter, even if you entered a lowercase first letter. | * With <code>src=</code> you specify the mp3 file. Note that the first character of file names has to be uppercase if it is a letter, even if you entered a lowercase first letter. | ||
* Width <code>width=</code> and <code>height=</code> you specify the display dimension of the mp3 player. | * Width <code>width=</code> and <code>height=</code> you specify the display dimension of the mp3 player. | ||
* With <code>text=</code> you can place information about the sound or music. | * With <code>text=</code> you can place information about the sound or music. | ||
+ | |||
+ | [[Category:Test]] | ||
+ | [[Category:test]] |
Latest revision as of 12:28, 11 August 2006
Below you see a little mp3 player! It plays the song stated right.
<mp3>src=Freunde_sind_wichtig.mp3|width=120|height=55|text=Freunde sind wichtig
duration: 1:48, size 1.307.794 Bytes</mp3>
Steps to embed MP3 sound files
- Upload the mp3 file (in this wiki, you can upload files with .mp3 extension). Remember the file name!
- Edit the page where you want to embed the sound file. Go to the position in the page contents where you want to embed the sound file.
- Enter something like this: <mp3>src=Freunde_sind_wichtig.mp3|width=120|height=55|text=Freunde sind wichtig</mp3>
- Save your page and try it out!
Hints to the embed syntax
- The embed markup is <mp3>...</mp3>
- Between <mp3> and </mp3> you enter the desired data for the sound file.
- With
src=
you specify the mp3 file. Note that the first character of file names has to be uppercase if it is a letter, even if you entered a lowercase first letter. - Width
width=
andheight=
you specify the display dimension of the mp3 player. - With
text=
you can place information about the sound or music.