Forum Moderators: open
the simplest method is to pass a querystring to the SWF. Inside the movie, this becomes a variable you can use to control the volume.
To tell a flash movie to be quiet, <embed> the thing using
movie.swf?mute=1 movie.swf Then inside your SWF, read the value of "mute" and if it's == 1, turn the volume down to 0.