Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

MouseWheel in fullscreen mode

Community Beginner ,
May 25, 2017 May 25, 2017

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?

TOPICS
ActionScript
683
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 26, 2017 May 26, 2017

are you using fullscreen mode or fullscreeninteractive mode?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
May 26, 2017 May 26, 2017

fullscreeninteractive mode

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 26, 2017 May 26, 2017

did you edit your html to include:

<param name="allowFullScreenInteractive" value="true" />

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
May 26, 2017 May 26, 2017

Yes, of course

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 26, 2017 May 26, 2017

then there's a problem with chrome.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
May 26, 2017 May 26, 2017
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines