hi im building an mp3 player that reads id3tags, ive got the code working
but only after
i actually play the sound file from the property inspector.
Debugging shows that id3tags list is being retrieved but not being put into
my property list?
only after i play then stop the movie (authoring mode)can i get my list to
display the tags?

seams like an issue with preloading or something like it?
can anyone help????

example code
:::::::::::::

Global gSong1List,gSong2List

on startmovie
  sound (1).queue (member "Song1")
  member("Song1").preLoadbuffer()


  gSong1List = [:]


  put  member("Song1").id3tags into gSong1List



  put getProp(gSong1List, #TIT2) into member "Track1"


end

:::::::::::::::::::::

Robin Pereira,
Live-Love-Be!

Attachments: [EMAIL PROTECTED]

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to