"AudioPlaybackMode" is not recognized in my as3 code
When I write the code:
import flash.media.AudioPlaybackMode;
SoundMixer.audioPlaybackMode = AudioPlaybackMode.AMBIENT;
"AudioPlaybackMode" is not highlighted... Im running Air !8 in Flash CS6 on a mac.

When I install the app on my iPhone and iPad...this code works. But when i try and open the swf on my desktop the app crashes...I get Error#1065:Variable flash.media::AudioPlaybackMode is not defined
I have a feeling this is the cause for my app to be rejected from apple...
Anybody else have this problem? How can I fix this?
