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_Text

RE: [Flashcoders] Adding Dynamic Text to Scroll Pane

2007-03-01 Thread Alain Rousseau
: [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 (success) { if (success

[Flashcoders] Adding Dynamic Text to Scroll Pane

2007-02-28 Thread Steve Abaffy
Hello, I am new to the group and have already looked at the archives, and on line for the answer to this and can't find it anywhere. Here is what I have. I have a MC which has a ScrollPane. I have the ScrollContent set to nothing (Also tried setting it to a dynamic text box) and when I

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 export