PDA

View Full Version : flash doesn't load it



NastyNatlus
December 25th, 2008, 12:12 AM
i designed a program in which i load external swf files which have xml files attached to them into a main movie ie a central movie
problem is the xml files all have the same flie name so i put them in separate files but the main movie won't load the movies unless the are in the same file level but if i put them in the same file level i will have to change the xml file names which i can't do
hope you understand hope you can help

mr.skribbs
December 25th, 2008, 10:30 AM
did you try using relative paths to load the xml
../movie1/xmlfile.xml
../movie2/xmlfile.xml
.....????