|
Object Reference
The ASPNetAudio allows you to add sound and music to your ASP.NET web forms.
Object Reference for ASPNetAudio.Audio in resource ASPNetAudio.NET2.dll, ASPNetAudio.NET2.AJAX.dll or ASPNetAudio.NET1.dll
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.
Audio
AudioURL |
The URL of the Audio File (.mp3)
This can be a local URL (e.g. ~/sound.mp3 ) or a complete remote URL. |
AutoPlay |
Indicates whether or not the sound will play on load.
True by default. |
BufferTime |
Set the length of the audio 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. |
Loop |
Indicates whether or not the audio will automatically loop back and replay when it reaches the end.
False by default. |
Streaming |
Indicates whether or not the audio will play immediately and stream or will load in full and then play.
True by default. |
Volume |
Sets the initial volume of the audio. Ranges between 0 and 100.
100 by default. |
|