the movieclip named thmbs is not having working for the onRelease
function.

Code:
_root.createEmptyMovieClip("thmbla", _root.getNextHighestDepth());
thmbla._x = 250;
thmbla._y = 50;

_root.thmbla.createEmptyMovieClip("thmbs" + 1, thmblist.getNextHighestDepth());
			var cLoader:MovieClipLoader = new MovieClipLoader();
					
			cLoader.loadClip("d:/testcode/small/1.png", _root.thmbla["thmbs" + 1]);
					
			_root.thmbla["thmbs" + (1)].onRelease = function()
				{
					trace("created");
				}