ActiveDen

Textfield with easing on scrolling and mousewheel scrolling support.

  • Has been a member for 4-5 years
  • Exclusive Author
  • Bought between 10 and 49 items
  • Canada
neuhaus3000 says
Purchased

Anyone knows how to include italic < em > or < i > and bold < strong > or < b > ?

Thanks!

3 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
Agnesh says
Purchased

Hi,

I just purchased your file and tested it on my mac. The mousescroll does not work at all on Mac, not in any browser, especially not with Explorer. On PC Firefox ok, but not on Explorer. Sorry to say, but to me it’s useless. Agnes

3 years ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
Kerff says
Purchased

Hi iliketoplay

I’v bought the AS2 file…. Great file, really easy to implement :) But there is a little bug in it:

When you hold the mouse over the text and scroll – the individual main textfields is scrolling one textline up or down as well. This makes top line in the individual textfield disapear :(

It only happens when you scroll with the scrollwheel while having the mouse over the text.

Can this be fixed?

:) Thomas

2 years ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
mk4 says
Purchased

hi,

I like this solution (AS2). It has been working fine so far … until flash player 10.1! I found out, that with the current version of flash player (10.1) the normal MouseListener Object (used for regular Mouse Events) interferes with the MouseWheel Listener of your file, which causes the MouseWheel not to work any more.

Any suggestions?

thanks, mark

2 years ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
mk4 says
Purchased

ok,

flash player 10.1. has now the mouseWheel for MAC integrated. wow! thank you Adobe, mark

2 years ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
mk4 says
Purchased

....it works on Safari, but it does not on Firefox. ?

2 years ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
mk4 says
Purchased

bizarre, Safari 5 recognizes the onMouseWheel Listener with the mouseListener Object. ?

scrolling with the MouseWheel should not work with this, but it does with flash player 10.1 and Safari:

var mouseListener:Object = new Object();

mouseListener.onMouseWheel = function(delta:Number) { // call function scrollMouseWheel(delta); };

Mouse.addListener(mouseListener);

2 years ago
by
by
by
by
by