If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
: The issue tracker is now writable again and logged users can download files too. But note that our support is very LIMITED.

#1164 Import Assets withour ImportAssets tag. Check here how is it possible
Author:
Brandon

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

Hi JPEXS!
Hi honfika!
I found how to achive behaviour as we have here
https://www.free-decompiler.com/flash/issues/1158-missing-sprite-visual
You just simply need to delete ImportAsset / ImportAsset2 tag
that is all XD.
Here is step by step
Check attachment.
1. Run preloader to ensure all is loaded proprely.
2. Build all FLAs
3. Open main.swf with ffdec
4. delete ImportAsset tag (WITHOUT dependencies), save main.swf
5. Run preloader again to ensure that all still loaded properly and imported objects are
still placed

Type: bug→feature