osc
June 30th, 2003, 12:04 PM
Hello,
Having got the bulk of my site to work - I seem unable to get the AS to work in loading the first image.
The main script runs after a button has been pressed, but how do I get the following script to execute after the XML file (called pictures) has been loaded. I have tried lots of different ways - onenterframe, frame loaded etcbut none seem to work
_root.picture.loadMovie(pictures.childNodes[0].childNodes[1].attributes["jpegURL"]);
Is there a simple answer to this? - I hope so:)
Osc
Having got the bulk of my site to work - I seem unable to get the AS to work in loading the first image.
The main script runs after a button has been pressed, but how do I get the following script to execute after the XML file (called pictures) has been loaded. I have tried lots of different ways - onenterframe, frame loaded etcbut none seem to work
_root.picture.loadMovie(pictures.childNodes[0].childNodes[1].attributes["jpegURL"]);
Is there a simple answer to this? - I hope so:)
Osc