A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Go to from HTML

  1. #1
    Member
    Join Date
    Jun 2001
    Posts
    43
    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.


  2. #2
    Senior Member
    Join Date
    Aug 2000
    Location
    Montréal
    Posts
    14,141
    possible with asfunction()

    http://www.macromedia.com/support/fl...asfunction.htm

    gparis

  3. #3
    Member
    Join Date
    Jun 2001
    Posts
    43

    jump to label

    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?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center