alert This appears to be a flash file, you cannot see a preview because flash player is no longer supoorted in browsers, but you can still download the file to study it's source code.
You can open/play the swf file with Flash Player exe
user nireve
nireve (4)

ScrollBar fullstage AS3

This is an AS3 full-stage scrollbar. If you download the file, extract the zip and rename the file AC_RunActiveContent.js_safe to AC_RunActiveContent.js
Read the html source file to see how to set the <body> to remove the browser scrollbar or just keep this file.
To remove the carrusel effect ( resize your browser to see ) read the action script layer and comment this line :
// content_2.y =...
more >
Listing url: www.ifirme.ro
5323 downloads, 36523 views

scrollbar fullscreen fullstage as3


Download (88.46 KB)

Comments

You need to login to post a comment.

user thedimebag
thedimebag 11 years ago

veryy good

user Danqerous
Danqerous 14 years ago

Thanks! Good works.

user jon_jon
jon_jon 14 years ago

would be better if is mouse wheel enabled

user mbarcala
mbarcala 14 years ago

Ok i understand very well. what about the second question??

this one:
Hey, I forget to ask you something else about this movie. how i can take out from the "scroll_scroller" the ways it resize depending the size of the "scroller_area". I just want to resize it manually to any size I want?

what line i should look inside???? for me to figure out

thanks

user nireve
the listing author nireve 14 years ago

mbarcala: i unswared for your first question but i`m not interested to learn you as3.

Have a nice day.

user mbarcala
mbarcala 14 years ago

Hey, I forget to ask you something else about this movie. how i can take out from the "scroll_scroller" the ways it resize depending the size of the "scroller_area". I just want to resize it manually to any size I want????

user mbarcala
mbarcala 14 years ago

Hi nireve,

probably your idea work fine, i will try that option late but what i did to make you fla movie work in the way i want was this:

I just left this line of the AS3 code on the code part (scroll_sb2.scrolling("content_2", "area_2", 0.18);) and now I can move to any part of the stage or resize as i want and it work perfect.

what I would like to ask you if you is about the another movie that you have "AS3 the full website". I'm looking for an idea like that one that display for each of the button a group of thumbs from a xml file, and depend the amount of the thumbs inside it show me a scrollbar to up and down the thumbs. do you have any sample like this that you can share with me please? I think this is call it in the flash world a "tab gallery"

regards

maykel

user nireve
the listing author nireve 14 years ago

mbarcala: it is pretty self explanatory, you have a listener
stage.addEventListener(Event.RESIZE, resizeHandler);
now... on function resizeHandler(e:Event):void {
...
//area_2.height = stage.stageHeight;// comment this line

....
}

now if you want to center the mask you need to play with the y position of your area_2 (this is the instace name of your mask)
so...
change the
area_2.y = 0;
with
area_2.y = stage.stageHeight/2 - area_2.height/2;

I was able to help you ?:)

user mbarcala
mbarcala 14 years ago

Hi nice scrolling idea.
I would like to know how to change this gallery to remain in a exactly size?

Normally in you flash movie if i resize the stage the scroller and the mask increase to the stage height size! but let say that i want to the text idea remain in a smaller size than the stage???

can you be able to help me out to fix it in this way???

regards

mbarcala

user dhakshinamurthy
dhakshinamurthy 14 years ago

i want flash var form html tutorial immediatly
please send my mail id [email protected]

user nireve
the listing author nireve 14 years ago

You can find a tutorial here :

ifirme.blogspot.com/2009/11/scrollbar-f ull-stage.html

Have a nice day !

user BobYoung
BobYoung 15 years ago

Splendid

user robnic
robnic 15 years ago

do you have an example of scroll horizontal?

user tons
tons 15 years ago

good job! excelent add...

user edgardvarella
edgardvarella 15 years ago

nice moviments!!!

user nireve
the listing author nireve 15 years ago

pawansingh007: i dont understand what you mean "hand cursor shows like whole screen is clickable..."
The hand cursor appear on scroller button only, and about content clickable, you can easly trasform all content in buttons.
Please don`t ask me how, search on google "as3 button"

Have a nice day,

user pawansingh007
pawansingh007 15 years ago

Nice scrolling screen, well can you make every content clickable, and is it possible when we hover the mouse over the screen, pointer cursor will be appear, because hand cursor shows like whole screen is clickable...

Well you have done everything nicely...

user nireve
the listing author nireve 15 years ago

you can add flv-players, scrollbars, mp3-players, pictures, etc...

You can add everithing you need.

user husain
husain 15 years ago

hey can u tell me i can add scrollbar content on this main scrollbar??

user WQLCANQ
WQLCANQ 15 years ago

wery good...xd

user vohyndra
vohyndra 15 years ago

is there an example of this in AS2

user nireve
the listing author nireve 15 years ago

marciliocb: you can search on google to find the mouse wheel script and why not, you can integrate it. I don`t have Mac to test MacWeel, so i have only for pc.

user wufee
wufee 15 years ago

very good!! it's veryhelpful to me

user marciliocb
marciliocb 15 years ago

Very good! Thanks! I wonder if I can integrate it with MacOS Scroller. (If you aren't already working on it). Keep up the great work!

user pas_non
pas_non 15 years ago

thank you, i am just learning AS and this template will be very helpful to me!

user smanhaes
smanhaes 15 years ago

great!

user kaiodesigner
kaiodesigner 15 years ago

muito bom !!!

user dreaming
dreaming 15 years ago

Thank you. It's working.

user nireve
the listing author nireve 15 years ago

dreaming: please rename the file AC_RunActiveContent.js ( remove the "_safe" ) !

user dreaming
dreaming 15 years ago

Thanks. But the file AC_RunActiveContent.js_safe is for pc. Can I use it for mac?

user kn0tn8
kn0tn8 15 years ago

very good perfect... great file

user nireve
the listing author nireve 15 years ago

AudioVoyuer, this examples does not have mouse wheel, i don`t understand what do you whant with blog.pixelbreaker.com, if you need mouse wheel just implement it.
MouseWheel-example here : ifirme.ro/fullscreenScroller/index.html

If you don`t know how the action script is for mouse wheel just send me an email.

user AudioVoyuer
AudioVoyuer 15 years ago

Very COOL man! I would recommend you have a look at blog.pixelbreaker.com/flash/as30-mousewh eel-on-mac-os-x/

Because the only comment I have except for thank you very much is: the scolling with a mouse does not work on mac. - this is a little work around for this -

But thank you for sharing it a great file great!