PDA

View Full Version : Controling Plugins in Embeded Pano (f.e. ia_ambientmix)


maciej.m
09-28-2009, 05:32 PM
Hello,

Is it possible to control Plugin from within a Flash?

As I execute:
trace(panorama.externals.ia_ambientmix);

it returns plugin object.

How to change volume of specific sound by accessing
panorama.externals.ia_ambientmix within Flash?

--
Regards
MM

maciej.m
09-28-2009, 07:43 PM
Ok, I could set up this in different way.

<spot ... mute="external.ia_ambientmix.mix=ulica:0" />

How could I execute function 'mute' from another flash movie?