I have a dynamic external text file. I want to add a hyperlink in the external text file to jump to a label in my main timeline. Is this possible in FlashMX? Thanks in advance gurus.
Printable View
I have a dynamic external text file. I want to add a hyperlink in the external text file to jump to a label in my main timeline. Is this possible in FlashMX? Thanks in advance gurus.
possible with asfunction()
http://www.macromedia.com/support/fl...asfunction.htm
gparis
jump to label
This sounds like what I'm to do. But what I have is an external file that the user is reading from. From within the external file I want to add a hyperlink that will take the user back to a labeled frame on the main timeline. From what I'm hearing, this seems to be an ASFUNCTION. I just don't know the right syntax for the hyperlink to take me to a label on the main time line. In simple terms, I'm trying to duplicate the gotoAndStop actionscript through a hyperlink.
////
the link in the macromedia site which gave me the example:
Note: This is equivalent to assigning "<A HREF="asfunction:myFunction,argument_1">Click here</A>" to an HTML-enabled text field variable.
////
But I can get this to work. Any thoughts gurus?