summaryrefslogtreecommitdiff
path: root/MozillaPlugin.mdwn
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@freedesktop.org>2013-05-13 19:38:19 -0700
committerJoe Rayhawk <jrayhawk@freedesktop.org>2013-05-13 19:38:19 -0700
commit0dded339091d2be7ed43579a41fbcd333f6cda65 (patch)
tree957af352353039b4109e7acfae75a5aa2f95863a /MozillaPlugin.mdwn
parent46ff537d960e9b25098ecf16d6fe8fe1453e86c0 (diff)
moin2mdwn: convert page MozillaPluginHEADmaster
Diffstat (limited to 'MozillaPlugin.mdwn')
-rw-r--r--MozillaPlugin.mdwn20
1 files changed, 20 insertions, 0 deletions
diff --git a/MozillaPlugin.mdwn b/MozillaPlugin.mdwn
new file mode 100644
index 0000000..256eae6
--- /dev/null
+++ b/MozillaPlugin.mdwn
@@ -0,0 +1,20 @@
+
+
+### plugin parameters
+
+For more information on parameters, see [[http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_12701|http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_12701]]
+[[!table header="no" class="mointable" data="""
+Parameter | Effect | Version implemented | Comments
+ALIGN | Align movie to one side of window | NO |
+BASE | Set base URL for URLs | NO |
+BGCOLOR | Set background color of Flash movie | NO | Requires support from Swfdec
+LOOP | Restart playing when end of file has been reached | NO | Requires support from Swfdec
+MENU | Display the full menu on right-click | NO | Probably will never be supported as configurability should be a user setting, not decided by the page.
+PLAY | Automatically start playback | NO | A user should at least be able to override this, so annoying movies do not play.
+QUALITY | Setting for quality/CPU usage tradeoff | NO | Swfdec has no support for quality yet, and even if it becomes available, this should probably be a user setting, too.
+FLASHVARS | Pass variables to Flash player | 0.4.3 |
+SALIGN | Align movie to window | 0.5.1 |
+SCALE | Make movie fit the assigned space | 0.5.1 |
+SWLIVECONNECT | Allow scripting from the Page embedding the movie | NO |
+WMODE | Allow transparent Flash movies | NO | May require changes in Linux Mozilla
+"""]]