A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Simple Nav Bar Question!

  1. #1
    Junior Member
    Join Date
    Jan 2008
    Posts
    7

    Simple Nav Bar Question!

    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!

  2. #2
    Member
    Join Date
    Jun 2008
    Location
    US
    Posts
    84
    Both ways certainly work.

    I do not think there should be any difference in speed or stability. After all, it's the same link that the browser is loading. I may be wrong, but I cannot see why there'd be a difference.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center