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) |
||
Line 12: | 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 flash movie. | # 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 flash movie. | ||
− | # 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! | ||
Revision as of 16:05, 9 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 flash movie.
- 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.