mancroft
07-08-2003, 08:07 AM
I have added an empty movie clip called "blahpicture" into which is loaded a .jpg:
loadMovie (("http://www.blah.com/inventorypics/" +
picnumberdefault) + "blah.jpg", "blahpicture");
This is located on the "front" page of the .swf file and does not load immediately but will load when I go to another page and return to the front page.
Any ideas of how to get it loaded first time, please?
loadMovie (("http://www.blah.com/inventorypics/" +
picnumberdefault) + "blah.jpg", "blahpicture");
This is located on the "front" page of the .swf file and does not load immediately but will load when I go to another page and return to the front page.
Any ideas of how to get it loaded first time, please?