{ February 7, 2002 }
Flash 6 Dynamic JPEG
Well it looks like my post a few days ago about the "Poor Man's Generator" workaround to create JPEGs dynamically into SWF using PHP may be moot, for little tidbits of Flash 6 ActionScript are beginning to leak out, including...
blank.loadMovie("test.jpg");
Create a blank movie clip on your stage, give it an instance name of "blank," and create a dummy jpg in the same folder. Presto - Flash 6 allows the dynamic import of JPEGs, but not GIFs or PNGs.
