I have a .swf with anti-aliasing on the text that works when it is opened in flash player 8 by itself.
I am using the following code:
loadMovie("site.swf",loader);
to load a movie into a movieclip on the stage with the instance name of loader, but when site.swf is loaded in the anti-aliasing on the text doesnt work anymore.
Any ideas?