summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@freedesktop.org>2013-05-13 19:34:44 -0700
committerJoe Rayhawk <jrayhawk@freedesktop.org>2013-05-13 19:34:44 -0700
commit468b5957d6b06c3001316dea578de11d20c3e83b (patch)
tree677b6a181b86f00d05d565dcc72951554e97a086
parentbe09cf46e75ce3368e4a4715276f82f85130557f (diff)
moin2mdwn: convert page Developers
-rw-r--r--Developers.mdwn29
-rw-r--r--Developers.moin22
2 files changed, 29 insertions, 22 deletions
diff --git a/Developers.mdwn b/Developers.mdwn
new file mode 100644
index 0000000..dfaa239
--- /dev/null
+++ b/Developers.mdwn
@@ -0,0 +1,29 @@
+
+
+## Developers
+
+This page contains information for people interested in using swfdec in their own products or developing swfdec itself.
+### License
+
+Swfdec is licensed under the [[LGPL|http://www.gnu.org/licenses/lgpl.html]]. For audio and video decoding it may optionally make use of libraries with different licenses. Currently [[MAD|http://www.underbit.com/products/mad/]] can be used for decoding MP3. If you do not want these restrictions, you can disable support for it.
+### State
+
+This list does not claim to be up to date or inclusive of all important parts of Flash. This list was last updated for version 0.4.1
+[[!table header="no" class="mointable" data="""
+Part | Status | Comment
+file format | complete up to v7 |
+rendering | complete up to v7 | Morphshapes seem to work, but noone investigated them thoroughly yet
+sound | streams complete, events basic | the Sound Actionscript object and envelopes are not implemented
+video | playback complete (incl FLV) | support for AS objects is missing, so almost no videos from the web works
+event order | complete for Movieclip | support for key events, onData and other objects is missing
+Actionscript interpreter | new in 0.4.2 | interprets Actionscript and does so nicely. Support for [[DoInitAction|DoInitAction]] is missing
+Actionscript opcodes | 50% of v7 opcodes implemented | the harder opcodes are still missing, mostly Flash 6 and 7
+Movieclip AS object | positioning and events complete | various functions aren't implemented
+Button AS object | positioning and events complete | identical to Movieclip AS object
+[[TextField|TextField]] object | display complete | no editing, and lots of _HTML_ missing
+[[TextField|TextField]] AS object | positioning and events complete | identical to Movieclip AS object
+Color, Mouse AS objects | complete | support for the "small" classes should work
+... |
+"""]]
+
+There's a separate page about the [[MozillaPlugin|MozillaPlugin]].
diff --git a/Developers.moin b/Developers.moin
deleted file mode 100644
index 72b531a..0000000
--- a/Developers.moin
+++ /dev/null
@@ -1,22 +0,0 @@
-== Developers ==
-This page contains information for people interested in using swfdec in their own products or developing swfdec itself.
-=== License ===
-Swfdec is licensed under the [[http://www.gnu.org/licenses/lgpl.html|LGPL]]. For audio and video decoding it may optionally make use of libraries with different licenses. Currently [[http://www.underbit.com/products/mad/|MAD]] can be used for decoding MP3. If you do not want these restrictions, you can disable support for it.
-=== State ===
-This list does not claim to be up to date or inclusive of all important parts of Flash. This list was last updated for version 0.4.1
-||Part||Status||Comment||
-||file format||complete up to v7|| ||
-||rendering||complete up to v7||Morphshapes seem to work, but noone investigated them thoroughly yet||
-||sound||streams complete, events basic||the Sound Actionscript object and envelopes are not implemented||
-||video||playback complete (incl FLV)||support for AS objects is missing, so almost no videos from the web works||
-||event order||complete for Movieclip||support for key events, onData and other objects is missing||
-||Actionscript interpreter||new in 0.4.2||interprets Actionscript and does so nicely. Support for DoInitAction is missing||
-||Actionscript opcodes||50% of v7 opcodes implemented||the harder opcodes are still missing, mostly Flash 6 and 7||
-||Movieclip AS object||positioning and events complete||various functions aren't implemented||
-||Button AS object||positioning and events complete||identical to Movieclip AS object||
-||TextField object||display complete||no editing, and lots of ''HTML'' missing||
-||TextField AS object||positioning and events complete||identical to Movieclip AS object||
-||Color, Mouse AS objects||complete||support for the "small" classes should work||
-||...||||
-
-There's a separate page about the MozillaPlugin.