Hi all,

I am with sound problems. 
My Script:

on playMusicEmpresa
  
  set musicTime = member("empresa",3).duration
  put musicTime
  
  sound(3).queue([                \
    #member: member("empresa",3), \
    #startTime: 0000,             \
    #endTime: musicTime,          \
    #loopStartTime: 0000,         \
    #loopEndTime: musicTime,      \
    #loopCount: 0,                \
    #preloadTime: 4000            \
    ])
  sound(3).play()
  fadeInMusicEmpresa()
end 


The problem is that when I open a MIAW the sound in the stage stop. 
Because? 
Can anybody help me? 


My Script �open miaw�: 

on evZoom
  
  --Parametros---------------------------------------->
  set MIAWpath  = "_miaw.dir"
  set MIAWtitle = "Visolux - Zoom"
  set TPY       = 16
  set MIAWmodal = 0
  set MIAWw     = 450
  set MIAWh     = 300
  
  --------------------------------------------------->
  window(MIAWtitle).filename = "@\" & MIAWpath
  window(MIAWtitle).visible = 1  
  window(MIAWtitle).windowType = TPY
  window(MIAWtitle).modal = MIAWmodal
  window(MIAWtitle).titleVisible = 1
  runTop   = (the stageTop + 20)
  runLeft  = (the stageLeft + 0)
  runRight = (the stageLeft + MIAWw)
  runBot   = (the stageTop + (MIAWh + 20))
  window(MIAWtitle).rect = rect(runLeft, runTop, runRight, runBot)
  open window MIAWtitle
  
  --------------------------------------------------->
  
  
end


Thanks All.


---------------------------
Renato Tegon Forti
[EMAIL PROTECTED]
--
RTF Comunica��o Interativa
http://www.rtfi.com.br
�



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to