Click here to Skip to main content
15,889,266 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I'm using "ASPNetFlashVideo.NET3.dll" version 2.0.0.0 . Flash video's documentation says the Volume parameter defaults to 100. But when my player loads, the volume is automatically set to Zero. I've tried to override that by entering the parameter manually but nothing seems to work. Below are the mark-up of my Flash video control

XML
<ASPNetFlashVideo:FlashVideo ID="flvLearn" runat="server" CssClass="flashVideoPlayer"
                AutoPlay="False" StartUpImageURL="~/media/images/Learn/VideoIco.jpg" WindowMode="Opaque" Volume="100">
                <HTMLAlternativeTemplate>
                    <a target="_blank" onclick="OpenFlashPlayerWindow();">
                        <img id="ImageButtonGetFlashPlayer" src="~/media/images/Learn/get_flash_player.gif" />
                    </a>
                </HTMLAlternativeTemplate>
            </ASPNetFlashVideo:FlashVideo>

Is anyone faced this issue?

Regards,
Renjith
Posted

1 solution

When you set AutoPlay to false, the volume is set to 0 by default. Check this link - http://www.aspnetflashvideo.com/forum/Default.aspx?g=posts&t=767[^].

According to it this was a bug which is fixed in the newer versions. You need to download the latest versions.

Hope this helps!
 
Share this answer
 
Comments
Renjith.K.C 29-Apr-11 3:45am    
Thanks buddy. I downloaded new dll version and it worked as expected.
Ankur\m/ 29-Apr-11 3:48am    
You are welcome. I am glad it helped you. You may also up-vote answer. :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900