Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | FLASH: Assigning an URL to dynamic text |
From: | Vinh Tran |
Date: | Thu, 28 Sep 2000 18:45:27 +0100 |
All:
Does anyone know how to assign an URL to dynamic text in ActionScript? I
could use HTML text but version 5 seems to format the text incorrectly. The
requirement is to assign a different URL depending on the text being
displayed. The following pseudo-code may help to understand what I'm trying
to do....
message1 = "This is message 1";
message2 = "This is message 2";
url1 = "http://www.someURL.com";
url2 = "http://www.anotherURL.com";
messageInstance:dynamicText = message1;
messageInstance:dynamicText.url = url1; // This is where I need the help.
Is this possible?
Thanks in advance. Vinh.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
Re: FLASH: Assigning an URL to dynamic t, Randy Kato
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]