Dynamic rich media component for ASP.Net Flash, Video, Audio, FlashVideo and ToolTip / Balloon Help controls for C# and VB.Net

ASPNetMediaGUI Media Button Object Reference

Object Reference for:

  • ASPNetMediaGUI.LoadMediaButton
  • ASPNetMediaGUI.PlayButton
  • ASPNetMediaGUI.PauseButton
  • ASPNetMediaGUI.StopButton
  • ASPNetMediaGUI.MuteButton
  • ASPNetMediaGUI.VolumeUpButton
  • ASPNetMediaGUI.VolumeDownButton
  • ASPNetMediaGUI.FastForwardButton
  • ASPNetMediaGUI.FastReverseButton
  • ASPNetMediaGUI.PlayTrackButton
  • ASPNetMediaGUI.StopPlayListButton
  • ASPNetMediaGUI.NextTrackButton
  • ASPNetMediaGUI.PreviousTrackButton

in resource ASPNetMediaGUI.NET2.dll, or ASPNetMediaGUI.NET1.dll

Inherits from Button/Image Button/Link Button attributes.

These properties can be accessed programmatically (e.g. in C# or VB.Net) or by using the properties editor. In Visual Studio 2005 you can also access the properties using Smart Tags.

Button

AssociatedControl

Select or enter the Control ID of the Media Player to associate this Button with.

ButtonType

Select the type of button you wish to display.

Button (default) - a basic push-button

Link - a Hyperlink button

Image - a Image button

RolloverImage - a Image button with a rollover image feature

MediaURL

The URL of the media file to load.

Applies to:

  • LoadMediaButton
  • PlayButton

RolloverImageUrl

The URL of the image shown when the mouse hovers over the image button - on used when ButtonType = "RolloverImage".

Applies to:

  • All

SeekStep

The speed of the seeking. May differ in use depending on type of Media Player.

Applies to:

  • FastForwardButton
  • FastReverseButton

Track

The track to play when clicked.

Applies to:

  • PlayTrackButton

VolumeStep

The degree to which the volume is changed per click.

Applies to:

  • VolumeUpButton
  • VolumeDownButton