Hi Guys!
I have a problem I hoped you could help me with! I have a website which uses a flash menu. The website folder structure is quite complicated and I cant figure out the correct getURL path. Please help!! The folder structure is as follows (folders are in bold):
index.html
enfiles images
page1.htm en
menu.swf
So basically, the menu is in a folder called en which is in a folder called images but I need to open a file up from en files. I thought it was this but it doesnt work:
getURL("../../enfiles/products.html", "_blank");
Please help!
Jen