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 10: | Line 10: | ||
# [[Special:Upload|Upload]] the flash movie (in this wiki, you can upload files with .swf extension). Remember the file name! | # [[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. | # 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: | + | # Enter something like this: <nowiki><flash>file=Histbahn.swf|width=600|height=400|scale=exactfit</flash></nowiki> |
# Save your page and try it out! | # Save your page and try it out! | ||
== Hints to the embed syntax == | == Hints to the embed syntax == | ||
− | * The embed markup is | + | * The embed markup is <nowiki><flash>...</flash></nowiki> |
− | * Between | + | * 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. | * 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. | * 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. | * Use <code>scale=exactfit</code> to overwrite the flash movie's own width and height specifications. |
Revision as of 15:09, 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.