Category Archives: AS2 Hacks

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 … Continue reading

Posted in AS2 Hacks

_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 … Continue reading

Posted in AS2 Hacks

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 … Continue reading

Posted in AS2 Hacks