String.split("delimiter").join("delimiter"); does not work as expected in AS 2.0 with backslash code characters such as \; . ============================================================================ Flash Settings Manager http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html Flash Global Security Settings for content creators http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04a.html#119065 SecurityDomain 'http://domain.tld/.../' tried to access incompatible context 'file:///C|/...' ============================================================================ myMovieClip.duplicateMovieClip() each clip MUST have it's own unique depth. ============================================================================ myMovieClip.duplicateMovieClip(newname, depth [,initObject]) initObject must be a real Object created as so: var myObj = new Object(); myObj._alpha = 0; ============================================================================ Bitmap Fonts: ------------- Left justified text must be zeroed based on the upper left corner under Info for both x & y. Centered text must be zerroed based on the upper corner under info for y but based on the center point for x. Layer Masks: ------------ Sometimes a layer mask will not allow anything to show. Uncheck the Mask option for the layer and then recheck it. Older Movies loading Newer ones. -------------------------------- You can not have an older movie load a newer one and still have POST work in the newer movie. This goes for loading the newer movie into it's own level. I did not test loading into an MC.