Search  

EASYTEXTSCROLL

HomeBrowse CategoriesFlashAnimationsText AnimationeasyTextScroll

easyTextScroll is a XML driven flash text scroller, and you can drag the scrolling text too…
It is very easy to use and customize, no ActionScript knowledge required… You just have to edit XML file… thats it… A very useful tool for news scroller… :)

Following properties can be customized through XML file:

- Scrolling Text
- dragable
- speed
- delay
- font
- size
- color
- bold
- italic
- underline
- yaxis

Check out my other items:

\ \ \ \

Posted 9 months ago

Very clean.

Posted 9 months ago

thanks… :)

Posted 9 months ago

Excellent and very simple. I had an issue with a font and sent the developer an email, and he replied promptly with excellent instructions. Great service! Thanks!

Posted 8 months ago

Thanks for such a useful scroller. I am fairly new at Flash/XML. Here is my question.

How do I apply a “mask” for lack of a better word to the visible scroller area? As-is, your scroller spans from absolute right to left. I would like to designate the visible area for the text. See live sample:

http://www.think-epic.com/easyTextScroll.html

Is the solution in the XML file. Assigning horizontal coordinates?

rajkataria17…OR anyone’s help is greatly appreciated. Thanks.

Posted 6 months ago

I also would like to know, or can you somehow put it in a dynamic text box?

Posted 5 months ago

I really like this file, I think it’s great! How would you make the text clickable to a URL … and how would you make the only one part of the text clickable to URL . Thanks!

Posted 5 months ago

good file very useful

Posted 5 months ago

hello,

I have a font importing with a name “fff”. I would like use the font with the scroll.

But is not good. Can you me helping ?

Thank’s Mattew

(Excuse me for my bad english..)

My function is :

myXML.onLoad = function(success) { if(success) { var node = myXML.firstChild; total_txts = node.childNodes.length; speed = Number(node.attributes.speed); delay = Number(node.attributes.delay); /* - / txtfmt.font = “fff”; / - */ txtfmt.size = Number(node.attributes.size); txtfmt.color = Number(“0x” + node.attributes.color.toString()); mc._y = Number(node.attributes.yaxis); if(node.attributes.bold.toString() == “true”;) txtfmt.bold = true; else txtfmt.bold = false; if(node.attributes.italic.toString() == “true”;) txtfmt.italic = true; else txtfmt.italic = false; if(node.attributes.underline.toString() == “true”;) txtfmt.underline = true; else txtfmt.underline = false; if(node.attributes.dragable.toString() == “true”;) dragable(); for(var a=0; a<total_txts; a++) { txts[a] = node.childNodes[a].firstChild.toString(); } scrolling(); } }

Posted 4 months ago

How do u use different fonts?

I tried changing the font in the XML , but when I run it it just shows up as “Times”. It’s not embedding the font…can you please help?

Posted 3 months ago