i been trying to get this to work and cant find the way, i created a small flash object using flash CS3 to show the current albumart with some effects, it works flawlessly standalone, hardcoding the picture path, but when using RR it just dont work, it appears that the flash object is not getting the path from RR for the image, i even make the flash object to set a variable in RR to see what is getting from _root.ALBUMART and all i get is "undefined". i have the label "ALBUMART" in the screen where the movie is embedded, so as far as i know is all i need, heres part of the code i'm using
Code:
fscommand("GETLABEL", "ALBUMART");
artwork = _root.ALBUMART
fscommand("SETVAR;FLASH;" + artwork);