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
» ASPNetFlashVideo
» Installation Guide
Tutorials
» Getting Started
» Define HTML Alternative Content
» Skinning ASPNetFlashVideo FLV Player
» Encoding Flash Video (FLV) Files
» Object Reference
» JavaScript API Reference
» Example Code
Registration Detail
» Registration
 

Object Reference

The ASPNetFlashVideo allows you to add Adobe Flash Video (.flv files) into your ASP.NET web forms.

Object Reference for ASPNetFlashVideo.FlashVideo in resource ASPNetFlashVideo.NET2.dll, ASPNetFlashVideo.NET2.AJAX.dll or ASPNetFlashVideo.NET1.dll

data retrieval software professional data recovery utility best data recovery
advanced windows password recovery photos recovery unerase photos
xd card data recovery usb file recovery flash drive data recovery

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.

Appearance

BackColor

Color of the background of the control.

CssClass

CSS Class name applied to the control.

Behavior

Enabled

If Enabled is set to false, only the HTMLAlternative content will be rendered.

EnableViewState

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

True by default.

Visible

If Visible is set to false, the control will not be rendered.

Flash Video

Alignment

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

Default (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'.

AllowFullScreen

Enables full screen option for web browsers using FlashVideo Player 9.

True by default.

AutoPlay

Indicates whether or not the video will play on load. 

True by default.

BufferTime

Set the length of the video buffer in seconds.

5 seconds by default.

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.

EmbedCode

The EmbedCode is raw embed code that you can distribute to your website visitors to place on their webpages.

ScaleMode

Defines how the Flash Video scales within your height and width definitions. Options are:

NoScale, which displays it at the video's original dimentions.

MaintainAspectRatio, which will keep the video's original aspect ratio and fill as much of the space as possible.

StretchToFit (default), which will fit the video to the display dimentions regardless of original proportions.

ShowControlPanel

Indicates whether or not to show playback controls in the video player. 

True by default.

SkinURL

The URL of the Flash Video Player Skin (.swf format).

This can be a local URL (e.g. ~/videoPlayerSkin.swf ) or a complete remote URL (e.g. http://www.mysite.com/videoPlayerSkin.swf).

StartUpImageURL

The URL of the Flash Video Start-Up Image (.jpg/.jpeg/.swf/.gif/.png formats).

Displays a image in the player at startup. Clicking the image will prompt the Flash Video to play.

This can be a local URL (e.g. ~/videoPlayerSplashScreen.gif ) or a complete remote URL (e.g. http://www.mysite.com/videoPlayerSplashScreen.gif).

VideoURL

The URL of the Flash Video (.flv format).

This can be a local URL (e.g. ~/movie.flv ) or a complete remote URL (e.g. http://www.mysite.com/movie.flv).

Volume

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

100 by default.

Layout

Height

Height of the Flash Video.

Width

Width of the Flash Video.

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