All power to dynamically loaded txt!

A new thread, but on a similar theme! This is just a brainwave, so please bear with me…

Can I let the if / else if / etc function (boolean statements) in Flash pick up on dynamically loaded text? Say, I have a dynamic text field called ‘booleantxt’ which loads a text which either says ‘true’ or ‘false’, can those ‘values’ be read by Flash? Or even, if the dynamic text reads ‘option 3’, can I have in flash this: if (dynamictxt.option 3 == true) { etc.

In short: can I get Flash to execute a particular task instigated by dynamically loaded text…?