PDA

View Full Version : Simple Nav Bar Question!


affirmallchance
06-18-2008, 03:43 PM
Hello,

I am building a simple navigation bar with flash cs3. When someone clicks a button on the flash navigation bar I want to load a html page from my site not to another url. Do I still use the URLRequest function?

For example, if someone presses the flash button on www.mysite.com/home to load www.mysite.com/about , do I write URLRequest(”www.mysite.com/about”) or do I write a path in my directory to that page?

Does it make a difference in terms of speed or stability?

Is there a right way to do this?

Thank you!

CreativelyBankrupt
06-18-2008, 06:19 PM
You're correct. You would use URLRequest to handle any html page changes outside of your Flash navigation.