A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Dynamic Text Link Question

  1. #1
    Junior Member
    Join Date
    Jul 2004
    Posts
    1

    Dynamic Text Link Question

    I'm new to Flash and have probably a simple question, that might not be possible, I'm not sure.

    I want to be able to have a scroll box that is populated dynamically by a html text file. I want the text to be links that will jump to a certain frame, to start another movie clip.

    I want it to act like a flash button that has the action

    on (press) {
    gotoAndPlay(frame);
    }

    Is it possible to have the dynamic text links to act in this function, maybe using CF?

    Thanks,

    Brian

  2. #2
    Senior Member
    Join Date
    Apr 2004
    Location
    Missouri
    Posts
    384
    You can call actionscript functions within an html field by using

    code:

    <a href="asfunction:functionName,functionVariables"> the text </a>


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