Flash | Load Jpg

  • Started
  • Last post
  • 0 Responses
  • tobor

    So I'm loading in a jpg into a movie clip. how do i check to see if it's loaded in.

    if(!pic) pic = "jen1.jpg";

    _root.img.loadMovie(pic,"GET");

    should I be checking the bytes loaded in or is there a way just a way to see if the image has loaded in?