A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: on Data

  1. #1
    Senior Member danleroux's Avatar
    Join Date
    Nov 2000
    Posts
    183

    on Data

    I have an empty clip in which I load an external Text file with variables.

    Is it safe to say, that when

    myHolder.onData = function(){

    }

    is invoked that the entire text file has been loaded/read, or should I do an onEnterframe to make sure the last line/variable of that text file is in?

    Thank gurus

  2. #2
    Senior Member jbum's Avatar
    Join Date
    Feb 2004
    Location
    Los Angeles
    Posts
    2,920
    You shouldn't get an onData till end-of-stream of the variables, so it should be okay.

    Are you having a problem?

  3. #3
    Senior Member danleroux's Avatar
    Join Date
    Nov 2000
    Posts
    183
    no problems. Just questionning it before problems do occur. Thanks

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