eventListeners

Hi all,

is it possible to add EventListeners to flash player this way? ie in a class’s constructor? will this make my flash application listen for events from a remote machine?

_root.addEventListener(Event.CLOSE, closeHandler);
_root.addEventListener(Event.CONNECT, connectHandler);

help needed here

korkor5