I know how to play sounds from within Monotouch, but really want to know if
it's possible to play a sound as soon as a splash image is being displayed.

If I play the sound from within the AppDelegate right at the beginning of
FinishedLaunching method using:

var sound = SystemSound.FromFile (new NSUrl ("startup.mp3"));  
sound.PlaySystemSound ();

The sound doesn't get played as quick as I'd like it to be, there is a
slight delay.  I'm thinking this is probably because FinishedLaunching gets
invoked after the splash image is displayed.  

Is it possible to play a sound any earlier?  (without having to create a
View with the splash screen image on it and creating my own "splash screen")

Any tips much appreciated.

Thanks

--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/Play-sound-on-splash-image-screen-tp4656023.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to