How to unpack .bundle files?

I have a .bundle file, generated in OpenFL, that I want to extract contents from. Original SWF file is not available. Is it possible to unpack media contents from it with OpenFL?

Give lime.utils.AssetBundle a try, although I’m not 100% sure, maybe you can load and access the data of the bundle with this class.