If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
NEW : We have got a new blog where we post some interesting SWF internals info.

#1119 AS3 Direct Edit does not support the addition of events
Author:
icepegasus

Date created:
Type: question
Visibility: Everybody
Assigned to:
State: closed 

> What steps will reproduce the problem?
1. Open Attached swf;
2. Press scripts;
3. Press UI-BrickOverlays-CoinProperties.as
4. below inputf.width = 25; add the screenshot highlight.
> What is the expected output? What do you see instead?
http://prntscr.com/9ievzm
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
I am using v7.1.2 nighty build 1126 operating system 64-BIT
> Please provide any additional information below. If the problem is related to a SWF
file, attach it here, otherwise we can't help you.

You are missing import for Event class. Just add:
import flash.events.Event;
Then it works for me.
+adding the screenshot here

State: new→upgraded
Type: bug→question
Type: bug→question
I close this issue due to inactivity. Please create new issue if problem still exists.
State: upgraded→closed