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.
_______________________________________________
[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