… But HOTELS should take them to the Hotels frame of the .swf file that is embedded on the maphome.html page, PARKING should take them to the Parking frame, etc.
I am not sure if this is a pure ActionScript thing, or if I need to employ some JavaScript, or something else.
have you tried naming your frames inside your swf and selecting named anchor form under the frame name field?
It gives you acces to link to a specified frame in your swf something like
<www.yoursite.com/yourpage_with_flash.html#a_frame_in_the_swf>
It’s easier this way… I guess.
Well… I’ve made my first and second attempt. Can’t get the named anchor technique to work. :crying:
I named the anchor in frame 2, “hotels” and then used a simple ActionScript to create a link <maphome.html#hotels>
I need to go out for awhile, but I looked through my Hands-on Flash MX book, and they consider using named anchors an fscommand thing. Showed how to Publish to html using named anchors. I tried that, and it behaved badly.