feathersui / feathersui-starling

User interface components for Starling Framework and Adobe AIR
https://feathersui.com/learn/as3-starling/
Other
914 stars 386 forks source link

VideoPlayer.soundTransform and Starlings AssetManager problem #1235

Open harry248 opened 8 years ago

harry248 commented 8 years ago

Setting VideoPlayer.soundTransform to new SoundTransform(0) should mute the sound of a (local) video file but doesn't on iOS, as soon as you play a sound file using Starlings AssetManager.

joshtynjala commented 8 years ago

I noticed this too. The documentation for the soundTransform property of NetStream says that it's not supported for H.264 video on iOS:

Note: This property is not supported for H.264 video in AIR 3.0 for iOS.

It specifically mentions AIR 3.0, but at the top of the page, it says "AIR 3.0 (and later)".

It seems that there's nothing I can do.