when i put the swf file, the xml file in the same directory as the html file that class the flsh i have no problem
but when i put the flash file in a different directory than the html file i do not manage to use it; the flash animation does not appear
for example if i put the flsh file in a flash sub directory and call var so = new SWFObject("\flashsubdirectory\flashfile.swf", ...) it does not function
i can put the data.xml anywhere it does not change the issue
is it possible to put the swf and the html files in different directories ?
Yes,
You can put the swf and html in diferent locations but make sure the xml file file stays in the same directory as the html, or make sure if you send the xml file via flashvars, you specify the path relative to the html page.