by maryann1914 on Mon Jun 14, 2010 2:40 pm
David, thank you for answering so quickly. It's still not working. I'm really new to Flash and Actionscript, so please bear with me. And I'm using Flash CS4, Actionscript 3, in case you needed to know that.
I pasted the actionscript code from the link you sent me to (the code that's under the XML instructions) into the actions panel in the Flash file. There's already quite a bit of code there, since I'm using one of your examples, so I just pasted it at the end.
Then I added the link to my XML file. When I test the movie, the scrollbar blinks constantly, and none of the images show up - everything is blank.
In the Output panel, I get the following errors:
1021: Duplicate function definition.
5000: The class 'com.flashotaku.effects.collection.ScaleEffect' must subclass 'flash.display.MovieClip' since it is linked to a library symbol of that type.
5000: The class 'com.flashotaku.scrollbar.ScrollBar' must subclass 'flash.display.MovieClip' since it is linked to a library symbol of that type.
5000: The class 'com.flashotaku.scroller.ThumbnailScroller' must subclass 'flash.display.MovieClip' since it is linked to a library symbol of that type.
What did I do wrong?
Thank you.