Archives

AS File Size Limit

There is a size limit of how big an action script file can be. According to adobe’s tech note, this limit is 32 kb. Well, this does not seem to be exactly 32kb when watching the file size when we right click on the .as file and check its properties.  Some times some .as files [...]

_searchKey

Somany days back I had got a unknown variable _searchKey, whose datatype was Number and exists inside movieclips. I searched in the web , adobe documentation but no where I got actual stuff (May be need to search more or more updated information). That keyword species was quite odd and had strucked my work for [...]

ContextMenu Problem

Have you ever tried to have “Delete”, “Cut”, “Paste” words inside flash context menu? It won’t work. I think flash player parse them as reserved key words. You may try “Delete.” it may work….. yet it not the solution you may look for. Well I have an examples to show codes that do not work, [...]