How can I initialize Flash variables from the HTML page that contains it? For example, I have two variables _root.preloadalbum and _root.preloadsong, to which I would like to assign values, by means of JavaScript.
In the first frame of the flash file, I stop playback and send an FSCommand.
My...