Where it says, "enter" I cannot figure out how to point that to a website. I do not see the web address in the CSS code. Is it somewhere in the flash editing?
I'm lost. I just want the "enter" button to work and lead to a page of my chosing. Any help?
In the page link posted above, the link is in the Flash file itself. Since it's a template there should be a section that lets you edit parts of it, just like the menu should let you edit the text in the tabs.
In the Actionscript, if you have the .fla or .as files, look for getURL, something like
Code:
getURL("www.adobe.com", "_blank");
or in AS3, URLRequest
Code:
var url:URLRequest = new URLRequest("http://www.adobe.com"); navigateToURL(url, "_blank");
Your template should let you edit the URL.
Best of luck to ya,
EfV
Thanks but how do I get to this to change the url? I've looked everywhere with no success.
My Homepage. Follow my Twitter.
Computer, Networking, Blackberry problems? Spartan Technical Services. $25 flat rate! 100% American! 24/7! Phone or Live Chat!
Click here for Instant Live Technical Support!
Every template is different so there's no way to tell exactly how to edit yours. Is this template an .fla, an .xml config file, or what? How do you do any editing, to change navigation or add content?
EfV
Bookmarks