hosted3334
MIS
I have a scrollermc component.The size is small on the screen. How can I make it so that it is larger and has large letters.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
function getText(dat){
[b]buffer = ""; [/b]
// load text + buffer(x amount of spaces)
bufferSize=dat.attributes.buffersize;
for(var x=0;x<=bufferSize;x++){
buffer+=" ";
}
first=dat.firstChild;
return theText=first.firstChild.nodeValue add buffer;
}