Skip to main content

Flash Q 44 Responses

Last post: 8 years, 4 months ago | Thread started: Jan 20, 05, 12:34 a.m.

RespondNew TopicDisable Images

Out of context: Response #3 [Jan 20, 05, 12:34 a.m.]

  • caseyc

    I would say use html tags in the text but it all depends on what you are doing. If you have a specific string in mind here is something to get you started:

    txtstring = "I can make some text italic";
    searchfor = "some text";
    istart = txtstring.indexOf(searchfor);
    iend = istart + searchfor.length;
    trace(txtstring.substring(istart...

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel

Skip to main content