%EMBEDFLASH{"%ATTACHURL%/sample.swf" width="550" height="400"}%If this plugin is installed you will see a Flash movie displayed:
%EMBEDFLASH{"filepath" <optional attributes> }%
%EMBEDFLASH{...}%
accolades (all values within quotes). When a particular parameter is not specified, the default value will be used (see table below).
Argument | Comment | Example | Default value |
---|---|---|---|
Required attributes | |||
filepath |
Filepath of the movie; should have suffix .swf |
mypath/flashmovie.swf |
|
General attributes | |||
width |
Width of Flash movie in pixels, or a percentage. 100% means one hundred percent of the available width on the page. | "50%" or "500px" |
"100%" |
height |
Height of Flash movie in pixels, or a percentage. 100% means one hundred percent of the available height on the page. | "50%" or "500px" |
"100%" |
bgcolor |
Background color of Flash movie in hex string. When omitted, no background color will be specified and the background color of the Flash movie will be used. | "#cccccc" |
"" |
version |
Flash Player (plugin) version needed to view movie | "8" |
"9" |
Advanced attributes | |||
align |
Default centers the movie in the browser window and crops edges if the browser window is smaller than the movie. l (left), r (right), t (top), and b (bottom) align the movie along the corresponding edge of the browser window and crop the remaining three sides as needed. |
"l" , "r" , "t" , "b" |
"" |
salign |
l , r , t , and b align the movie along the left, right, top or bottom edge, respectively, of the browser window and crop the remaining three sides as needed. tl and tr align the movie to the top left and top right corner, respectively, of the browser window and crop the bottom and remaining right or left side as needed. bl and br align the movie to the bottom left and bottom right corner, respectively, of the browser window and crop the top and remaining right or left side as needed. |
"l" , "t" , "r" , "b" , "tl" , "tr" , "bl" , "br" |
"" |
scale |
Scaling of Flash movie. | "noborder" , "exactfit" , "noscale" , "showall" |
"" |
quality |
Playback quality. | "best" , "high" , "medium" , "low" , "autohigh" , "autolow" |
"high" |
menu |
Should right-click on Flash movie show a (default) menu? Note that with the Flash 7 player the menu cannot be removed. | "true" or "false" |
"true" |
id |
ID of Flash movie; for general use not necessary to specify. | "movie2" |
the filename without suffix, eg. flashmovie |
wmode |
Sets the Window Mode property of the Flash movie for transparency, layering, and positioning in the browser. window - movie plays in its own rectangular window on a web page. opaque - the movie hides everything on the page behind it. transparent - the background of the HTML page shows through all transparent portions of the movie, this may slow animation performance. |
"window" , "opaque" or "transparent" |
"" |
play |
Specifies whether the movie begins playing immediately on loading in the browser. | "true" or "false" |
"true" |
loop |
Specifies whether the movie repeats indefinitely or stops when it reaches the last frame. | "true" or "false" |
"true" |
allowscriptaccess |
Controls the ability to perform outbound scripting from within a Flash SWF. When allowScriptAccess is never , outbound scripting always fails. When allowScriptAccess is always , outbound scripting always succeeds. If allowScriptAccess is sameDomain (it is supported in SWFs from Flash Player 8), outbound scripting is allowed only if the SWF file resides in the same domain as the hosting web page. |
"sameDomain" , "always" or "never" |
"sameDomain" |
fullscreen |
Enabled scriptable fullscreen mode. An overlay dialog box will appear when the movie enters full-screen mode, instructing the user how to exit and return to normal mode. The dialog box appears for a few seconds and then fades out. | "true" or "false" |
"false" |
base |
Specifies the base directory or URL used to resolve all relative path statements in the Flash Player movie. This attribute is helpful when your Flash Player movies are kept in a different directory from your other files. | any directory URL, or empty string "" |
"%ATTACHURL%/" |
swliveconnect |
Specifies whether the browser should start Java when loading the Flash Player for the first time. | "true" or "false" |
"" |
flashvars |
Variables to be passed to the Flash movie. Multiple variables are separated by & . |
flashvars="x=50&y=100&url=%ATTACHURL%/picture.jpg" |
"" |
object
and embed
tags using Javascript to prevent annoying popup windows. base
attribute to the Flash file:
%EMBEDFLASH{ "%ATTACHURL%/swf/ThumbController.swf" width="430" height="370" base="%ATTACHURL%/swf/" }%
%EMBEDFLASH{ "http://developer.yahoo.com/maps/flash/V3.5/asGS.01.swf" base="http://developer.yahoo.com/maps/flash/V3.5/" width="600px" height="400px" }%
%<plugin>_<setting>%
, i.e. %EMBEDFLASHPLUGIN_SHORTDESCRIPTION%
data/debug.txt
) EmbedFlashPlugin.zip
in your twiki installation directory. Content: File: | Description: |
---|---|
data/TWiki/EmbedFlashPlugin.txt | |
lib/TWiki/Plugins/EmbedFlashPlugin.pm | |
pub/TWiki/EmbedFlashPlugin/sample.fla | |
pub/TWiki/EmbedFlashPlugin/sample.swf | |
pub/TWiki/EmbedFlashPlugin/img/thumbs/Agave.jpg | |
pub/TWiki/EmbedFlashPlugin/img/thumbs/Clown-Fish.jpg | |
pub/TWiki/EmbedFlashPlugin/img/thumbs/Daisies.jpg | |
pub/TWiki/EmbedFlashPlugin/img/thumbs/Dandelion-Seeds.jpg | |
pub/TWiki/EmbedFlashPlugin/img/thumbs/Dandelion.jpg | |
pub/TWiki/EmbedFlashPlugin/img/thumbs/Faux-Fur.jpg | |
pub/TWiki/EmbedFlashPlugin/img/big/Agave.jpg | |
pub/TWiki/EmbedFlashPlugin/img/big/Clown-Fish.jpg | |
pub/TWiki/EmbedFlashPlugin/img/big/Daisies.jpg | |
pub/TWiki/EmbedFlashPlugin/img/big/Dandelion-Seeds.jpg | |
pub/TWiki/EmbedFlashPlugin/img/big/Dandelion.jpg | |
pub/TWiki/EmbedFlashPlugin/img/big/Faux-Fur.jpg | |
pub/TWiki/EmbedFlashPlugin/swf/ThumbController.swf |
configure
in your TWiki installation, and enable the plugin in the {Plugins} section.
Plugin Author: | TWiki:Main.ArthurClemens |
Copyright: | © 2003-2008 TWiki:Main.ArthurClemens © 2007-2011 TWiki:TWiki.TWikiContributor |
License: | GPL (GNU General Public License) |
Plugin Version: | 2011-01-11 |
Change History: | |
2011-01-11: | TWikibug:Item6530: Fix for IE issue; doc improvements; changing TWIKIWEB to SYSTEMWEB -- TWiki:Main.BenEsacove |
24 Mar 2008: | Version 1.2 - Added flashvar attributes. |
25 Feb 2008: | Version 1.1 - Added attributes. Write HTML embed/object tags with Javascript to prevent popup windows. If no javascript is available the noscript tag is used. |
02 Nov 2006: | Version 1.01 - Updated Flash sample, small changes to documentation. |
28 Dec 2003: | Version 1.0 |
CPAN Dependencies: | none |
Other Dependencies: | none |
Perl Version: | 5.005 |
Plugin Home: | http://TWiki.org/cgi-bin/view/Plugins/EmbedFlashPlugin |
Feedback: | http://TWiki.org/cgi-bin/view/Plugins/EmbedFlashPluginDev |
I | Attachment | History | Size | Date | Comment |
---|---|---|---|---|---|
fla | sample.fla | r2 r1 | 42.5 K | 2011-01-12 - 06:36 | Saved by install script |
swf | sample.swf | r2 r1 | 1.9 K | 2011-01-12 - 06:36 | Saved by install script |