I can load Avi or mpg movies with Flash?

i tried with that, but i can get anything, why?

_root.createEmptyMovieClip(“loaderClip”, 1);
loadMovie(“test.avi”, “loaderClip”);
loaderClip._x = 0;
loaderClip._y = 0;

I am not sure you can directly load a avi or qt movie. Instead embed the avi file in the mc and it should work.

Hope this helps!!