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

Using builder to profile a simple .fla file

Guest
Mar 27, 2012 Mar 27, 2012

Copy link to clipboard

Copied

Ls,

This is gonna sound very noob, and well i suppose i am.

Ive written an app totally inside flash cs5.5. so its a .fla

I did not use any classes, its just a whopping lot of AS in the main timeline frame 1 and 2.

Ok that was stupid i hear you say.. i say; yes i agree.

Still...

I was hoping to be able to use the flash builder profiler to tune it up.

I could rewrite the whole thing but please dont make me do that.

Also, im not OOP enough yet. Or mainly actually.

Anyhoe.. How do i use flash to create a project from my 'simple' .fla file,

enabling me to run it and profile it using the flash builder?

I have tried to give the .fla a classname. after this flash builder has a project with a new package and class with that name.

this just calls Super() on the instatiation. (included below).

Also I get 3 errors saying the URLloader type was not a compile time constant.

Basicly i dont know where to start.

Any help will be greatly appreaciated and direly needed.. and help!

Regards,

Mac

----- flash builder main class

package

{

import flash.display.MovieClip;

public class castawayMAIN extends MovieClip

{

  public function castawayMAIN()

  {

   super();

  }

}

}

Views

641

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
Guest
Mar 27, 2012 Mar 27, 2012

Copy link to clipboard

Copied

LATEST

OK im now at: http://www.adobe.com/devnet/flash-builder/articles/flash-builder-profiling-tools.html

reading up on

Using the profiling tools in Flash Builder to improve the performance of Flash Professional projects

missed that one before.

Sorry for the inconvenience.

Bear with me

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