Results 1 to 5 of 5

Thread: How i do to fix this menu

  1. #1
    Join Date
    Sep 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question How i do to fix this menu

    Sorry for my English!

    help me please

    I am doing a site, which has a menu and a slideshown of images made in flash
    and the rest of the content in HTML.

    I want the menu and slideshown were fixed. that every time I clicked on a link and change the contents, (which is below the images) does not load the entire page again.

    example: http://cesarcomunale.com.br/amz/

    Thanks

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    That's actually not so easy.

    You'll have to use the ExternalInterface class to interface with Ajax. Google around for examples.

  3. #3
    Join Date
    Sep 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Medyman View Post
    That's actually not so easy.

    You'll have to use the ExternalInterface class to interface with Ajax. Google around for examples.
    I know...

    the problem is that I don't know anything about AJAX.
    you have any suggestions
    you can help me

  4. #4
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    you might be able to do it with toggling but i'm not sure exactly cause on your page the top links don't do anything so i'm not really sure what they are suppose to be doing or showing. but from what i've used with toggles you can have stuff that is not displayed until a button is clicked. which you could make each of those links do

  5. #5
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Quote Originally Posted by comunale View Post
    I know...

    the problem is that I don't know anything about AJAX.
    you have any suggestions
    you can help me
    Well, I'm not really a JS or Ajax guy....so can't help much. You might try posting in the JS forum to see if anyone has any suggestions. If you have a working example in JS and HTML, I can help converting it into Flash.

    The other way to do it would be via an iFrame. That's VERY simple to do. You would just supply the frame parameter to the getURL:

    Code:
    getURL("url", framelabel);

Bookmarks

Posting Permissions

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