The AC_RunActiveContent.js file that Flash CS3 creates, for embedding the swf in html, does not seem completely compatible with it's own SystemManager.screen property, when exporting Flash movies at 100% and "no scale". Use something else, like like swfObject, to embed your Flash movie.
http://code.google.com/p/swfobject/Also, you can have the dialogue windows appear at the top left or even better where the mouse is positioned. winPosition is the location of the dialogue windows. This can be "mouse", "TL", or the default "center". Place this code on the same frame as the Flashblocks component to set the windowPosition property.
| Code: : |
flashblocks.Flashblocks.MenuDisplayObj.windowPosition="mouse";
|