Download

Download SWC File

Flash Debug is added to your flash project (fla) as a component (swc).
SWC files are added to Components panel by copying the file to Components directory of target platform:

  • Flash 8: [Drive]:\Documents and Settings\[UserName]\Local Settings\Application Data\Macromedia\Flash 8\en\Configuration\Components
  • CS3 : [Drive]:\Documents and Settings\[UserName]\Local Settings\Application Data\Adobe\Flash CS3\en\Configuration\Components
  • CS4 : [Drive]:\Documents and Settings\[UserName]\Local Settings\Application Data\Adobe\Flash CS4\en\Configuration\Components


Actually the simplest way is to right-click on a MovieClip in Library and select Export SWC File. Automaticly the corresponding directory will be opened in a popup. Simply copy and paste flashdebug.swc to this popup window.

After applying any of these methods, don't forget to Reload your Components panel!.

You will see flashdebug in Components panel under Standart Components. Just drag and drop flashdebug on to your stage (level0). flash debug will automaticly locate to your movie.

Download