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

Different performance in Adobe Scout CC between FlashBuilder debug swf and release swf

New Here ,
Sep 11, 2014 Sep 11, 2014

Copy link to clipboard

Copied

Hi all,

In my project, I want to render bitmapData every frame using Graphics.drawTriangles()

Views

171

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 ,
Sep 11, 2014 Sep 11, 2014

Copy link to clipboard

Copied

LATEST

Hi all,


In my project, I want to render BitmapData every frame using Graphics.drawTriangles().

The main work of project is to render a fullscreen image.


I use two ways to run the project.

1. Debug in FlashBuilder;

2. Use the release swf in Web browsers;


But when I check the performance in Scout CC, I found they are different;


1. Debug in FlashBuilder:

     Render the Bitmap each frame

1.png


2. Use the release swf in Web browser

  Only Render the Bitmap each of there(more or less) frames

2.png

Then, what's the reason that the release swf will render bitmap each of there frame instead of each frame?  Performance optimization in release swf?



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