Hi, this is my first time here and I need help on this issue:
I need to set setPan() and/or setTransform() for a sound that is being played trough the media Controller component and Media Display component.
It is an mp3 file loaded dynamically using an xml list.
The sound plays fine, I’m able to control things such as volume but when I try to use the setPan() command it just do not work.
I think the path for the instance is ok once I can use the setVolume() command.
The flash document is made in FalshMX2004 Pro.
The path to the object I need to control is
level0.jukebox_acc.nowplaying_mc.mp3_mediadisp._playerImpl
If I use this command
level0.jukebox_acc.nowplaying_mc.mp3_mediadisp._playerImpl.setVolume(10) it woks fine but not if I use
level0.jukebox_acc.nowplaying_mc.mp3_mediadisp._playerImpl.setPan(-100)
Can anyone explain me why setPan() and setTransform() is not working?