Log in

View Full Version : How i do to fix this menu



comunale
09-24-2008, 12:03 PM
Sorry for my English!
:confused:
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:)

Medyman
09-24-2008, 03:47 PM
That's actually not so easy.

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

comunale
09-24-2008, 04:28 PM
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

bluewalrus
09-24-2008, 05:20 PM
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

Medyman
09-24-2008, 11:02 PM
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:


getURL("url", framelabel);