i have tried setting it up where the get url function on the buttons linked to
a txt file that gave it the command to link to the particular page and i have
tried applying the code directly in the on release geturl() for the button.
The coding i have tried has been:
(faq being the generic button and page linking togeter. and the index.php is
the file that contains all the data.)
"index.php?content=faq"
"#?content=faq"
"?content=faq"
"content=faq"
"index.php","?content=faq"
"index.php?'content'='faq'"
"index.php?'content=faq'"
And i have also tried the get.shared.object function to get the cookie and
tell it not to reload. That didn't seem to do anything and didn't work.
I'm really stuck and need to make a deadline and if i don't get it to work
i'll have to rebuild the site with seperate flashfiles untill i get itfigured
out.
The intention of this is to have a goto set up on the button and change the
animation in the menu and the content at the same time without the flash
reloading.