You have to use the loadMovie command or "Import Flash Movie as an Object".
After that,create a dynamic-text (or 3,as you wish).
Use these lines for the root:
a = _root.song1.Artist;
txt1 = "Artist: " + a;
...
c = _root.song1.Album;
txt3 = "Album: " + c;
Originally posted by btchwaxfan I tried your advice, but I am still not getting anything. The text box does show "Artist:" but does not appear to be reading the variables into it.
The file song1.swf was made with Swideo, and the settings were set for Flash 5.
Any advice?
1) Be sure that the loaded movie is called "song1" (rename it !)
2) Goto "Export Settings" and validate the "Backward Compatibility".
3) Are you sure about the variables name ???
I am still having no success. Here is my file. I believe the Variables are as I stated, but I have no way to look inside the file and be sure. Maybe Swideo made the file wrong?
There're 2 "variables" inside that movie (song1.swf):
Song = "FortyFive"
Artist = "Atomic *****wax"
Unfortunately,there're INVALID variables (I don't know the reason).
For future developments,download and study this file: SoundTracks
Thanks for looking into this for me. I looked at your example, very cool. I think it might actually solve my problem, by a different direction. I was considering making a MusList file as you had, but keep a list of Artists, Songs, and Albums in it. I'm not sure exactly how yet, but I think it should work.
Cool site by the way. I liked your Load HTML. It raised a new question in my mind. Can I do something like that, where the links could LoadMovie?
As I promissed,here's the solution for your file (song1.swf).
I don't like it,but you must live with that.
Use KoolMoves and my method (SoundTracks) for future !
cheers
Originally posted by btchwaxfan I see you saw what Swideo wrote, and implemented it, and I think I should be good to go.
The solution had nothing to do with that.
(of course that the first keyframe must be loaded until you do anything).
My SCANNER were unable to find the variables !
I had to find another scanner to solve the problem.
Anyhow,there's a third variable there (INVALID for sure !)
cheers