PDA

View Full Version : Hyperlink to a frame


irx
04-16-2008, 10:09 PM
Hello all

I have a dynamic text area that says something along the lines of

"for contact pricing information, see our contact page <here>"

is it possible to have a hyperlink that would jump to a frame like
gotoAndStop(15) within a dynamic text area?
thanks in advance!

atomic
04-17-2008, 12:55 AM
You need to have an html enabled textfield, and use an a href tag, calling an asfunction, which in turn will direct the playhead to the appropriate frame...

a href tag:
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14808&sliceId=1

asfunction:
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15639&sliceId=1

irx
04-17-2008, 01:51 AM
Thanks atomic, I had just gotten a reply with the same answer over on boardkitflash forums. i appreciate your help! that was exactly what i was looking for!

atomic
04-17-2008, 02:49 AM
Grrrrrrreat! ;)