Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/embed/flashVars.js

  • Provides:

    • dojox.embed.flashVars
  • dojox.embed.flashVars.serialize

    • parameters:
      • n: (typeof String)
        The name for the object, such as: "button"
      • o: (typeof Object)
        The object to serialize
    • returns
      String
    • summary
      Key method. Serializes an object.
    • alias - dojox.embed.flashVars.serialize
    • type
      Function
  • dojox.embed.flashVars

    • description
      JSON could be done, but Deft does not yet have a JSON parser, and quotes are
      very problematic since Flash cannot use eval(); JSON parsing was successful
      when it was fully escaped, but that made it very large anyway. flashvar
      serialization at most is 200% larger than JSON.
      
      See:
      Deft/common/flashVars.as
  • dojox.embed

    • type
      Object
  • dojox

    • type
      Object