Announcement

Collapse
No announcement yet.

list box mp3 playlist

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

  • list box mp3 playlist

    ok i got a working mp3 player i created a list box and i have set the mp3.load to the load button well what i wanted has happened it loaded and then i wanted id3 info thats working now i wanted to do a play list so i set a listboxobject action in the mix
    the only problem is this it reveals the full path to the mp3 this is correct because i set it that way

    IF (%FullPath% != "CANCEL")
    ListBoxObject(playlist).Add (1,"%FullPath%")
    MP3.Play
    END IF

    well now that you know what i did the full path shows but hmm why is it that when i click on the full path it doubles its self instead of showing the one path it creates 2 and if clicked (single or double click) again it doubles if there were to be 4 full paths then it would turn to 8

    see im shooting for a play list that generates the file name in to it when it loads the mp3 id like to be able to load more then one file into the play list i think i might be on the right track not sure im very new to this please help thankyou

  • #2
    Re: list box mp3 playlist

    ok nevermind i fixed the doubling problem

    Comment


    • #3
      Re: list box mp3 playlist

      Often one will find that a little self-experimentation fixes most problems and answers most questions. [img]/ubbthreads/images/icons/smile.gif[/img]

      Corey Milner
      Creative Director, Indigo Rose Software

      Comment


      • #4
        Re: list box mp3 playlist

        Hi, dj how did you make that mp3 playlist using a listbox, ive been reading the help file several days and still cant figure how to load an action from a listbox per item double clicked [img]/ubbthreads/images/icons/frown.gif[/img] I even tried learning the global list to try it but i couldnt figure it out, anyone can help? Thanks

        Comment


        • #5
          Re: list box mp3 playlist

          byd it really wasnt that hard
          id suggest using the global list if you plan future thing with the play list but heres a small example <a href="www.weblanceit.com/playlist.zip">Play list zip file</a>

          Comment


          • #6
            Re: list box mp3 playlist

            Thanks alot for the help DJ, ive been messing with it and i got a general idea of how it works, im so apprecciative [img]/ubbthreads/images/icons/smile.gif[/img], is it possible to make it load a directory in the distribution folder loading those mp3s into the list? Thanks

            Comment


            • #7
              Re: list box mp3 playlist

              Link is broken.
              Please,i need help about Autoplay media studio.
              I dont know how to make action to open MP3 playlist.
              I have about 100 mp3s in my project and i have mp3 winamp playlist
              with all 100 mp3s.When i load mp3s and select my winamplist,winamp is
              open too,but i don't wanna to open winamp.So,can you help me?
              Sorry for my broken english and regards from Serbia.


              Srdjan

              Comment


              • #8
                Re: list box mp3 playlist

                This may help:

                http://www.indigorose.com/temp_web/listmenu.zip

                Corey Milner
                Creative Director, Indigo Rose Software

                Comment


                • #9
                  Re: list box mp3 playlist

                  Thanks!

                  Comment

                  Working...
                  X