[FMX04]How to set volume on streamed sound in loaded swf?

I have a ‘flashengine’ that from an xml creates a menu and playorder of several swf’s. It contains all navigations: rwd, ffw, play, paus, menu AND sound on/off. My problem is to control the sound (on/off or setvolume) in the loaded swf . The sound are set to stream in the swf’s because of animations and sound have to be in synk. Is it possible to set the volume in a ‘child swf’?


stopAllSound()


stop()
play()


is working but gives me other problems, so I´ve tried with setVolume but can only set to (0) but not back to (100). I hope you understand what I saying cause it not that obvious. If someone have any suggestions I´d be a much happier person. Thanks in advance!