I'm using NOF 9 and trying to get my pages to center in whatever browser someone looks at the pages with. Right now they are just defaulting to left flush. any ideas??
Thanks in advance!...
more >>
I need to update a component at authoring time whenever it is moved. The
following works for checking if the size has changed:
function size ():Void
{
super.size ();
trace("size");
invalidate ();
}
However the following does not work for checking if the component has...
more >>