presuming, of course, "myflash.swf" is located in a directory "flash" in the domain root. This is true of all references, inside and external to the flash object. For example, if you load an XML file for video (or images, or whatever),
/flash/my-video-list.swf
The XML file should contain <?xml version="1.0" encoding="ISO-8859-1"?> <movies> <movie url="/video/somefile.flv" moviename="some title"/> </movies>
and within the flash, the reference to that xml would be something like