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) |
||
(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> | ||
<flash>file=Histbahn.swf|width=600|height=400|scale=exactfit</flash> | <flash>file=Histbahn.swf|width=600|height=400|scale=exactfit</flash> | ||
+ | |||
+ | == Steps to embed a flash movie == | ||
+ | |||
+ | # [[Special:Upload|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: <nowiki><flash>file=Histbahn.swf|width=600|height=400|scale=exactfit</flash></nowiki> | ||
+ | # Save your page and try it out! | ||
+ | |||
+ | == Hints to the embed syntax == | ||
+ | |||
+ | * The embed markup is <nowiki><flash>...</flash></nowiki> | ||
+ | * Between <nowiki><flash></nowiki> and <nowiki></flash></nowiki> you enter the desired data for the flash movie. | ||
+ | * With <code>file=</code> 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 <code>width=</code> and <code>height=</code> you specify the display dimension of the flash movie. | ||
+ | * Use <code>scale=exactfit</code> to overwrite the flash movie's own width and height specifications. | ||
+ | |||
+ | [[Category:Test]] | ||
+ | [[Category:test]] |
Latest revision as of 12:29, 11 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.