Ive made a website but when I right click it allows users to control it eg rewind and fastforward how can I disable these settings?
:-/
Put this on a frame:
Stage.showMenu = false;
Ive made a website but when I right click it allows users to control it eg rewind and fastforward how can I disable these settings?
:-/
Put this on a frame:
Stage.showMenu = false;
:: Copyright KIRUPA 2026 //--
``` ```