A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: html text with INTERNAL flash doc links........

  1. #1
    Senior Member
    Join Date
    Apr 2002
    Posts
    174

    html text with INTERNAL flash doc links........

    Hey All,

    I'm using dynamic text boxes with html text so as to spec underlines and such. Some links are to other sites and such but some are targeted to flash document itself.

    How could I go about setting those links?

    I thought invisible buttons but placement is kind of unpredictable.

    Is there another way to spec underlined text?

    HELP!!!!!
    jub

  2. #2
    Junior Member
    Join Date
    Dec 2006
    Posts
    3
    I was wondering the same thing, anyone help you on this yet?

  3. #3
    Senior Member
    Join Date
    Apr 2002
    Posts
    174
    hey casey,

    nope. never did hear anything. seems odd but I managed to work around it with scripting the placment of an invisible button.

    cheers
    jub

  4. #4
    Senior Member dudeqwerty's Avatar
    Join Date
    Mar 2005
    Location
    Bosnia
    Posts
    1,626
    it depends on what you want to do with the files.

    you need to use the asfunction protocol. something like this:
    Code:
    function openDocment(path:String):Void {
         getURL(path);
    }
    myTextField.html = true;
    myTextField.htmlText ="<A HREF=\"asfunction:openDocument,C:/blah/file.fla \">Click To Open file.fla</A>";
    HTH,

    zlatan
    New sig soon

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