This is ridiculously easy question to answer but amazingly i have never had call to know the answer before so here goes.
I am loading lots of small movies into my main site, this is not a problem however when i post them to the net i would like to have all these smaller movies inside folders to reduce clutter.
I am aware that if i do this the path names will be different forloading them in.
at the moment i am using this code to load them.
[AS]
loadMovie(“FREEDOMaims.swf”,"_root.bottom.bottomfill.textarea.textareamain.textarealoader");
[/AS]
now lets say i put the movie “FREEDOMaims.swf” into a folder called ‘movies’ i believe the the path name will be something like
“movies\FREEDOMaims.swf” am i right ??
PS i tried looking for this on the search function but was not sure of the correct search term to use, therefor it returned nothing.
any help welcomed