We are working on a website which is small but it use Flash Navigation, as we are using flash so we hard coded the links inside flash, we have given links as below
for home page
home/aboutus
home/services
and so on for rest of links, the first click work fine, and the url is http://mysite.com/home/aboutus but if we click on services link its making url as http://mysite.com/home/home/aboutus
adding extra home to it, and it also don’t work for home page
thanks
Regards
You could pass the base url to the Flash movie as parameter so that it can construct proper links: