RE: [Flashcoders] Adding Dynamic Text to Scroll Pane

2007-03-01 Thread Alain Rousseau
leaf.com Subject: RE: [Flashcoders] Adding Dynamic Text to Scroll Pane Hello, Thank you for the warm welcome, I am glad to be here. The problem unfortunately still exists. Here is the code I now have. Data = new LoadVars(); Data.load("/listing.txt"); Data.onLoad = function (

RE: [Flashcoders] Adding Dynamic Text to Scroll Pane

2007-03-01 Thread Steve Abaffy
Hello, Thank you for the warm welcome, I am glad to be here. The problem unfortunately still exists. Here is the code I now have. Data = new LoadVars(); Data.load("/listing.txt"); Data.onLoad = function (success) { if (success) { ListingTextMC.Listing_Tex

Re: [Flashcoders] Adding Dynamic Text to Scroll Pane

2007-02-28 Thread Alain Rousseau
Hello Steve and welcome to flashcoders, the proper way to set content for a ScrollPane is as follow : MyScrollPane.contentPath = "myContent"; where myContent is a MC in your library with a linkage ID "myContent" So what you should do is create a MovieClip with your dynamic text in it and expo