Can anyone help?
I am trying to put a flash object (actually a map containing lots of links to the calendars) onto the default.html page - like this
http://www.fla-shop.com and I cant get it to work properly.
I have it attached and it looks nice but none of the mouse over elements work.
the problem seems to be something to do with the location of the files.
If the files are located here:
www.mysite.com/files then everything works fine. The map consists of a .swf file (the map itself) and a .xml file (the data for the links. The xml file has to be next to the html file on the server - for example if I put the map on the home page the .xml file has to be in the same place as index.html on the root
If I put the .xml file next to the default.html file (in mysite/cgi-bin/calendarscript/templates/calendars/default) - the map appears but the mouse over parts just dont work.
In tests, if I put the files
anywhere within the cgi-bin directory then it doesn't work - it seems to make the xml file invisible???
Any ideas?
I either need to be able to access through the cgi-bin dir as if its a normal directory - or perhaps move the default.html file to a location outside the cgi-bin dir if thats possible.
Has anyone done anything similar?
Thanks
Anthony