How can i setup some MovieClip from a ResultEvent to use it as
ScrollPane.contentPath after all. Is it recommended to just import
mx.rpc.ResultEvent; on timeline and to the ready made clip in the library and
then assign the Result to timeline and finally get it from there? I'm afraid,
it would be very easy to do all this in a method extending "my"
makeEcho_onResult method, if i would understand the OOP and the Actionscript
possibilities a bit more! Thanks a lot for any help!
micahkoga - 23 Jul 2006 10:32 GMT
You could create a movieclip in the result handler function. Then put your results in this new movieclip and set it as the content for the ScrollPane.