Thanks for the help everyone...

The end problem was something obscure, an external Class I was using had a line of code set like:
myObj = Object = {something:"something"}

A typo but one that didn't show up, and was causing utter chaos behind the scenes.

Dan

On 7 Apr 2006, at 10:10, Yotam Laufer wrote:

Make sure you execute everything after the component has initialized. A good
way is to handle things with your Class's onLoad event.


class a extends MovieClip {
  private var __sp:ScrollPane
  function a () {
  }
  function onLoad () {
    __sp.content = "yourlinkage"
  }
}


other than that maybe you just need to __sp.invalidate () ?

Yotam.
_______________________________________________
Dan Efergan
[EMAIL PROTECTED]



_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to