Announcement

Collapse
No announcement yet.

MP3 On Play

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

  • 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?
    -
    = Derek
    ["All glory comes from daring to begin" - fortune cookie]

  • #2
    Re: MP3 On Play

    well anyway!
    -
    = Derek
    ["All glory comes from daring to begin" - fortune cookie]

    Comment


    • #3
      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

      Comment


      • #4
        Re: MP3 On Play

        -
        = Derek
        ["All glory comes from daring to begin" - fortune cookie]

        Comment

        Working...
        X
        😀
        🥰
        🤢
        😎
        😡
        👍
        👎