all groups > flash (macromedia) > january 2004 >
You're in the

flash (macromedia)

group:

What does this error message mean?


What does this error message mean? qubstudent
1/16/2004 11:05:22 PM
flash (macromedia):
Hi there,

I've been trying to link to an external text file and import the text from it into my flash movie but I get keeping the following error:

**Warning** Scene=Scene 1, layer=actions, frame=1:Line 1: Case-insensitive identifier 'loadVars' will obscure built-in object 'LoadVars'.
loadVarsText = new loadVars();

Total ActionScript Errors: 1 Reported Errors: 1

done loading

Can anyone tell me what this error means?

Re: What does this error message mean? PierreAlain
1/17/2004 12:12:25 AM
it takes <loadVars> (with minus L) for YOUR var, and advice that its
built-in function <LoadVars> (with caps L) won't be taken in account

--

Pierre Alain

pie@lifnet.com


"qubstudent" <webforumsuser@macromedia.com> a écrit dans le message de
news:bu9qni$hj1$1@forums.macromedia.com...
[quoted text, click to view]

Re: What does this error message mean? qubstudent
1/18/2004 9:02:37 PM
Thanks for the reply, but how do I actually fix this problem?

Re: What does this error message mean? Chinese Boy
1/18/2004 9:25:24 PM
Just change your variable name to something else. Don't use variable names that are similar to Flash's built-in function or object name. That would confuses Flash Player.

author: Chinese Boy


AddThis Social Bookmark Button