Drop Shadow

I would like someone’s help applying a drop shadow to a display object. I have several books and the Help to look at for direction but I am still unable to get it right. A nice simple block of code would be greatly appreciated.

Call the display object “thing.” It’s placed on the stage thus:


var thing:Loader = new Loader();
addChild(thing);
thing.load(new URLRequest(filename));

…where filename is “thing.swf”. Hopefully that’s enough information. Let me know if I need to give you more.

Thanks!