This is a migrated thread and some comments may be shown as answers.

Captcha Silvelight Warning

6 Answers 82 Views
Captcha
This is a migrated thread and some comments may be shown as answers.
JohnA
Top achievements
Rank 1
JohnA asked on 22 Mar 2016, 03:05 PM

 

Hello

Does RadCaptcha use Silverlight?  In IE 11 I get a Silverlight warning on my pages that have RadCaptcha on them, I also get it on the RadCaptcha demo page, image attached.  is there any way to avoid this warning?

6 Answers, 1 is accepted

Sort by
0
JohnA
Top achievements
Rank 1
answered on 22 Mar 2016, 10:25 PM
Also, I realize that updating silverlight might make it go away for me, but I don't want it to happen for end users at all as we don't use silverlight on our site.
0
Danail Vasilev
Telerik team
answered on 25 Mar 2016, 08:09 AM
Hello John,

RadCaptcha has by default its audio enabled. In order to play the audio, however, it initially looks for an available plug-in in the browser including the silverlight plug-in. You can try to disable the audio:
<telerik:RadCaptcha ID="RadCaptcha1" runat="server" CaptchaImage-EnableCaptchaAudio="false" ></telerik:RadCaptcha>

Regards,
Danail Vasilev
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
JohnA
Top achievements
Rank 1
answered on 25 Mar 2016, 09:22 PM
Thanks Danail, I gave that a try and no luck, I still get the silverlight prompts.
0
Accepted
Danail Vasilev
Telerik team
answered on 30 Mar 2016, 12:09 PM
Hello John,

You can try the workaround from the attached sample. Note, however, that the workaround uses the latest captcha script. That means if you later upgrade and there are any updates in the script file they will not be reflected and may exhibit some issues.

Regards,
Danail Vasilev
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
JohnA
Top achievements
Rank 1
answered on 19 Apr 2016, 07:26 PM
This appears to have worked, thank you
0
Jose Antonio de Alarcon
Top achievements
Rank 1
answered on 01 Sep 2017, 11:19 AM

Hi,

(EnableEmbeddedScripts="False" + CaptchaImage-EnableCaptchaAudio="false") works for me in sitefinity context.

With this, I donĀ“t have to use js attached.

Best regards,

Jose Antonio

Tags
Captcha
Asked by
JohnA
Top achievements
Rank 1
Answers by
JohnA
Top achievements
Rank 1
Danail Vasilev
Telerik team
Jose Antonio de Alarcon
Top achievements
Rank 1
Share this question
or