_root.productPane.contentPath = "productHolder"; The contentPath code will do the attachMovie for you. You either have to specify a symbol name from the library or a URL.
Derek Vadneau ----- Original Message ----- From: "Mike Boutin" <[EMAIL PROTECTED]> To: <flashcoders@chattyfig.figleaf.com> Sent: Wednesday, November 30, 2005 5:10 PM Subject: [Flashcoders] Scrollpane in the arse Hey, Im having this problem with the scrollpane component in flash 8. This is my code: _root.attachMovie("empty_mc", "productHolder", 1); _root.productPane.setScrollContent( _root.productHolder ); This code works perfectly with the scrollpane from mx. I am trying to accomplish the same thing with the flash 8 component but having no luck. Is this even possible? Thanks! _______________________________________________ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders