Search  

DYNAMIC EXTERNAL TEXT SCROLL WITH EASING

HomeBrowse CategoriesFlashApplications and UtilitiesUtilitiesDynamic external text scroll with easing

It is very easy to use. only drag it to another file ,it will works . support mousewheel, scroll content easing, support autoscroll, Auto-adapted scroll content high,

Related:
Dynamic xml news with vertical move effect Dynamic xml news with horizon move effect Dynamic external text with drag scroll

If you are interesting, please see my other portfolio:
http://www.flashden.net/user/wangruyi/portfolio

Posted about 1 year ago

Have you ever noticed all scrollbars you make have the mousewheel working in an irregular way? The standard used by everyone (and i mean really everyone :)) is that when you turn your wheel down, the page will go up so you see what is still below. Yours scrolls the other way around.

Pretty original though ;)

Posted about 1 year ago

Yes .I know, Maybe you are right. But our some clients need that way. and I think the mouseWheel direction have no standard,too. .:)

If someone want to change the mouseWheel direction.you can find the code in scroll_mc:

line 113: change: dragger._y += delta+3; as: dragger._y -= delta+3;

line 119: change: dragger._y += delta; as: dragger._y -= delta;

Posted about 1 year ago

Doesn’t work with the mac ball though.Maybe you should work on that

Posted about 1 year ago

under windows it functions. but if I scrolle completely upward remains it to hang.

Posted about 1 year ago

I didn’t understand your what your mean, Can you email me about your detail of problem?

Posted about 1 year ago

Pretty original

Posted about 1 year ago

Pretty cool, I just need to figure out how can I download it. :D

Posted about 1 year ago

only purchase,will figure it out, :)

Posted about 1 year ago

why am i getting this output?

undefined -129 -129 -131 -135 -148 -157 -175 -190 -236 -256 -267 -274 -276 -278 -280 -291 -296 -318 -344 -377 -417 -430 -441 -448 -472 -487 -490 -496 -501 -503 -512 -522 -529 -531 -534 -534 -536 -542 -551 -551 -551 -551 -551 -551 -551 -551 -551 -518 -498 -430 -329 -228 -212 -201 -177 -151 -146 -142 -140 -138 -136 -135 -133 -131 -129 -129 -129 -135 -146 -179 -305 -342 -384 -455 -468 -487 -551 -551 -551 -551 -551 -551 -551 -551 -551 -551 -551 -551 -551 -551 -551 -551 -551 -512 -380 -243 -195 -164 -129 -129 -129 -129 -129 -129 -129 -129 -129 -129 -133 -136 -197 -256 -307 -318 -329 -366 -397 -422 -432 -444 -450 -454 -455 -459 -465 -474 -477 -479 -485 -488 -490 -494 -503 -505 -509 -510 -512 -514 -518 -518 -520 -521 -523 -523 -523 -523 -523

Posted about 1 year ago

don’t care that. It is only using debug or trace some variables.

Posted about 1 year ago

How can i use a static text?

Posted about 1 year ago
1.fill your static text into textfield 2.delete the code:

var my_lv = new LoadVars(); my_lv.onLoad = function(success) { if (success) { contentMain.content_txt.autoSize = true; contentMain.content_txt.htmlText = my_lv.mytext; trace(contentMain.about_txt._height); scrolling(easing,auto,mouse); } else { trace(“error load text files”;); } }; my_lv.load(path);

3.and add a new line: scrolling(easing,auto,mouse);

Posted about 1 year ago

seems doesn’t work after delete the code for static text, anything can improve it?

Posted 11 months ago

@ samllring

sorry , also need find the code:
var scrollable = contentMain.content_txt._height-maskedView._height;
change it as :
var scrollable = contentMain._height-maskedView._height;

Posted 11 months ago

I bought this script. It works fine but I have different text files being called on different keyframes on the timeline. My issue is the height of the content is not refreshing so the scrollbar does not comeback visible when it’s needed. Please assist.

Posted 9 months ago

@lenwonwu. Are you sure you have purchased my file and not other man?

Posted 9 months ago

Hi there, i am trying to make a liquid website but the code that you have written into the scroller overides my code. Could you possibly help us out as to what code i should write and where i should put it to rectify this problem? Any help would be much appreciated! cheers

This is the code that i have written to make the text_box mc liquid…......

Stage.align = “TL”; // * Stop the stage from scaling with the browser window. Stage.scaleMode = “noScale”; stop (); // initiate postitions and scaling values for objects text_box._x = (Stage.width – 93)/2 text_box._y = Stage.height/2

//create a listner that checks to see if the browser window is resized

sizeListener = new Object(); sizeListener.onResize = function() { // change movieclip properties when the window is resized. topstretch._width = Stage.width; text_box._y = Stage.height/2; text_box._x = (Stage.width – 93)/2;

Posted 7 months ago

sorry please ignore last post…..related to the wrong item

Posted 7 months ago

Do you have a version for MX?

I have purchased the file not realising that MX 2004 was a diferent product and of course it will not load.

Help!

Posted 6 months ago

hi, is it possible tio use it with dynamix textarea that load a php file that is connected to a data base ? I use flash CS3 , will it be OK ? Thanx

Posted 5 months ago

How to reset scroll position after load new text from diferent file?

Posted 5 months ago

Hi Are font, size and background color easily adjustable? Through AS or XML ?

Posted 5 months ago

Hi, I need to change the scrolling speed. How do I do that?

Posted 5 months ago

@RegularMax. you can change the easing speed. please find the 30 line code. and change it value: var easingSpeed = 5;

Posted 5 months ago

Hi,

Very usefull!

But only one crucial question …

How can I change the font/type of the text displayed …

Many tnx.

Posted 2 months ago

@tobran. I have replied your email.

Posted 2 months ago

Hi! Can I change the dragger image? Can I feed this dynamic text area with data from a data base? tank you.

Posted about 1 month ago