Topic: SWFObject & dynamic XmlDataPath (with ASP)
Hi,
I have a problem with SWFObject 1.5 and dynamic XmlDataPath.
Here is the code :
<script type="text/javascript">
var fo = new FlashObject("viewer.swf", "viewer", "100%", "100%", "6", "#FFFFFF");
fo.addParam("quality", "best");
fo.addParam("wmode", "transparent");
fo.addVariable("xmlDataPath", "xml_Hotel.asp?htl=2L7&brc=2");
fo.write("flashcontent");
</script>
I think that the first parameter htl=2L7 is understood by xml_Hotel.asp, but not the second (brc=2)
Here is the link that dont work : http://www2.kuoni.fr/kuonifr/diapoflash … &brc=2
But the xml is ok : http://www2.kuoni.fr/kuonifr/diapoflash … &brc=2 !!
Can anyone hep me ?
Thanks