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

Latest update of Flash Player broke removeMovieClip()

New Here ,
May 10, 2017 May 10, 2017

Copy link to clipboard

Copied

Hello,

I'm not some AS or Flash expert, but I'm sure that in the latest Adobe Flash update removeMovieClip() is broken and many games are affected.

For example on Club Penguin Rewritten, the sounds keep overlapping even though they should stop.

Why?

Views

951

Translate

Translate

Report

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
New Here ,
May 10, 2017 May 10, 2017

Copy link to clipboard

Copied

Take a look at this: File “Screencast 13-16 10-05-2017.mp4”

You can use this code to replicate the issue:

this.createEmptyMovieClip("t", this.getNextHighestDepth());

t.loadMovie("swf file to music");

btn.onRelease = function() {

  t.removeMovieClip();

}

Votes

Translate

Translate

Report

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
Adobe Employee ,
May 11, 2017 May 11, 2017

Copy link to clipboard

Copied

Hi Nikola,

Thank you for bringing this to our notice.

I am verifying this and will provide an update.

Regards,
Rave

Votes

Translate

Translate

Report

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
Adobe Employee ,
May 11, 2017 May 11, 2017

Copy link to clipboard

Copied

Hi nikocodey,

Please open a bug at Tracker  and share an app in which this bug is reproducible.

-Vivek

Votes

Translate

Translate

Report

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
New Here ,
May 11, 2017 May 11, 2017

Copy link to clipboard

Copied

Hi,

Opened a bug at the tracker yesterday, id is FP-4198400

Votes

Translate

Translate

Report

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
Adobe Employee ,
Jun 14, 2017 Jun 14, 2017

Copy link to clipboard

Copied

LATEST

This is fixed in the latest flash player build

Thanks

Votes

Translate

Translate

Report

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