Jump to content

Arka Plan Müziğini Kalkdığı Yerden Devam Ettirme


kapucu1971
 Share

Recommended Posts

ana sayfamda Audio.Load(CHANNEL_NARRATION, "AutoPlay\\Audio\\ayyuzlum_yedi_karanfil_mp3_46432.mp3", true, false);
şeklinde müzik çalıyor page 2 ye geçince
Audio.Pause(CHANNEL_NARRATION);

şeklinde müziği durduruyorum tekrar ana sayfaya gelince müzik baştan başlıyor
acaba müziğin kaldığı yerden devam etmesi mümkünmü
Link to comment
Share on other sites

[color="#8B0000"]Duraklat butonu için ;[/color]

[codebox]
Pos = Audio.GetCurrentPos(CHANNEL_NARRATION);
Audio.Stop(CHANNEL_NARRATION);
[/codebox]

[color="#8B0000"]Devam et butonu için ;[/color]

[codebox]
Audio.Play(CHANNEL_BACKGROUND);
Audio.Seek(CHANNEL_BACKGROUND, SEEK_SPECIFIC, Pos);
[/codebox]

Link to comment
Share on other sites

o şekildede denedim olmuyor çünkü page 1 e döndüğümde on show evresinin 1. satırında
Audio.Load(CHANNEL_NARRATION, "AutoPlay\\Audio\\ayyuzlum_yedi_karanfil_mp3_46432.mp3", true, false); kodu olduğundan
direk yeniden başlıyor.acaba ilk satırı pas nasıl geçirtebiliriz

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...