Constructordojox.flash.setSwf

dojo.require("dojox.flash._base");
defined in dojox/flash/_base.js

Sets the SWF files and versions we are using.

Usage

function (/*String*/ url, /*Boolean?*/ visible) (view source)
parametertypedescription
urlStringThe URL to this Flash file.
visibleBooleanOptional. Whether the Flash file is visible or not. If it is not visible we hide it off the screen. This defaults to true (i.e. the Flash file is visible).

PropertiesBack to top

The URL to this Flash file.