Copy link to clipboard
Copied
There is a problem with mouse wheel event in fullscreen mode and Chrome browser.
Standard code such as stage.addEventListener(MouseEvent.MOUSE_WHEEL, onMouseWheel) doesn't work at all when you turn on fullscreen mode.
It seems to be broken in all chromium based browsers after they have been updated to latest versions.
Is there any way to fix it?
Copy link to clipboard
Copied
are you using fullscreen mode or fullscreeninteractive mode?
Copy link to clipboard
Copied
fullscreeninteractive mode
Copy link to clipboard
Copied
did you edit your html to include:
<param name="allowFullScreenInteractive" value="true" />
Copy link to clipboard
Copied
Yes, of course
Copy link to clipboard
Copied
then there's a problem with chrome.
Copy link to clipboard
Copied
This is obvious. The problem with all chromium based browsers as I wrote in my first post. But the question is about the way to fix it. I found nothing about this problem .. is this problem on the adobe flashplayer side or something broken in chromium engine ... My app is not working properly in chromium browsers now and i'm looking for some instructions to repair it or some announcements from adobe or google about this problem, but there is nothing in the internet about this, such as the problem does not exist.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now