Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 4 of 4

Thread: MP3 On Play

  1. #1
    Join Date
    May 2001
    Location
    51.531249 | -0.610962
    Posts
    1,244

    Grin 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. #2
    Join Date
    May 2001
    Location
    51.531249 | -0.610962
    Posts
    1,244

    Re: MP3 On Play

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

  3. #3
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746

    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

  4. #4
    Join Date
    May 2001
    Location
    51.531249 | -0.610962
    Posts
    1,244

    Re: MP3 On Play

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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts