PDA

View Full Version : loading movies question



ave
August 28th, 2003, 09:31 AM
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.

loadMovie("FREEDOMaims.swf","_root.bottom.bottomfill.textarea.textareamain.text arealoader");

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 :)

claudio
August 28th, 2003, 09:38 AM
loadMovie("movies/FREEDOMaims.swf","_root.bottom.bottomfill.textarea.textareamain.text arealoader");

ave
August 28th, 2003, 10:01 AM
thought so (well nearly anyway :) )
cheers mate

claudio
August 28th, 2003, 12:04 PM
welcome :)