views:

15

answers:

2

Hello you all ,

I have a flash banner in my website and it has some navigation links on it .

Because I have several different folders in my website I need address them from the root .

At the moment i use getUrl like this :

getURL("ArticleList/Default.aspx");

But it doesn't work . Thanks in advance

A: 

Try using ~/Folder/Page.aspx. ~ signifies root in ASP.NET

Rahul Soni
A: 

You can use the base parameter while embedding the Flash movie. All relative paths inside the movie are resolved according to that. Have a look at it here - http://kb2.adobe.com/cps/127/tn_12701.html

Abhinav