Hi friends:
Let me see..... this is my problem.
In the INTRO page I just put this code in the action OnPreload
Audio.Load(CHANNEL_BACKGROUND, "AutoPlay\\Audio\\raul di blasio - Chiquitita.ogg", true, true);
It's works fine!.... but, in another page, I need to "turn stand by" the music, so I use this code in the OnShow action
Audio.Pause(CHANNEL_BACKGROUND);
and the music stop!...... ok, fine, but...... I try to "restart" the music usign this code
Audio.TogglePlay(CHANNEL_BACKGROUND);
I put this code in a button in the action OnClick but it dosn't work. How can I use the "restart" option? I try to restart, not to start again the music.
Sorry my grammar. Thanks a lot!!!!!
Maria Claudia
begginer and persistent AMS designer

