Scoll Bar Question
Hello,This is probably something in my settings but here it goes...I made my move at 790x590.here are my settings in flash html............flash onlydimensions = 100%x100%scale = no scaleflash alignment = center x centerThis works fine as long as the resolution is above 800x600 but if you view this at a resolution of 800x600 there are no scroll bars and you cant see the whole movie My question is, how do i make it so people at 800x600 resolution can have scroll bars and be able to view the whole movie?? or is there a way to do this with out scroll bars yet still keep my movie at 790x590?
KirupaForum > Flash > Flash 8 (and earlier)
Posted on: 12-21-2006, 07:28 AM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Scoll?
Hi
I've made a site with many text field with are readed in from a txt file.
And i've added a scroll bar to all the textfields.
They work but if i enter the first field and then change to another text which is bigger for example, the scoll bar stays the same size and on the position where i left it with text1
is there no way to "reload" the scroll bar when entering every new frame with textfield so the scroll bar matches the text??
thanx
Gilo
Scoll Bar
Hi, i have made a scroll bar with flash and a textbox (dynamic).
I type text inside the textbox and it is able to scroll down and up...
lets say in the middle i wnana have a button, how to i add it? The button don scroll only the text does.
how to solve it/
Scoll Bar
Hi, ive been looking into custumizing the scrollpane. But the skinning is just so mutch.
All i want is a down buttun and up butten, and a scroll to drag, realy simple, isnt there any simple way to do this?
Scoll Question
I need to use two buttons to scroll a scroll pane, one to scroll down, one to scroll up. What code do I use to do this?
Textfield And Scoll Bar Help
what went wrong
1. one frame flashmx file.
2. frame action is as follows:
loadVariables("readme.txt", "");
stop();
3. dynamic text field built, variable named textHere
4. dragged the scrollBar component to this text field, it auto named the text field instance to InstanceName_0, and targeted itself to that text field.
5. test the movie.
6. The text field is filled (as much as field will allow) with text from the external file. good and fine.
7. scroll bar is visiable, but no scroll functionability. I cannot scroll the text.
How come?
OnPress Scoll Mc
hi im trying to set up an mc (Numbers) that scrolls onPress of a mc (fastBtn) but it doesn't seem to be working, have i stuffed up?
var myNum:Number = 0;
trace(myNum);
while (myNum > 1) {
Numbers._y -= 5;
}
fastBtn.onPress = function() {
myNum = 2;
};
fastBtn.onRelease = function() {
myNum = 0;
};
Scoll In Flash
erm...take a look http://www.miruki.com/ saw the scoll in flash ?How to do?teach me can??
Scoll Bar Problem Pls Help
hello eveyone, i got a problem for my scoll bar . the text is missing when i scoll down . can anyone 1 help ..
i attch my file here for you to eddit
thanks
Scoll Bar Question.
This is not particularly urgent, just wanting to spruce up some of my scrolling text panes. Anybody know how to do that cool thing where the text fades into the box and fades out when you scroll up and down... Is it done with masks?
Scoll In Flash
erm...take a look http://www.miruki.com/ saw the scoll in flash ?How to do?teach me can??
Scoll Text Not Using Scrollbar
hello!
please, have a look at this example and if you go to one of the curriculum, you'll see the thing i wanna get: how make the text go down and up without clicking anything and no scrollbar!
thanks in advance for any help!
Browser Scoll Bar, Within Flash?
Hi,
I want to have a vertical scroll bar that appears within my flash design. My site launches into it's own browser window, wherein I disabled the scroll bar, because it's so ugly. I'm finding that some users with smaller screen resolutions are having problems accessing my site. I'd like to build a simple, browser like scroll bar into the side of my project, so I can control the way it looks.
I've searched, and come up with a few instances that are over my head.
Is there a semi-straight forward way of dealing with this?
Thanks for any help,
-AX1
Simple Scoll Buttons
Hello -
I'm trying to do a simple scroller -
I have a dynamic text box (ing) and next to it I have an up button and down button. These buttons will control the scrolling.
on (press) {
Move the text in _root.ing up or down dependng on the button pressed
}
how would one go about doing this?
Thanks in advance - I know it's simple...
Cole
How To Zoom And The Scoll Content Up And Down
Hello guys
I'm trying to figure out how to make a nice zoom effect and then be able to scroll the content, if possible with the mouse wheel. I've read through tons of posts here but none really explained what I'm looking for.
The effect should be, that you have some pages with pictures and text, and if you click on one of them, it zooms in, so first of all you'll be able to read the text and the scroll up/down to see the whole page/picture. Any help is much appreciated.
Regards
Fahlsten
Please Somebody Sort Text Scoll Out
I have attached a flash source file
If you play it, you will notice it works,,,,
BUT THERE IS A HUGE PROBLEM
THE SCROLL DOES NOT SHOW THE TEXT RIGHT AT THE BOTTOM
IT ONLY SHOWS UPTO - PC HEALTH CHECK
There is another paragraph after that...
If anyone has the solution, please tell me it or send me a fixed updated source file, thanks
[MX04] Scoll Bar Problem
I found a script for a scrollbar in the movies section:
Quote:
onClipEvent (load) {
setProperty(this, _y, _root.scrollbar._y - _root.scrollbar._height * 0.5);
magnification = (_root.object._height - _root.scrollbar._height) / (_root.scrollbar._height);
objectstart = _root.object._y;
sliderstart = _root.slider._y;
top = _root.scrollbar._y - _root.scrollbar._height * 0.5;
bottom = _root.scrollbar._y + _root.scrollbar._height * 0.5;
}
onClipEvent (enterFrame) {
setProperty(_root.object, _y, (_root.slider._y - sliderstart) * -magnification + objectstart);
}
The thing is, I need to place it within an MC. Once I do that it doesnt work. Im guessing this is to dowith the _root path of the script as the symbols init are on the main timeline. Ive tried different variations of the path but cant work it out.
Assuming the MC it is held in has an instance name of 'holder' can anyone show me how whats going wrong.
http://www.flashkit.com/movies/Scrip...4050/index.php
^^^Link to the .fla
Alternatively if anyone has a scrollbar that works inside an MC that would be great too. Thanks
Transparent Text Scoll Box
I want to insert a Flash scrolling text box into my HTML...but I want it to be transparent so that you can see the backround of the page. I have a text box made, but the Flash backround is always some colour, not transparent. Can anyone help!!
Chaning An IFrame Scoll Bar?
Is it possilbe the change how the scroll bar looks for an iFrame? I don't mean CSS becuase it only shows up in IE, so, can I do it?
Menu Scoll Button Link Help..
so far I have been working on a menu scroll from the tutorials section here is the link
http://www.flashkit.com/movies/Inter...5104/index.php
// here is the main swf code
fscommand("allowscale", false);
fscommand("trapallkeys", true);
MovieClip.prototype.acc = 3.9;
MovieClip.prototype.smorz = 1.22;
// ACTION FOR THE BUTTON
MovieClip.prototype.DoSomething = function(theClip) {
trace("nome: "+theClip._name);
trace("valore: "+theClip.mov.txt);
// here you can add your script for the button action...
MovieClip.prototype.DoSomething = function() {
// this is your do something code
_root.loadMovieNum(myLoadswf+".swf", 1);
};
};
// label botton
nomi = new Array("work", "resume", "play", "contact");
loghi = new Array("cubo", "triangolo", "ottagono", "sfera");
loadSWF = new Array("work", "resume", "play", "contact");
max = 3;
// creo il menu
for (i=0; i<=max; i++) {
duplicateMovieClip("_root.menu0", "menu"+i, i);
myMenu = _root["menu"+i];
//the line blow will apply the appropriate name
//variable to each duplicated clip
trace (i+" : "+loadswf[i])
_root["menu"+i].myLoadSWF = loadswf[i];
myMenu.mov.txt = nomi[i];
myMenu.attachMovie(loghi[i], "logo"+i, (5000+i));
myLogo = eval("_root.menu"+i+".logo"+i);
myLogo._x = -76;
newColor = new getColor(myMenu);
}
_root.menu0.attachMovie("cubo", "cubo", (7000+1));
_root.menu0.cubo._x = -76;
// coloro i menu in modo differente
function getColor(what) {
inizio += (255/nomi.length)/3;
colore = new Color(eval(what));
alex = new Object();
alex = colore.getTransform();
alex.rb += inizio;
alex.gb += inizio;
alex.bb += inizio;
colore.setTransform(alex);
}
// here is my button's code
on(release){
this.DoSomething()
trace (myLoadSWF+".swf");
}
If anyone can help me that would be great.. I just can't get the button to load my swf movies
thanks george
// comporranno il nostro menu
//
Mouse Movie Clip Scoll
I need to know, if anyone has tried to control the x y postion of a movie clip, by moving the mouse. I'm just starting out in actionscripting, so this is quite a task for me. If anyone could give me help, I'd really apreciate it.
I don't want ot attach the movie clip to the mouse (like a cursor replacement deal.) I just want to make the movie move in the opposite direction that my mouse moves.
Kind of like navigating through the MC.
Flash Scoll Bar Component Error
Hi everyone,
I've justed tried to use the Flash MX scroll bar component, it works fine as long as the text field (dynamic) does not have a named variable. Problem is that I need it to have a variable name as I am using this text field to pull in dynamic content from an ASP file.
Anyone know why or how to get around this problem.
Cheers
Carl
'Lil Trouble With Text Scoll Bar Componet
Hi,
Actually I have the scroll bar scrolling my text quite easily, and resized the scroll bar itself with little problem. My problem is, in viewing the .swf in the flash player, the scroll bar works perfectly. Viewed in a browser however, there's this annoying thing happening that when I scroll to the bottom of the text field, the bar of the scrollbar stops at around 15 pixels before the bottom arrow. This happens with my mouse scroll wheel as well. Scrolling upwards, the bar goes all the way to the top.
Any suggestions or known issues with this? I can email my .fla if neccessary.
In advance as always, many thanks for any help.
Claude
Smooth Scoll For Dynamic Text?
Hello all,
Does anyone know if there's a vertical smooth scroll
out there but for dynamic text? I have one but it only scroll
static text... :-
Any ideas would be appreciated.
Thanks!
neuhaus3000
Editing Scoll Pane Colors
Hi people !!
I would like to know if there's a way to change the colors of the scroll pane component of flash mx 2004... i would like to have it like it is... but with different colors.. can anyone help me please ????????????????
thanks for your time
Fernando Garcia.
Custom Scoll Bar Tutrorial Questions
I recently went through the custom scroll bars tutorial here on kirupa and am having some problems with the up arrow. it seems that when pressing the up arrow it doesn't go to the top of the movie clip but cuts off about an inch off the top. i've uploaded the file which will display the difficulties i've been having. if anyone could help me out with this issue that would be great.
http://www.g-studios.com/upshift/main_964.swf
http://www.g-studios.com/upshift/main_964.fla
Moving Scoll Position In ListBox
I want to be able to move the list names of the listbox up and down can this be done through actionscript
or is there any way to bring the selected item to the top
Scoll Drag Issue When Moved
Hi
I have a element which need scrolling and at the same time it can move to a secondary position.
Code:
scrollcontainer.scrollFace.onPress = function() {
//
var currPos:Number = this._y;
startDrag(this, false, left, top, right, bottom);
this.onMouseMove = function() {
//
//
dy = Math.abs(initPosition-this._y);
_root.testing.gah._y = Math.round(dy*-1*moveVal+initContentPos);
//
};
};
2 problems:
1: when I use the above scroll bar it just scrolls in its old position rather than where it should be
2: if I use the up/down buttons it is fairly fluid but obivously not restricted to where it should be
.....
I vagely can see what is going on with the scollbar but the buttons are just nuts
Smooth Scoll For Dynamic Text?
Hello all,
Does anyone know if there's a vertical smooth scroll
out there but for dynamic text? I have one but it only scroll
static text... :-
Any ideas would be appreciated.
Thanks!
neuhaus3000
How Do I Create A Scoll Bar To Manipulate A Graphic/movieclip?
Please help.
I want to create a SCROLLBAR that moves a MovieClip/Graphic from my library containing text and/or images.
I understand the basic up and down buttons when used on next/previous frame when the text graphic is tweened between two points, but want to use a nice scrollbar.
All tutorials I've seen so far on Scrollbars all load the text (text only) from an external source.... - I aint that clever.
Thanks for your time!!
Barney Style Scoll Navigation Not Importing Into Mc
Hey All
Have a look at a stack of the barney style navigation and can get them all working but when I go to import them as a external .swf into a movie they don't work.
I have been playing around with the navigaiton I found on
http://www.the-stickman.com/tutorial...eys_menu.shtml
But cannot get it to work when I have it as a external movie and import it as .swf can you please help ASAP need for job asap.
Regards,
David
Attachmovie, Dynamic Name, Scoll And Remove. Help Needed
Hi all,
I have a problem which kept me up half the night, and still isn't fixed! Perhaps some of the experts on this forum can help me, once again.
I have an diagonal road movie clip which I'd like to scroll of the screen, at a diagonal angle. I'll be using programmatic motion, and attachmovie to create the illusion of of a continous background. When the background is off the screen, I'd like to remove it.
Unfortunately, I can't work out how to use and IF statement (to see if it's off screen) with a dynamic movie clip name ("road"+i).
I'm aware there are similar threads on this forum, but for the life of me I can't find one that addresses this combination of issues.
Any advice, O gurus?
Many thanks in advance,
Lewis
How To Make A Scoll Slow To A Stop Im Both Forwards And Reverse
Hi there.
Ive created a scroll of thumnail images for a website which can be found at: http://60watts.org/pigment/artists.html its not a movie clip, its all done on the main timeline. i created a "controller" ( amovie clip with nothing in it, just three frames, with an action script on each respectivly:
frame 1:stop();
frame 2:_root.prevFrame();
frame 3: gotoAndPlay(2);
the buttons on the main timeline are simple
to go forward:
on (press) {
play();
}
on (release) {
stop();
}
to go back:
on(press) {
_root.controller.gotoAndPlay (2);
}
on(release) {
_root.controller.gotoAndStop (1);
}
what can I add this to make the scroll NOT abruptly stop??
again, the thumbnails are not a movie clip, its all in the main timeline.
thanks for your time.
60watts
|