AutoPlay Media Studio Müzikleriniz için Play, Pause, backSound (Başlat/Durdur) zip içerisinde apz dosyası ile hazır yapılmış bir exe dosyası ekliyorum..
Zip File Contents:
[0] Play-Pause-backSound.exe
[1] Play-Pause-backSound.apz
Butonun ON Click Evresine yazılan kodlar
PHP:
Audio.Load(CHANNEL_NARRATION, "AutoPlay\\Audio\\uydudoktoru.mp3", false, false);
strText = Button.GetText(this);
if strText == "Oynat" then
Audio.Play(CHANNEL_NARRATION)
Button.SetText(this, "Durdur")
elseif strText == "Durdur" then
Audio.Pause(CHANNEL_NARRATION)
Button.SetText(this, "Oynat")
end
Eklentiler
Son düzenleme: