Flash: Difference between revisions

From Meta, a Wikimedia project coordination wiki
Content deleted Content added
+cat
No edit summary
Line 15: Line 15:


[[Category:Mediawiki Extensions]]
[[Category:Mediawiki Extensions]]

== Known Bugs ==
''There are too many problems to list them in the bug system, so please list them here:''
*Possible security issues with Javascript
*Commands that are not tested
**play
**loop
**quality
**devicefont
**bgcolor
**scale
**align
**salign
**base
**menu
**wmode
**SeamlessTabbing
**flashvars
**name (object-specific)
**id (embed-specific)
**width
**height
**movie (object-specific)
**src (embed-specific)

Revision as of 10:46, 12 July 2005

The flash extension allows the display of flash movies within a wiki.

Syntax

<flash>file=filename.swf|width=x|height=y</flash>

More detailed syntax will be here soon.


Code

This is my first php code, so please be lenient with my beginner's mistakes. This code is not yet ready to be used in practice. I have only tested it really quickly and it worked. I have no clue what kind of security holes it has and what consequences it might bring. I suppose that with this code, scripts and java should be disabled but I'm not sure for I am not a Flash expert. Please use with caution.

=> Flash v0.01.

Known Bugs

There are too many problems to list them in the bug system, so please list them here:

  • Possible security issues with Javascript
  • Commands that are not tested
    • play
    • loop
    • quality
    • devicefont
    • bgcolor
    • scale
    • align
    • salign
    • base
    • menu
    • wmode
    • SeamlessTabbing
    • flashvars
    • name (object-specific)
    • id (embed-specific)
    • width
    • height
    • movie (object-specific)
    • src (embed-specific)