mikehughes
03-27-2008, 08:05 PM
Is there a way to play a short audio (welcome....) for only the first slide and how is it done. I have the audio file.
ShadowUK
03-28-2008, 01:39 AM
[On Startup]
FirstLoad = 1
[On Preload]
if (FirstLoad == 1) then
Audio.Load(CHANNEL_BACKGROUND, "File\\Goes\\Here.wav", true, false);
else
end
[On Close]
FirstLoad = "X"
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.