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.

#2236 Cannot replace SoundStreamBlocks
Author:
buggem

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

I'm working on a remaster of an old Flash video game (more precisely, Crossing the Pit),
and can't replace SoundStreamBlocks, making it impossible for me to remaster the sound.
Modified ISO in attachments.


The replace button should be available under SoundStreamHead item,
this way you can replace all blocks with single track.
Replacing individual stream blocks would be hard to implement as all blocks under the same
head must have same sound parameters (compression, bittness, etc), so recompression is
needed.