I have a problem with a dynamic text area that makes two wraps as I juste want it to make one. No way to resolve it. It's in the Lee Brimelow's 3D Carousels:
http://www.gotoandlearn.com/play.php?id=34
I found this part of code on a forum but I wonder if it's a good one and how to place it inside the code of the Lee Brimelow's flash file :
- Code: Select all
function replace(str, find, replace) {
return str.split(find).join(replace);
}
data= replace(data,'\r\n','\n');
May someone have a solution?
great thanks for your help
Chris
