Paste2 Logo
  1. "param":
  2.     {
  3.       "attributes":
  4.       [
  5.         "type",
  6.         "value",
  7.                 "name"
  8.       ],
  9.       "required":[
  10.       "name"
  11.       ],
  12.       "inside":"object"
  13.     },
  14. "embed":
  15.     {
  16.       "attributes":
  17.       [
  18.         "width",
  19.         "height",
  20.         "allowfullscreen",
  21.         "allowscriptaccess",
  22.         "wmode",
  23.         "type",
  24.         "src"
  25.       ],
  26.           "inside":"object"
  27.     },
  28. "object":
  29.     {
  30.       "attributes":[
  31.       "archive",
  32.       "classid",
  33.       "codebase",
  34.       "codetype",
  35.       "data",
  36.       "declare",
  37.       "height",
  38.       "name",
  39.       "standby",
  40.       "type",
  41.       "usemap",
  42.       "width"
  43.       ]
  44.     },

Add flash embed functionality back to Wymeditor part 1 (code on meridimus.com)