Search  

ADVANCED FULLSCREEN SCROLL TEMPLATE

HomeBrowse CategoriesFlashApplications and UtilitiesUtilitiesAdvanced 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

@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 6 months ago

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

Posted 5 months ago

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

Posted 5 months 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 5 months ago

Here is the answer

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

Posted 5 months ago

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

Posted 5 months 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 5 months 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 4 months ago

we all need help!

Posted 4 months 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 4 months 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 2 months 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 2 months 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 2 months 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 2 months ago

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

Posted 2 months ago