Hello,

MonoTouch (or any other iOS) apps do not show their splash screen
(i.e. launch images), iOS itself does that while the application is
being loaded. This means there will always be a delay before any of
the application code is being executed.

Sebastien

On Tue, Jul 17, 2012 at 6:00 AM, bustergonad <gonad2...@hotmail.co.uk> wrote:
> 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
> MonoTouch@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monotouch
_______________________________________________
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to