A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: GRR Can anyone tell me what the heck this means?

  1. #1
    Junior Member
    Join Date
    Dec 2005
    Posts
    3

    GRR Can anyone tell me what the heck this means?

    im getting this freaking error when i publish my file and and i cant, for the life of me, figure out how to make it GO AWAY! everything works perfectly... so i dont know what flash's problem is...




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

    Total ActionScript Errors: 1 Reported Errors: 1





    :::HERES THE ACTIONSCRIPT FOR THAT SYMBOL ON FRAME 2:::

    stop();
    loadVarsText=new loadVars();
    loadVarsText.load("blog/blog.txt");
    loadVarsText.onLoad = function(success) {
    if (success) {
    trace("done loading");
    blogscroller.html = true;
    blogscroller.htmlText = this.var1
    } else {
    trace("not loaded");
    }
    };
    Last edited by xLiquidFlamesx; 12-27-2005 at 03:19 AM.

  2. #2
    FK's Official Mac Hater jasonsplace's Avatar
    Join Date
    Mar 2002
    Location
    Provo, Utah
    Posts
    2,245
    stop();
    loadVarsText=new LoadVars();
    loadVarsText.load("blog/blog.txt");
    loadVarsText.onLoad = function(success) {
    if (success) {
    trace("done loading");
    blogscroller.html = true;
    blogscroller.htmlText = this.var1
    } else {
    trace("not loaded");
    }
    };


    ...you need a capital L on LoadVars
    Jason L. Wright
    I'm not that hard to imitate. Just make some random negative claim at Apple or anything else for that matter and then have nothing to back it up.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center