hello
i’m having all kind of problems with a text i want to load into flash.
the text includes an e-mail adress. i want this to be a link in the flash dynamix html textfield.
i tried by having it converted in php with regular expression and putting the tag between CDATA tags. but i just doesn’t work.
are there ways to replace a part of a string into flash with regular expression?
i want to have in a string all e-mails replaced.
info@test.com >>> <a href='info@test.com>info@test.com</a>
regards,
.d