all I want to define private constructor in action script for defining singleton class. so that no one can create object for this class. compiler don't allow me to define private constructor. please if any body have idea about this how we create private constructor or I restrict any body to creating the object of my singleton class.
Regards sanjit kumar

