PDA

View Full Version : global sound control!!


spontany
10-31-2007, 08:58 AM
Hello

i am working on a project that is so far going very good.
i have a main sound controler with volume slider on main SWF that controls theexternal Swf audio tracks using XML that works fine.but i am not being
able to control the volume of external SWF on level 2 that buffers FLV using builtin player.i am not using XML for this particual SWF , but just calling it on level 2 from my main SWF.

so my question is how do i control the volume of the external FLV swf through my main SWF. lets call it global volume controller that controls all SWF files.

simple i just want my volume slider on main SWF to control the sound of external FLV swf.

Thanks

creatify
11-03-2007, 10:04 PM
if you use the MovieClipLoader class to load your movie, or use movieclip.loadMovie(); you'll load your external movie into a named accessible movieclip. From there you can access the mc contents and should be able to target whatever you need to in order to adjust the volume.