grovemedia
Technical User
When you add text to a frame, is there a way to make the URL Link dynamic. I am using MX 2004. Thanks
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
myTextFormat = new TextFormat();
myTextFormat.url = "[URL unfurl="true"]http://www.tek-tips.com";[/URL]
myTextField.setTextFormat(myTextFormat);