Hi,
I have a website with a flash intro, after the flash intro finishes playing it shows a button within flash to enter the website. since we were changing the link to the enter page while testing, we asked the flash developer to give us an easy way to change where the button links to.
so he created a txt file where he put this text inside:
home=http://www.mysite.com/home.aspx
and we should be able to change home to reflect the page we want to show.
this worked fine on the localhost. but when uploaded to the server it didn't work correctly and instead it was linking to an "undefined" page like this: http://www.mysite.com/undefined and of course showing page not found error.
i want to mention also that the flash file is located in a subfolder with the txt file and the page we link to is on an upper level. we tried relative and full path, both worked on localhost but not on hosting server.
any ideas?
i appreciate your time.