Question
Really simple flash problem
Hi everyone. I'm almost near the end of my 'Studio 8 Training
from the Source' book but I'm having a problem. If you have the
book I'm on lesson 15 'a component-based flash quiz' under
'displaying the username dynamically.
Go to http://www.allectomedia.com/dante/dante_quiz_login.cfm and put in an email address (it can be a fake one, makes no difference) which will then take you to the quiz questions.
There's a flash document in there that's the 'unit quiz' and I'm having trouble with the 'Welcome (email address)'. It keeps calling my users 'undefined'. In the chapter the code that applies to this is ...
var username:String;
username_txt.text = username
...which should link to my their email address from the previous login screen, but it doesn't work! Can anyone help me?
Go to http://www.allectomedia.com/dante/dante_quiz_login.cfm and put in an email address (it can be a fake one, makes no difference) which will then take you to the quiz questions.
There's a flash document in there that's the 'unit quiz' and I'm having trouble with the 'Welcome (email address)'. It keeps calling my users 'undefined'. In the chapter the code that applies to this is ...
var username:String;
username_txt.text = username
...which should link to my their email address from the previous login screen, but it doesn't work! Can anyone help me?