PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WB20] How do I know if Chrome is allowed to use Flash programmatically?
[WB20] How do I know if Chrome is allowed to use Flash programmatically?
Iniciado por guest, 30,jun. 2017 00:18 - 2 respuestas
Publicado el 30,junio 2017 - 00:18
Good afternoon.

Well, practically that, how do I know if Chrome is allowed to use Flash programmatically? I use the Send button to upload a file, but if Chrome is not allowed to use Flash, the button does not work, and I wanted to know how to detect That to show a message to the user.

Thanks in advance, any help is good.
Publicado el 30,junio 2017 - 01:05
You can check that via Javascript, but be aware that it is just a matter of time until Google completely blocks Flash.
Publicado el 03,julio 2017 - 20:08
I researched how to do it with JavaScript and it worked pretty well, thanks.