PDA

View Full Version : MP3 On Play


Derek
10-19-2003, 06:45 PM
Here's something i dont get:

If i put this into a list box On.Double Click

//...
MP3.Load ("%ItemData%")
MP3.Play

TextObject[Time].SetText ("00:00")

%Length% = MP3.GetProperty ("Length")
TextObject[Time].SetText ("%Length%")

- everything works fine. However, if instead i put the last part:

TextObject[Time].SetText ("00:00")

%Length% = MP3.GetProperty ("Length")
TextObject[Time].SetText ("%Length%")

- into the global MP3 Player On.Play event, it doesnt work. It works for the first track but no longer. How comes it? Shouldn't it give me the same result?

Derek
10-20-2003, 06:58 PM
well anyway!

Corey
10-20-2003, 07:16 PM
You know I'd help but "should it" questions can only be answered by the programmers, I can only answer "does it" questions. :)

Corey Milner
Creative Director, Indigo Rose Software (http://www.indigorose.com)

Derek
10-20-2003, 08:34 PM
:)