HI

I am trying to add a scrollpane to a Accordion component in AS 2.0.

The code is,

cacforms.createSegment(mx.controls.ScrollPane,"for mone","form one");
cacforms.formone.contentPath = "winter1";
sp1.contentPath="winter1";

//cacforms -Accordion component
//winter1 - a linkage identifier for Movie clip
//sp1 -scrollpane component.

Line 2 gives me a Runtime error saying that,

Error opening URL 'file:///C|/Documents%20and%20Settings/Admin/My%20Documents/Flash/Learn/undefined'

THe code works,but still the Accordion component is empty.


Line 3 is working