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.

#2499 ShowFrame Tag
Author:
Thisguy248

Date created:
Type: feature
Visibility: Everybody
Assigned to:
Labels: Frames
State: upgraded 

I had this longstanding bug where a sprite would go to frame 2 when calling gotoAndStop(2)
but currentFrame was shown as equal to 1 with trace debugging, and it would never go back
to the actual frame 1 when calling gotoAndStop(1). Today I was messing around and found
that there are ShowFrame tags visible only in the Tag List tab and found that frame 2 did
not have a ShowFrame tag, and adding one resolved the issue.
Feature: some indicator in the Resources tab showing whether there's a ShowFrame tag
within the frame or not.

I added the indicator to nightly 3270.
The text " - without ShowFrame" is added to the frame title when it has no ShowFrame.
State: new→upgraded
I see the new text showing in the Tag List tab, but the issue was more that there wasn't
much of a reason to check there. Could it be added to the resource tab, or if the text
feels too intrusive, maybe something like the frame icon being different like having an
exclamation mark or a warning symbol or grayed out which would help catch attention
without cluttering UI. Thanks!
It should be also in the Resources tab, isn't it?
Are you in the scripts section or frames section?