Topic: loadMovie, ok to not exist? (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=27627" title="Pages that link to Topic: loadMovie, ok to not exist? (Page 1 of 1)" rel="nofollow" >Topic: loadMovie, ok to not exist? <span class="small">(Page 1 of 1)</span>\

 
redroy
Paranoid (IV) Inmate

From: 1393
Insane since: Dec 2003

posted 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?

Example:

code:
loadMovie("images/" + homeImg + ".swf", imageDrop);


Where homeImg is not declared in the php file.

Or should I load a blank movie?

GRUMBLE
Paranoid (IV) Mad Scientist

From: Omicron Persei 8
Insane since: Oct 2000

posted posted 03-12-2006 11:49

in case the file is not found it will most probably create a blank movieclip.

redroy
Paranoid (IV) Inmate

From: 1393
Insane since: Dec 2003

posted posted 03-12-2006 18:58

Cool, so that's not going to cause problems then I assume. Thanks grum.



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu