Huge Collections of Software Manuals and Knowledgebase

GreatManuals.com
Huge Collections of Software Manuals and Knowledgebase

 
Home Contact Us Request to publish your help manuals Request to remove your help manuals
Introduction
» ASPNetVideo
» Installation Guide
ASPNet QuickTime
» Object Reference
» Example Code
ASPNet WindowsMedia
» Object Reference
» Example Code
ASPNet RealPlayer
» Object Reference
» Example Code
» JavaScript API Reference
Tutorials
» HTML Alternative Content
» Encoding Video for ASPNetVideo Players
» Skinning ASPNetVideo Players
Registration Details
» Registration
 

Object Reference

Object Reference for ASPNetVideo.WindowsMedia in resource ASPNetVideo.NET2.dll, ASPNetVideo.NET2.AJAX.dll or ASPNetVideo.NET1.dll

drive recovery program restore deleted files vista data restoration
file undelete free undelete download free windows data recovery
restore digital picture ipod recovery mode mobile phone recovery software

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 the convenient Smart Tags properties editor, as shown below:

Behavior

 Enabled

If the component is disabled then only the HTML Alternative content will be rendered.

EnableViewState

Whether the control automatically saves its state for use in round-trips.

True by default.

 Visible

If the component is set to not be visible, it will not be rendered.

Video

 Alignment

Sets the 'align' attribute of the control, which works exactly as it does on a div tag.

Default - Does not set the 'align' attribute for the control.

Center - Set the 'align' attribute for the control to 'center'.

Left - Set the 'align' attribute for the control to 'left'.

Right - Set the 'align' attribute for the control to 'right'.

 AudioBalance

Specifies the current stereo balance. Values range from -100 to 100.

0 by default.

 AutoPlay

Indicates whether or not the video will play on load.

True by default.

 BaseURL

Specifies the base URL used for relative path resolution with URL script commands that are embedded in media items.

 CaptioningID

Specifies the name of the element displaying the captioning.

 CurrentMarker

Specifies the current marker number.

0 by default.

 CurrentPosition

Specifies the current position in the media item in seconds.

0 by default.

 DefaultFrame

Specifies the name of the frame used to display a URL.

 EolasFixEnabled

If desired, you may set this false to turn off the Eolas Fix and allow the 'Click to activate and use this Control' message to be displayed in Opera and Internet Explorer browsers.

True by default.

 FullScreen

Specifies whether video content is played back in full-screen mode. Only works in Microsoft Internet Explorer.

False by default.

 InvokeURLs

Specifies a value indicating whether URL events should launch a Web browser.

True by default.

 LoopCount

Specifies the number of times a media item will play. Minimum value of one.

1 by default.

 MaintainAspectRatio

Specifies whether video displayed by the control will keep it's original proportions, or if it should stretch to fit the video window when the video window is larger than the dimensions of the video image.

True by default.

 Mute

Specifies if audio is muted.

False by default.

 PlaybackRate

Specifies the playback rate. 0.5 equates to half the normal playback speed, 2 equates to twice.

1 by default.

 ShowContextMenu

Specifies a value indicating whether to enable the context menu, which appears when the right mouse button is clicked.

True by default.

 UIMode

Specifies which controls are shown in the user interface. Possible values: Invisible, None, Mini, Full .

If UIMode is set to "Invisible", no user interface is displayed, but space is still reserved on the page as specified by width and height. This is useful for retaining page layout when UIMode can change. Additionally, the reserved space is transparent, so any elements layered behind the control will be visible.

If UIMode is set to "Full" or "Mini", Windows Media Player displays transport controls in full-screen mode. If UIMode is set to "None", no controls are displayed in full-screen mode.

Full by default.

 VideoURL

The URL of the media file.
This can be a local URL (e.g. ~/sample.wmv ) or a complete remote URL (e.g. http://www.mysite.com/sample.wmv).

 Volume

Sets the initial volume of the media. Ranges between 0 and 100. 

100 by default.

 WindowlessVideo

Specifies or retrieves a value indicating whether the Windows Media Player control renders video in windowless mode. When windowlessVideo is set to true, the Player control renders video directly in the client area, so you can apply special effects or layer the video with text. Supported by Windows Media Player for Windows XP or later.

True by default.

Layout

 Height

Height of the Control.

 Width

Width of the Control.

Some excerpts from this object reference were adapted from the the Windows Media Player 11 sdk at: http://www.microsoft.com/windows/windowsmedia/forpros/playerforpros.mspx

Other excerpts were adapted from the www.mioplanet.com online reference at: http://www.mioplanet.com/rsc/embed_mediaplayer.htm

Home | Contact Us | Request to publish your help manuals | Request to remove your help manuals