Dynamic XML file from asp includes
Hello-
I have a flash embeded gallery script. The script works fine with a satic xml file. However when I call a dynamic asp page to create the xml it wont work. My best guess is this is due to the way asp processes files and as a result the xml is not loaded until after the flash or main page loads. Any ideas on what i can do to get around that? Below is how i call the script:
<param name="movie" value="flash/gallery.swf?xmlPath=imagesmls.asp?ListingNumber=56 075&MlsTableID=7" />
When pulled up in IE and others the imagesmls.asp page outputs proper well formed xml so it's not a syntax issue.
|