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/Object.js

  • Provides:

    • dojox.embed.Object
  • Requires:

    • dijit._Widget in common
    • dojox.embed.Flash in common
    • dojox.embed.Quicktime in common
  • dojox.embed.Object

    • type
      Function
    • chains:
      • dijit._Widget: (prototype)
      • dijit._Widget: (call)
    • summary
      A widget you can use to embed either a Flash or Quicktime
      movie.
    • example
      From markup:
      	<div dojoType="dojox.embed.Object" src="path/to/movie.swf"></div>
    • example
      Programmatic:
      	var mov=new dojox.embed.Object({
      		src: "path/to/movie.swf"
      	}, node);
  • dojox.embed.Object.width

    • optional
    • type
      Number
    • summary
      The width of the movie. If not provided, the width of this.domNode is used.
  • dojox.embed.Object.height

    • optional
    • type
      Number
    • summary
      The height of the movie. If not provided, the height of this.domNode is used.
  • dojox.embed.Object.src

    • type
      String
    • summary
      The URL of the movie to embed.
  • dojox.embed.Object.movie

    • type
      HTMLEmbed
    • summary
      The eventual reference to the movie embedded.  If you are looking to script
      control over the movie, you'd access it this way.
  • dojox.embed.Object.params

    • type
      Object
    • summary
      A property bag that is created postCreate.  Any additional attributes you
      define on your domNode will be collected and placed into this, which will
      then be passed to the movie constructor.
  • dojox.embed.Object.reFlash

    • type
      RegExp
    • summary
      Expression used on the src property to determine if this is Flash or Quicktime.
  • dojox.embed.Object.reQtMovie

    • type
      RegExp
    • summary
      Expression used on the src property to determine if this is Flash or Quicktime.
  • dojox.embed.Object.reQtAudio

    • type
      RegExp
    • summary
      Expression used on the src property to determine if this is Flash or Quicktime.
  • dojox.embed.Object.postCreate

    • type
      Function
  • dojox.embed.Object.domNode.attributes

  • dojox.embed.Object.domNode.attributes.length

  • dojox.embed.Quicktime

    • alias - dojox.embed.Quicktime
  • dojox.embed

    • type
      Object
  • dojox

    • type
      Object