diff options
author | Joe Rayhawk <jrayhawk@freedesktop.org> | 2013-05-13 19:38:19 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@freedesktop.org> | 2013-05-13 19:38:19 -0700 |
commit | 0dded339091d2be7ed43579a41fbcd333f6cda65 (patch) | |
tree | 957af352353039b4109e7acfae75a5aa2f95863a | |
parent | 46ff537d960e9b25098ecf16d6fe8fe1453e86c0 (diff) |
-rw-r--r-- | MozillaPlugin.mdwn | 20 | ||||
-rw-r--r-- | MozillaPlugin.moin | 15 |
2 files changed, 20 insertions, 15 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 +"""]] diff --git a/MozillaPlugin.moin b/MozillaPlugin.moin deleted file mode 100644 index d0e3fc1..0000000 --- a/MozillaPlugin.moin +++ /dev/null @@ -1,15 +0,0 @@ -=== plugin parameters ===
-For more information on parameters, see [[http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_12701]]
-||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||
|