Flash dynamic link Q
- Started
- Last post
- 3 Responses
- Seph
I have the same flash banner on every page of a site. Clicking on the banner takes you back to the homepage.
on (release) {
getURL("index.asp", "_self");
}But if I am viewing a page that is in a subdirectory of the root folder I have to load another identical banner but the new link
on (release) {
getURL("../index.asp", "_self");
}for obvious reasons I dont want to have to reload another flash banner for the pages that reside in subdirectories.
So whats the best solution girls and boys?
- ********0
Make the URL absolute rather than relative?
- Seph0
Shock horror !
Please ignore this thread.
My minds just not on the game these days, Im definately smoking too much.
I was desperately trying to find complex ways of reading the URL of the page from within Flash.
- ********0
Don't worry about it...i am in that space many times a day.