Topic: loadMovie, ok to not exist? (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: 1393 |
posted 03-11-2006 02:41
I've got a movie that loads a background image, loadMovie(), depending on what a variable is set to. This var is set on a php page and loaded into flash via loadVariables(). I've also got another image that I may or may not be loading in the same manner... my question is... is it ok to NOT specify the path and keep the loadMovie actionscript in tact? code: loadMovie("images/" + homeImg + ".swf", imageDrop);
|
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 03-12-2006 11:49 |
Paranoid (IV) Inmate From: 1393 |
posted 03-12-2006 18:58
Cool, so that's not going to cause problems then I assume. Thanks grum. |