Hey there
I am using RadCaptcha and my implementation is like that ;
When i click to the play audio button , page doesnt play and shows me a download option named like ;
RadCaptcha_Audio_10773f58.wav when i open that file its correctly reading the numbers .
All i want to do is play it automatically inside of the site
I am using RadCaptcha and my implementation is like that ;
<telerik:RadCaptcha ID="RadCaptcha1" runat="server" ErrorMessage="Wrong code " ValidatedTextBoxID="txtCode" EnableRefreshImage="true" CaptchaLinkButtonText="Show again" CaptchaImage-TextChars="Numbers" CaptchaAudioLinkButtonText="Listen security code "> <CaptchaImage BackgroundColor="White" UseAudioFiles="True" AudioFilesPath="~/App_Data/RadCaptcha" TextColor="Black" RenderImageOnly="True" EnableCaptchaAudio="True"></CaptchaImage> </telerik:RadCaptcha>When i click to the play audio button , page doesnt play and shows me a download option named like ;
RadCaptcha_Audio_10773f58.wav when i open that file its correctly reading the numbers .
All i want to do is play it automatically inside of the site