Hi all,

I've been experimenting with the Flash File Format SDK (from Macromedia) for a while, but I have never tried to create a swf that has a larger size than 800x600. When I did and compiled the whole thing, the only thing I saw when running the swf, was the titlebar (or a movie that is NOT 1024x768, but somethingx768)...

Anyone know what the problem is? Even when I download the original sdk without changing a thing (of the examples), except the size, it'll go wrong...
//Code snip
// Create the SWF file with 1024x768 stage and frame rate 12 fps.
allTags.CreateMovie("FExampleEditText.swf", 1024*20, 768*20, 12);

//End code snip

Is there some maximum size or something..?

Got any ideas?

Thx.

A. Don