Difference between revisions of "Flash 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 1: | Line 1: | ||
<div class="breadcrumb"> | <div class="breadcrumb"> | ||
− | ◄ [[Testbereich]] | + | ◄ [[test area]]/[[Testbereich]] |
◄ [[Extension Tests]] | ◄ [[Extension Tests]] | ||
</div> | </div> |
Revision as of 14:04, 9 August 2006
<flash>file=Histbahn.swf|width=600|height=400|scale=exactfit</flash>
Steps to embed a flash movie
- Upload the flash movie (in this wiki, you can upload files with .swf extension). Remember the file name!
- Edit the page where you want to embed the flash movie. Go to the position in the page contents where you want to embed the flash movie.
- Enter something like this:
<flash>file=Histbahn.swf|width=600|height=400|scale=exactfit</flash>
- Save your page and try it out!
Hints to the embed syntax
- The embed markup is
<flash>...</flash>
- Between
<flash>
and</flash>
you enter the desired data for the flash movie. - With
file=
you specify the flash movie 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 flash movie. - Use
scale=exactfit
to overwrite the flash movie's own width and height specifications.