At 9:55 AM +0100 9/24/02, you wrote:
>Hi buzz me agin sorry to keep asking, but this code dosent seam to be
>working, its as tho it dosent have enough time to preload before i ask it to
>put the tag info in to the gSong1List?
yes - that's what's happening -
I'm trying to devise a nice solution.
- I'll write again later
-Buzz
> it only works for me if these lines
>are in a frame script:
>
> put dummyStreamer.id3tags into gSong1List --- puts tags into list--
> put gSong1List
>
>
>
>global mp3Files, gSong1List,dummyStreamer,platChar
>
>
>on prepareMovie
> fx = new(xtra "fileXtra3")
> platChar = the last char of the moviePath
> mp3Files = fx.fx_folderToList(the moviePath & "audio" & platChar)
> put mp3Files
> fx = VOID
>
>
> gSong1List = [] --create an empty list--
>
> dummyStreamer = new(#swa) -- create new swa file--
>
> dummyStreamer.URL = member("Song1").filename --tells dummy to look at
>song 1 file name--
>
> dummyStreamer.preLoadBuffer() -- preloads song1 to get at tags--
>
> put dummyStreamer.id3tags into gSong1List --- puts tags into list--
>
> put gSong1List
>
> dummyStreamer.erase()
>
>
>end
>
>[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!]
[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!]