show/hide this revision's text 2 added 202 characters in body

You have to use air.trace where air is a predefined Javascript wrapper over utility AS packages.

I was assuming you were doing AIR development using HTML/AJAX.

However, otherwise, you need to use ExternalInterface to have the AS functions available to JS. Can you tell us why you need this?

show/hide this revision's text 1

You have to use air.trace where air is a predefined Javascript wrapper over utility AS packages.