Flash: on imageLoad

Out of context: Reply #6

  • Started
  • Last post
  • 6 Responses
  • System-Idle0

    not 100% sure how yr loading the data. from what you have said it looks like yr loading all yr image URL's as one string var.
    I asume then that you are loading all yr images in one shot, and when each image finishes loading you whant something to happen?
    The old way of doing this would be to use an onEnterFrame to check each mc and see if its bytesLoaded==bytesTotal
    then call the function.
    The newer way would be to use the LOAD class
    and then call the function with onLoad

View thread