I’m a new poster here … hello to everyone.
I’ve been looking all over the web for a solution to this and so far haven’t found it. Maybe someone here has done this before and can help me out. If this should be in another category please forgive the error and move it to the appropriate forum.
I have a scrollpane that I load with images that I get from an .xml file. Currently I am referencing external images. Many of these are used over and over again to create the final result in the scrollpane. I would like to have the .xml file referencing symbols(movie clips) within the library of the main flash file instead of the external image files it is currently using.
Has anyone done this before and if so how would you structure the path name in the .xml file to look in the main timelines library for it resources?
Current example is:
// these are all external files in images folder.
// as you can see the same image can be repeated many times.
// this was just the first row.
<!-- Row -->
<Beat>images/noBeatSml.swf</Beat>
<Red>images/noBeatSml.swf</Red>
<Yellow>images/noBeatSml.swf</Yellow>
<Blue>images/noBeatSml.swf</Blue>
<Green>images/noBeatSml.swf</Green>
<Bass>images/noBeatSml.swf</Bass>
<Segment>images/noBeatSml.swf</Segment>
Any help would be appreciated.
TiA :hugegrin: