ask
November 26th, 2002, 10:02 PM
loadMovie("tracks/track"+songlist[track]+".swf", "target");
Im loading a sound clip, into a "target" moveclip.
It loads, and beings play fine an all, only problem is that the title and the artist name dosen't update.
// First frame of the clip BEING Loaded
Title = "One Week";
Artist = "Bare Naked Ladies";
I tried doing this in the root, right after the loadMovie action
Artist = _target.Artist;
Title = _target.Song;
Didn't work for me? Any ideas
Im loading a sound clip, into a "target" moveclip.
It loads, and beings play fine an all, only problem is that the title and the artist name dosen't update.
// First frame of the clip BEING Loaded
Title = "One Week";
Artist = "Bare Naked Ladies";
I tried doing this in the root, right after the loadMovie action
Artist = _target.Artist;
Title = _target.Song;
Didn't work for me? Any ideas