Creative Flash Scroller Forum


box Creative Flash Scroller
With Creative Flash Scroller you can scroll any kind of Flash Content: static text, dynamic text, pictures, animations, movies. It comes with multiple scroll behaviors: touch scroll, mouse gesture scroll, scrollbar scroll and even supports mouse wheel behavior. You can add smooth scrolling or motion blur effects and customize it to suit your design, from an easy to use interface.

Find out more about Creative Flash Scroller

Thread: Scrollbar not appearing when dynamically loading content

title left
User Details
message
title right
Andy

post date:
2010-11-19 09:37:09
Hi there

I have an instance of the scroller which loads an empty movie clip.I then use the attachMovie(); parameter which attaches a variety movie clips to my empty movie clip at various stages. The content loads and displays perfectly within the scroller, however the scroll bar doesn't appear for content that exceeds the size of the scroller.

Any advice please?
Andrei Rinciog [Extend Studio]

post date:
2010-11-19 11:12:50
Hello,

You must call the cDimCheck() method of the scroller component after you load the dynamic method.

Regards,
Andrei Rinciog
Andy

post date:
2010-11-19 11:15:23
Hi there

Thanks for the reply but is this even using AS2?
Andrei Rinciog [Extend Studio]

post date:
2010-11-19 12:02:57
Hello,

Yes, you can use it with AS 2. You just have to give it an instance name. Then use that instance name in your script.

So, for example, if you have an instance name of "myScroller" to the component the script you need to use is:

myScroller.cDimCheck()

Regards,
Andrei Rinciog
Andy

post date:
2010-11-19 12:04:22
Thats great - works fine now - Thanks!