I’m a bit new to the whole flash in terms of designing a whole wepage in flash. My current problem is that when i click on a link to go to another one of my pages from the homepage all the stuff on the homepage can be seen with the other stuff on the other pages. Is there a way to stop the stuff from the homepage appearing on the other pages. If anyone understands what I mean please feel free to message me back. Thanks for the help.
Well how are you pages setup exactly?
Well lets say the width is 700 and i split it in half. The right side is where i display all the info. The links are on the top on the right side. when i click on the link it loads right into the bottom part of the right side. But what I’m having a problem with is that I want to be able to post some info on the main page, like welcome to my site and etc. Is there i way i can get that info to clear up when i click on the the links. I hope u understand what I’m trying to say.
Not sure i understand what you mean. Are you working with frames? In that case use:
on (release) {getURL(your url, “mainFrame”)} if you want to link to the mainFrame…
I’m not using frames but I have figured out what to do. Thanks for ur help anyways.