Free FlashDen file of the month. Click here to download.
Search  

ADVANCED FULLSCREEN SCROLL TEMPLATE

HomeBrowse CategoriesUtilitiesScrollbars & Combo BoxesAdvanced fullscreen scroll template
Full_screen_preview
This fullscreen scrollbar may seem quite simple but it stores a couple of very handy features which you dont see alot on the internet, were we go:
  • It is fullscreen flash with a scroll scollbar
  • The scrollbar only apears when your content gets longer than the fullscreen browser, so only when its needed, else the scroll will disapear.
  • The size of the scroll button will adjust when long scroll is needed or when just a little bit of scroll is needed, Just like a real browser scrollbar.
  • When the content is small enough to fit the fullscreen browser there will be no scrollbar and the content centers x and y (with a nice ease)
  • You can scroll this you mouse scroll button (set the sensetivity very easy)
  • scroll by clicking the scrollbar itself.
  • scroll by dragging the scrollbutton ofcourse.
  • I also added two buttons to add or remove content blocks basicly so you can test it and see how it works, add some block, resize you browser and play a little, you’ll like it.
  • Everything moves with a nice ease which makes it all very smooth

Ofcourse I put alot of comments in the code almost each line is explained but if you’ve have any questions about this fullscreen, mail me at menno@flashden.net

there are more fullscreen files in my portfolio

Succes! and scroll away (fullscreen) ;-)

Posted about 1 year ago

ITEM DISCUSSION

Show Comments By

@monarchgg – in case you haven´t noticed: Richardson has abandoned flash den and those people who have paid for his products. The easing bug in richardson´s file is as follows:

locate the line of code that says:

mover = (scrollTo-this._y)/5;

and change it to:

mover = (scrollTo-this._y)/contentEase;

Posted about 1 year ago

Thanks paulg446. Works like a charm! You’re awesome paulg446!

Posted about 1 year ago

So how about the mac scroll? Could you post the lines that need to be swapped for that too?

Posted about 1 year ago

Hello,

maybe someone already solved this problem…?

When I press down the mouse over the scrollButton of the Scroller an move the mouse into the content and release the button the scroller still reacts to the movement of the mouse. Does nayone knwo how to fix this?

Anyway, nice file!

Posted about 1 year ago

Here is the answer

scrollButton.onRelease = scrollButton.onReleaseOutside = function():Void { this.stopDrag(); };

Posted about 1 year ago

@ atlemo : adding mac scrollwheel functionality is more complicated than adding a line of actionscript. It involves importing external classes and javascript etc.

Posted about 1 year ago

Hey guys, I’m I the only one with this problem. When I scroll down, at the very bottom, there’s a space under my “footer”. Like 15 pixels space. It’s not flush. Is there a way toget rid of that like telling the scroller to stop scrolling 15 pixels before the end or something like that? In flash there’s nothing under the footer but it’s like if the scroller calculate the contentSpace a little too long.

thanx!

Posted about 1 year ago

Hello Richardson, (or anybody who can help)

here is my question: Is it possible to center the whole content to an specific element i f.e. clicked on?.

for Example: Like the elements in your demo, i click on one of them. Then after clicked on it, the whole content should move to a position where the clicked element is showed centered.

Is that possible?

Thanks for any good reply!

Cheers Kalli

Posted about 1 year ago

we all need help!

Posted about 1 year ago

I’m importing external swf, and some have longer content than others, for exemple a text box with scroll, but all of them are masked, still it reconizes all the content and makes a gigantic scroller. Is there a fix for that?

Posted about 1 year ago

Where is the AS3 version of this file. Both files are done in FILE > PUBLISH SETTINGS > FLASH tab > AS2 > and don’t work in AS3 …

Posted about 1 year ago

@ gabrielsantana

i have the same problem, if i use a scrolling text field in the contentSpace it scrolls the whole thing as well as the text. very strange user experience.

if anyone has a fix for this i need it.

thanks in advance.

JFXIW

Posted about 1 year ago

Hi,

I would like to add a menu with buttons. When i click an item it has to croll to that position. for ex. i create 3 boxes. when i click menu item 3 the page has to scroll to button 3 ! how do i do that ?

Posted about 1 year ago

oh btw … is there a possibility to have the content come in from the bottom center ?

when i add this:

contentSpace._x = Stage.widt /2; contentSpace._y = Stage.widt /2;

it does it every time i resize the window. I Just want it to do that when i open the page.

Posted about 1 year ago

@GabrielSanta and JFXIW ! I have the same problem. is this solved allready ?

Posted about 1 year ago

swf as external load this file?

Posted 9 months ago

how do I load external swf this file?

Posted 9 months ago

@mdesign

here’s how i did it:

remove the make content larger/smaller functionality.

add a mc inside the “contentSpace” mc. then you can target that mc-

_root.contentSpace.yourMC.loadMovie(“yourswf.swf”;);

Posted 9 months ago

Hi Richardson. This looks incredible. Just 1 question is there any way to get the scrollbar working with a mousewheel? Thanks

Raj

Posted 8 months ago

Even though this is a well documented application, it is not easily customizable!

As soon as I place a vertically large MC on the stage the scroll bar adds additional pixels at the bottom and not scrolled flushed to the bottom.

The MC ALSO does not centerize the new MC to be viewed at different resolutions.

If anyone else has this issue, please provide your guidance which will be very much appreciated.

Thanks!

Posted 7 months ago

Hi guys, I tried the

scrollButton.onRelease = scrollButton.onReleaseOutside = function():Void { this.stopDrag(); };

to fix the sticking problem, but it still does it.. uff, did anybody found the answer? I’m working on mac Safari and Firefox.

Posted 7 months ago

Ha! if you place scrollButton.onRollOut = function():Void { this.gotoAndPlay(“down”;); this.stopDrag(); };

it will work great. cheers!

Posted 7 months ago

Does anybody know how to fix the 15 pixels footer bug?????

Posted 3 months ago

When I press down the mouse over the scrollButton of the Scroller an move the mouse into the content and release the button the scroller still reacts to the movement of the mouse. Did anyone notice this and how to solve this issue? please anybody tell me .. thank you

Posted 2 months ago