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

#2467 Contents of Import Assets shown on the timeline similar to Export Assets.
Date created:
Type: feature
Visibility: Everybody read only
Assigned to:
State: closed Help

This is a feature that would mean the world to me. The idea is basically like this. When you have a .swf file in the others folder contains all the assets imported and exported to and from the file. Currently, JPEXS shows the information for the exported assets based on the information in the raw edit. Showing basic info in the timeline for the exported asset such as the child id and the name of the exported asset. Example of how it looks currently: others -> ExportAssets (chid 1, ex:ExampleExportedAsset) ImportAssets ImportAssets shows no information on the timeline. Most of the flash files im working on can have 10s up to 100 imported assets. The idea would be that ImportAssets would show the same information to help save me the time needing to check every imported asset without having to click into each one just to see if the name and chid is the one im trying to find. Example of feature: others -> ExportAssets (chid 1, ex:ExampleExportedAssetSame) ImportAsset (chid 2, im:ExampleImportedAsset) If you wanted you could also include the source / url of the imported asset but it may end up being too long. So, maybe this could be an option within the settings that could be toggled. Example of adding source: others -> ExportAssets (chid: 1, ex:ExampleExportedAssetSame) ImportAsset (chid: 2, im:ExampleImportedAsset) ImportAsset (chid: 3, im:ExampleImportedAsset2, url: ..\FlashMovies\SharedLibrary.swf) I know you are able to add multiple imports and exports into the same tag. For that you could just show the first import of the tag. Would suffice in my opinion.
In nightly 3196 you should see the information on the tag name when there is only single one import inside. I did it the same way as ExportAssets. When there is multiple imported items in this ImportAsset, you won't see it. I don't think placing "always the first one item even if there are multiple" is useful. That may lead to incorrect assumptions that there is only one. Also, placing URL there would be too long, as you said.
State: new→upgraded
Its beautiful. I don't have any import tags that have multiple imports so those won't bother me at all. Looks good!
Cool :-). Is this issue necessary to be "Developers only"? I mean the visibility. There is no SWF attached. Or you want to stay anonymous? I don't have a problem with that, just thinking users might want to read a bit about what's under the magic "#2467" issue in the changeslog, what's the story behind. I don't push you into it, I just think the private issues are sometimes too much overused, even when there is nothing to hide.
Yeah you can make this one public if you would like. I mostly use private issues because I don't really want people looking at the Flash Files I'm working on.
Ok, switching to "Everybody read only" and closing. Anyway, I fully understand your situation with the flash files.
State: upgraded→closed
Visibility: Developers only→Everybody read only