Announcement

Collapse
No announcement yet.

MP3 On Play

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Derek
    replied
    Re: MP3 On Play

    Leave a comment:


  • Corey
    replied
    Re: MP3 On Play

    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

    Leave a comment:


  • Derek
    replied
    Re: MP3 On Play

    well anyway!

    Leave a comment:


  • Derek
    started a topic MP3 On Play

    MP3 On Play

    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?
Working...
X
😀
🥰
🤢
😎
😡
👍
👎