Issue with importing class

Hi there,

I’m having some problems importing a class, the message that Flash gives me is this;

The class being compiled, ‘ImageLoader’, does not match the class that was imported, ‘com.martijndevisser.ImageLoader’.

The only line of code in my flash movie is this:
import com.martijndevisser.*;
And yes, the class is in that folder :slight_smile:

The class is from here: http://www.martijndevisser.com/download/ImageLoader.as

I’ve used the class before and it works fine, I just dont know what to do?

Any ideas? Thanks :slight_smile: