Target an html layer with a flash nav

Target an html layer with a flash nav…is this possible?

Thanks!

I think you could target an iFrame or a php file that would in turn load content into a div layer. Is that what you were asking about?

Thanks for the reply. Let me tell you exactly what I’m trying to do.

I have a dynamic slide show that is pulling images from a dir. The flash is embedded and the object looks like this:

<PARAM NAME=flashVars VALUE=dir=photos//&num=6>
<EMBED src="organic.swf" flashVars=dir=photos/&num=2 quality=high

What I’d like to do is change the slide show gallery that will have a different directory of images. I can jump to a different frame in flash and load a new slideshow but it just shows the same images in dir=photos. And I really dont want to load a new html page and have that flicker of white between pages.

Being totally stumped I thought I would just load all my swf’s with the different galleries into div layers and hide and show them with calls from my nav bar…

But if you know any other way to make it work that would be insane!!!

Thanks!