Is it possible to write a function when associated with a button which will
link to an anchor in a textField in the next frame rather than the frame
itself.

//this goes to the frame
function gotoFrame (frame) {
    gotoAndStop(frame);
}

//but I want to go here
<p class=¹link¹><a name="anchor">Anchor</a></p>

Thanx.
-- 
Bill Napier
Design Coordinator

West Virginia Development Office
1900 Kanawha Boulevard, East
Charleston, WV 25305-0311
800-982-3386 (toll free)
304-558-0078 x37 (p)
304-558-5053 (f)
[EMAIL PROTECTED]
http://www.wvdo.org



_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to