JPEXS Free Flash Decompiler Issue Tracker

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.

List of issuesList of issues

#252 Export FLA: incorrect position and width of the text field with blur filter
Author: user focus
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: FLA export
State: closed Help

Try to export FLA from attached swf. You'll see X, Y and Width of TextField are not same as in original FLA (attached it too).
admin
I can fix X and Y. But the Width... FLA compiler saves in SWF file larger width than original in this case. I don't know why and I don't know how can I compute original width from it. I think it is not a problem, because it is static text(Even created as DefineEditText). When I change it to dynamic field in FLA, output width is OK. What do you think? Is the width of static text so important? It is always larger in this case. Note: It does not depend on BlurFilter.
user
Hey. I think width for static fields is not important unless it affects field's look and placement.
admin
version 1.7.0 was released X and Y were fixed, width is probably the same, but it is not important I think, because the text fits in it
State: new→upgraded
user
Yeah, looks fine, width is not important. Fixed, thanks!
admin
State: upgraded→closed