Skip to content

Instantly share code, notes, and snippets.

@darkredz
Created July 19, 2012 09:17
Show Gist options
  • Select an option

  • Save darkredz/3142557 to your computer and use it in GitHub Desktop.

Select an option

Save darkredz/3142557 to your computer and use it in GitHub Desktop.
iOS Silent Switch with AIR 3.4
import flash.media.SoundMixer;
import flash.media.AudioPlaybackMode;
SoundMixer.audioPlaybackMode = AudioPlaybackMode.AMBIENT;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment