Skip to main content

ASPxClientHtmlEditorInsertFlashCommandArguments Properties

Contains settings related to the ASPxClientCommandConsts.INSERTFLASH_COMMAND command parameter.
Name Description
align Determines the position of the target media element. Inherited from ASPxClientHtmlEditorChangeMediaElementCommandArguments.
allowFullscreen Determines if the target flash element can be displayed in the fullscreen mode.
autoPlay Determines if the target flash element will start playing automatically.
enableFlashMenu Determines if the flash related items are displayed in the context menu of the target flash element.
id Defines the HTML “id” attribute of the target media element. Inherited from ASPxClientHtmlEditorChangeMediaElementCommandArguments.
loop Defines if the target flash element repeats indefinitely, or stops when it reaches the last frame.
quality Defines the rendering quality level used for the target flash element.
selectedElement Gets the currently selected element in the ASPxHtmlEditor. Inherited from ASPxClientHtmlEditorCommandArguments.
src Defines the source of the target media element. Inherited from ASPxClientHtmlEditorChangeMediaElementCommandArguments.
styleSettings Contains the style settings defining the appearance of the target media element. Inherited from ASPxClientHtmlEditorChangeMediaElementCommandArguments.
See Also