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.

#2383 Convert DefineText to DefineEditText
Author:
Thisguy248

Date created:
Type: feature
Visibility: Everybody
Assigned to:
State: new 

I was trying to make an existing text modifiable with code so I gave the text a name and
declared it as a textfield within the class but when I tried editing it I got an error:
TypeError: Error #1034: Type Coercion failed: cannot convert
flash.text::StaticText@d7029c1 to flash.text.TextField
It looks like I need to change the DefineText to a DefineEditText but I can't figure out
how to do it!
Hoping this feature is possible, thanks.