the css menu is not a problem

Sep 12, 2008

Can I link to a flash frame instead of href?

Hi,
I want to load the menu into an existing swf file. The links on the menu should allow the user to navigate to a frame located in the parent swf file instead of going to an http:// address.
Is this possible?



Answer:



No,
it's impossible. Our menus can work only within HTML

I recommend to put the menu over the SWF file, using z-index.
<div style="position:absolute; top:115px; left:0px; z-index:999;">
<div id="f-source-menu" style="position:relative;">
........
</div>
</div>

You can make anchors in your flash movie:
http://noscope.com/journal/2004/04/named-anchors

The menu will link to different html pages with the same SWF, but with
different flash anchors.

Regards
Dmitry
f-source.com

No comments: