Need help on loadMovieNum()

i am currently making a site using mostly AS.

i am having trouble loading number of external .swf, i want to know if how can i load an external .swf that is in the same directory but is in a folder within the directory…

this problem only occurs when i try to segregate my swf’s according to their use. usually i am using:


loadMovieNum(url, level, method);

on loading my external swf’s, i know i lack some line of codes on the url part in order to successfully load my segregated swf’s.

so i need your help on this guys… thanks in advance!