Build the scrollbar in Flash

I found this when looking around for something useful
http://www.philterdesign.com/blog/archives/000013.html
but I can’t make it work. Is there anyone out there that has been using this or something similar? Do you know any tutorials or maybe example fla files that I could use? I’m kind of a beginner so I would need things explained a bit more…

Cheers

Mike

Works fine for me.

For this script to work you need to create a movie clip symbol called “clipHolder” and in the library right click on that movie clip and select “Link” and choose to “Export for Actionscript” and have the linkage name set to “clipHolder”

Then inside that movie clip you put all your content.

Heres an example (I also changed a bit of the code, not much, but there was a useless line in there that I removed).

…the zip file is empty

I thought that might happen, sorry.

The forum went all crazy on me when I tried to attach it.

GRRR… it did it again, the forum locks up when I try to upload (most likely my computer though).

I can’t FTP to my server right now so I can’t upload it there and link to it.

I guess you will just have to take my advice a few posts back on how to get it to work.

Oh, and in the script you can remove the line _root.macStyle.-----whatever-----

I just can’t make it work… I followed every step in the instructions, but there is no scroller! Could you maybe upload your example file later on when you have the possibility?

Cheers a lot!

Mike

Let’s give this another shot :sigh:

SCORE!!!

Thanks!

No problem :slight_smile:

I’ve noticed that there seem to be kind of a bug/problem in there when using movieclips that fit the screen.
If I use a movieclip that fit the screen, re-size the browser window so that the scroll bars appear, scroll down to the bottom-right corner, maximize my browser window… then part of my movieclip has disappeared!
Have you noticed this before? Is there a workaround for this?

Cheers

Mike

Sorry, I can’t think of a solution offhand, it fixes it self if you resize the window again because it works onResize, so technically I would think it would auto-resize when you maximized the browser, but apparently not… I find that odd.