Hello,
I am an HTML/AJAX programmer using the Aptana framework to build out my AIR app. I have no idea how to reference these .mxml files or anything else for that matter.
Can you please point me in the right direction?
Thanks
public function init():void
{
...
ta.addEventListener(TurboActivateEvent.IS_ACTIVATED, onIsActivated);
...
ta.IsActivated();
}