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 5: | Line 5: | ||
<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: <code><nowiki><flash>file=Histbahn.swf|width=600|height=400|scale=exactfit</flash></nowiki></code> | ||
+ | # Save your page and try it out! | ||
+ | |||
+ | == Hints to the embed syntax == | ||
+ | |||
+ | * The embed markup is <code><nowiki><flash>...</flash></nowiki></code> | ||
+ | * Between <code><nowiki><flash></nowiki></code> and <code><nowiki></flash></nowiki></code> 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. |
Revision as of 13:12, 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.