Views

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.

Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 23: Line 23:
 
* 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

  1. Upload the mp3 file (in this wiki, you can upload files with .mp3 extension). Remember the file name!
  2. 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.
  3. Enter something like this: <mp3>src=Freunde_sind_wichtig.mp3|width=120|height=55|text=Freunde sind wichtig</mp3>
  4. 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= and height= you specify the display dimension of the mp3 player.
  • With text= you can place information about the sound or music.