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
You can open/play the swf file with Flash Player exe
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.jsRead 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, 36643 views
scrollbar fullscreen fullstage as3
Comments
You need to login to post a comment.
veryy good
Thanks! Good works.
would be better if is mouse wheel enabled
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
mbarcala: i unswared for your first question but i`m not interested to learn you as3.
Have a nice day.
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????
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
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 ?:)
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
i want flash var form html tutorial immediatly
please send my mail id [email protected]
You can find a tutorial here :
ifirme.blogspot.com/2009/11/scrollbar-f ull-stage.html
Have a nice day !
Splendid
do you have an example of scroll horizontal?
good job! excelent add...
nice moviments!!!
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,
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...
you can add flv-players, scrollbars, mp3-players, pictures, etc...
You can add everithing you need.
hey can u tell me i can add scrollbar content on this main scrollbar??
wery good...xd
is there an example of this in AS2
libspark.org/wiki/SWFWheel/en
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.
very good!! it's veryhelpful to me
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!
thank you, i am just learning AS and this template will be very helpful to me!
great!
muito bom !!!
Thank you. It's working.
dreaming: please rename the file AC_RunActiveContent.js ( remove the "_safe" ) !
Thanks. But the file AC_RunActiveContent.js_safe is for pc. Can I use it for mac?
very good perfect... great file
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.
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!