My Page Wont Scroll
ive read for two days now... decided to just ask someone. ive read about TEXT BOXES... and MAKING a text box for a movie clip... looked at tutes on mouse over Scrolling on movie clips... ETC.. ANYWAYS> here is my page. http://riseproductions.com/home if its resized down i cant scroll to the bottom of the page.. and its frustrating me.. here is my code if someone can help i would be happy with joy. thanks. Stage.align = "TL";Stage.scaleMode = "NoScale";stop (); link1._x = (Stage.width -110);link1._y = (Stage.height *.01);link2._x = (Stage.width -110);link2._y = (Stage.height *.08);link3._x = (Stage.width -110);link3._y = (Stage.height *.16);link4._x = (Stage.width -110);link4._y = (Stage.height *.24);link5._x = (Stage.width -110);link5._y = (Stage.height *.32);link6._x = (Stage.width -110);link6._y = (Stage.height *.40);link7._x = (Stage.width -110);link7._y = (Stage.height *.48);link8._x = (Stage.width -110);link8._y = (Stage.height *.56);link9._x = (Stage.width -110);link9._y = (Stage.height *.63);review._x = (Stage.width -125);review._y = (Stage.height *.63);buycd._x = (Stage.width -125);buycd._y = (Stage.height *.7);risebeats._x = "1";risebeats._y = (Stage.height -62);header._x = (Stage.width) /2;header._y = "30";info._x = (Stage.width) /2;info._y = "65";center._height = (Stage.height);center._width = (Stage.width);center._x = (Stage.width -center._width); center._y = (Stage.height -center._height);logo._x = (Stage.width -125); logo._y = (Stage.height -54);rightstretch._height = (Stage.height);rightstretch._x = (Stage.width -125);leftstretch._height = (Stage.height);leftstretch._width = (Stage.width *.1);leftstretch._x = "1";links._x = (Stage.width -85) links._y = (Stage.height -350)// end initial position setting//create a listner that checks to see if the browser window is resized sizeListener = new Object();sizeListener.onResize = function() {link1._x = (Stage.width -110);link1._y = (Stage.height *.01);link2._x = (Stage.width -110);link2._y = (Stage.height *.08);link3._x = (Stage.width -110);link3._y = (Stage.height *.16);link4._x = (Stage.width -110);link4._y = (Stage.height *.24);link5._x = (Stage.width -110);link5._y = (Stage.height *.32);link6._x = (Stage.width -110);link6._y = (Stage.height *.40);link7._x = (Stage.width -110);link7._y = (Stage.height *.48);link8._x = (Stage.width -110);link8._y = (Stage.height *.56);link9._x = (Stage.width -110);link9._y = (Stage.height *.63);review._x = (Stage.width -125);review._y = (Stage.height *.63);buycd._x = (Stage.width -125);buycd._y = (Stage.height *.7);lrates._width = (Stage.width) /2;lrates._height = (Stage.height) /2;header._x = (Stage.width) /2;header._y = "30";info._x = (Stage.width) /2;info._y = "65";risebeats._x = "1";risebeats._y = (Stage.height -62);center._height = (Stage.height);center._width = (Stage.width);center._x = (Stage.width -center._width);center._y = (Stage.height -center._height);logo._x = (Stage.width -125);logo._y = (Stage.height -54);rightstretch._height = (Stage.height);rightstretch._x = (Stage.width -125);leftstretch._height = (Stage.height);leftstretch._width = (Stage.width *.1);leftstretch._x = "1";links._x = (Stage.width -85); links._y = (Stage.height -350);};Stage.addListener(sizeListener);
KirupaForum > Flash > Flash 8 (and earlier)
Posted on: 12-30-2006, 10:58 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Scroll Wheel - Control Page Scroll?
Alrightly... So I have a flash file that is 750 x 1000 px and is embedded into an html page. Since it's height is a 1000px in order to see the whole flash file one needs to scroll down on the page. This is fine except that when people are working with the flash file (have clicked on it) and then want to use the scroll wheel it won't scroll the html page..
I realize this is because in flash you can assign your own properties to the scroll wheel. But is there a way to have the scroll wheel perform it's normal function of scrolling the html page?
I'm not sure if there is an easy way or if I would have to write some code for flash to call javascript to scroll the page? I know people must have run into this problem before and probably have some good solutions.
Thanks in advance
Page Scroll
How do you make a page move back and forth like this? Is there a way to make it blur when you move each way??
http://prismgirl.org/contents.html
Also i am a newbie so can you explain with detail? Or if you know of an open source .fla that would be even better!
Scroll Bar Of The Page
Hi all,
I just would like to ask, if there's some way, how to do scroll bar, when my html is set on 100 x 100 % (Stage.scaleMode = "noScale and mc is duplicated with action attachMovie. Mc is duplicated so many times, that it can't get all on the page and it has to be rolled then.
Has anyone ever heard about it?
Scroll To Top Of Page
I have a very long blog format site, and I wante to add links every section going down that allows users to click and immediately scoll to the top instead of all the time having to use the browser scroll bar.
Does anybody no how to do this. What actionscript would i add to the button
Making Nav Bar Scroll With Page
I could use some help figuring out how to make my main navigation bar (flash based) scroll down the page as you read the text.
Scroll (looks Like Differen Page)
Please help me to find tutorial on how to
scroll what it looks like the whole differen page inside scroll box.
Not just a text but let say a new movie. I hope you understand
what I need.
Need To Set Up A Scroll Window In A Page
I'm to setup a scroll page inside of a page so I can scroll through the menu in place I'm not sure if I'm explaining this well. If you can help I'd be very thankful
chris
Scroll As Page-per-click
Lets say I have some dynamic text that I attach to a textfield that is 2 text-lines in height. When I click once, the 2nd paragraph will return, but on the 2nd click I will only get the last word (3 pages as it were):
---
Some text for
the first page
and some text
for the second
page
---
I've tried the following, but the .scroll doesn't behave as I expect it to:
---
contentsHeight = contents._height;
on (release){
contents.scroll = (contents.scroll - contentsHeight); //up
}
on (release){
contents.scroll = (contents.scroll + contentsHeight); //down
}
---
Anybody know how to go about this without scrolling an text object/MC, using actionscript 1 or 2?
Scroll Bar In A Flash Page
hello friends,
i have prepared a web page completely in flash. there i have a fixed contant area and a big content to place there. so i want it to appear in a scroll plane. plz help me to create a user friendly scroll barwhich can hold a lengthy content.
thanks and regards.
Scroll A Flash Web Page
Hi
I have web page all in flash.
Whe page is loaded I can scroll it with mouse, but when I load first external movieclip the mouse scrolling function disapears.
Is there anything I can do, is realy inconvenient.
I have search in flash mx2004 help.
try to use // Mouse.onMouseWheel
Please help
Scroll Button Page Help
Basically, I reading the data from the database and want to display the buttons according to the database and if there are more than 3 buttons on the menu, a next button will appears and onClick the next button will display the next 3 buttons.
Attached is my codes in text file and a sample swf in which I want the codes to achieve.
Web Page Is Too Large---Should Be No Scroll
One more question if some kind person would help me out. My Flash webpage is now filling the entire screen thanks to tobijas20, Holla! :-) But when you scroll down the webpage there is another full page of nothing but white. You can basically scroll off the "presentation" area. The way my page works, that isn't really necessary and I would like to make it so youi can't scroll down away from the site. Any help would be appreciated.
Scroll Bar In A Flash Page
hello friends,
i have prepared a web page completely in flash. there i have a fixed contant area and a big content to place there. so i want it to appear in a scroll plane. plz help me to create a user friendly scroll barwhich can hold a lengthy content.
thanks and regards.
Scroll A Flash Web Page
Hi
I have a web page all in flash
When page is loaded I can scroll it with mouse, But when I load first external movie clip the mouse scrolling function disappears.
Is there anything I can do?
I have search in flash mx 2004 hepl, and tryed
to use // Mouse.onMouseWheel
but nothing
Please help
Scroll Button Page Help
Basically, I reading the data from the database and want to display the buttons according to the database and if there are more than 3 buttons on the menu, a next button will appears and onClick the next button will display the next 3 buttons.
Attached is my codes in text file and a sample swf in which I want the codes to achieve.
Web Page Is Too Large---Should Be No Scroll
One more question if some kind person would help me out. My Flash webpage is now filling the entire screen thanks to tobijas20, Holla! :-) But when you scroll down the webpage there is another full page of nothing but white. You can basically scroll off the "presentation" area. The way my page works, that isn't really necessary and I would like to make it so youi can't scroll down away from the site. Any help would be appreciated.
How To Create A Scroll Page
I been searching everywhere for simple instructions on how to create a scroll page in Adobe Flash CS3. I have text and graphics that will be on the page. If someone could please give me a link to some instructions I would greatly appreciate it.
Movie Fit Snug On Page (no Scroll)
How was it possible so that movie fits the screen and does not scroll?
I know there is code such as <body marginheight="0" marginwidth="0", etc
but how do you do it so it adjusts to different screen res and still fits snug
Thanks
Example
http://www.adamf.com/
Page Alignment Or No Scroll Bars
hi everyone,
Is there a way to get my webpage to load and not have any scroll bars...i.e. I need to be able to see the whole page I created at one time. I have tried using different document sizes but they seem to align themselves to the top left and corner of the page...can I get this to the middle of the page at least? How do I do that?
Thanks for your time!
Scroll Buttons And Contact Page
I recently bought a Dynamic Flash Template, but didn't realize I had to know Flash to be able to utilize it. Therefore, I've been learning the basics over the last few days. I'm stuck with the "More" buttons (scrolling) and the "Contact Page." The buttons have a rollover effect already, but none of the codes I type seem to work to actually make the button do anything.
For the scrolling button, is there any way to press the button and have it scroll down in the text? The text is being derived from another html page, and I don't know how to be able to scroll down so all the text is viewable.
For the Contact Page, I can't get the "clear" button to work nor the "send" button. Any suggestions? You can check what I've got at:
http://www.lighthouseweddings.com
Thanks!
MovieClip Movement On Scroll Page
Hi all,
I'd like to ask if anyone does know about any code for this situation:
I have a page with height of 2800px. On this page I place a menu up of the page. As I scroll the page down, the menu disappears ( it still stays up). What I need is the menu to remain on the level of the page, where I am just, while I am scrolling the page. Something like on the this website http://www.milonic.com/menusample10.php.
By the way it doesn't have to be menu, I mean any mc that I want it to be moving on that page like that.
Thanks for any idea.
Help With Text From A .txt File To Scroll On Page
Forgive my lack of knowledge!
I need a basic 'how to' tutorial to create a scrolling text pane. I need this text to come in from a .txt file so it can be updated by anyone at a later date.
I need it to be a very simple guide with basic instructions.
My plan is to have a few scenes with text included on them, this text being the text coming in from the .txt file. It needs to be scrollable just in case there is a lot of text.
Can anyone either provide me with a link or give me some step by step instructions or even a fla source file to play with.
Many thanks
Cant Figure Why My Page Wont Scroll?
ive read for two days now... decided to just ask someone.
ive read about TEXT BOXES... and MAKING a text box for a movie clip... looked at tutes on mouse over Scrolling on movie clips... ETC.. ANYWAYS>
here is my page. http://riseproductions.com/home if its resized down i cant scroll to the bottom of the page.. and its frustrating me..
i would think its a browser thing that would automatically happen... apparently not..
here is my code if someone can help i would be happy with joy. thanks.
Stage.align = "TL";
Stage.scaleMode = "NoScale";
stop ();
link1._x = (Stage.width -110);
link1._y = (Stage.height *.01);
link2._x = (Stage.width -110);
link2._y = (Stage.height *.08);
link3._x = (Stage.width -110);
link3._y = (Stage.height *.16);
link4._x = (Stage.width -110);
link4._y = (Stage.height *.24);
link5._x = (Stage.width -110);
link5._y = (Stage.height *.32);
link6._x = (Stage.width -110);
link6._y = (Stage.height *.40);
link7._x = (Stage.width -110);
link7._y = (Stage.height *.48);
link8._x = (Stage.width -110);
link8._y = (Stage.height *.56);
link9._x = (Stage.width -110);
link9._y = (Stage.height *.63);
review._x = (Stage.width -125);
review._y = (Stage.height *.63);
buycd._x = (Stage.width -125);
buycd._y = (Stage.height *.7);
risebeats._x = "1";
risebeats._y = (Stage.height -62);
header._x = (Stage.width) /2;
header._y = "30";
info._x = (Stage.width) /2;
info._y = "65";
center._height = (Stage.height);
center._width = (Stage.width);
center._x = (Stage.width -center._width);
center._y = (Stage.height -center._height);
logo._x = (Stage.width -125);
logo._y = (Stage.height -54);
rightstretch._height = (Stage.height);
rightstretch._x = (Stage.width -125);
leftstretch._height = (Stage.height);
leftstretch._width = (Stage.width *.1);
leftstretch._x = "1";
links._x = (Stage.width -85)
links._y = (Stage.height -350)
// end initial position setting
//create a listner that checks to see if the browser window is resized
sizeListener = new Object();
sizeListener.onResize = function() {
link1._x = (Stage.width -110);
link1._y = (Stage.height *.01);
link2._x = (Stage.width -110);
link2._y = (Stage.height *.08);
link3._x = (Stage.width -110);
link3._y = (Stage.height *.16);
link4._x = (Stage.width -110);
link4._y = (Stage.height *.24);
link5._x = (Stage.width -110);
link5._y = (Stage.height *.32);
link6._x = (Stage.width -110);
link6._y = (Stage.height *.40);
link7._x = (Stage.width -110);
link7._y = (Stage.height *.48);
link8._x = (Stage.width -110);
link8._y = (Stage.height *.56);
link9._x = (Stage.width -110);
link9._y = (Stage.height *.63);
review._x = (Stage.width -125);
review._y = (Stage.height *.63);
buycd._x = (Stage.width -125);
buycd._y = (Stage.height *.7);
lrates._width = (Stage.width) /2;
lrates._height = (Stage.height) /2;
header._x = (Stage.width) /2;
header._y = "30";
info._x = (Stage.width) /2;
info._y = "65";
risebeats._x = "1";
risebeats._y = (Stage.height -62);
center._height = (Stage.height);
center._width = (Stage.width);
center._x = (Stage.width -center._width);
center._y = (Stage.height -center._height);
logo._x = (Stage.width -125);
logo._y = (Stage.height -54);
rightstretch._height = (Stage.height);
rightstretch._x = (Stage.width -125);
leftstretch._height = (Stage.height);
leftstretch._width = (Stage.width *.1);
leftstretch._x = "1";
links._x = (Stage.width -85);
links._y = (Stage.height -350);
};
Stage.addListener(sizeListener);
MovieClip Movement On Scroll Page
Hi all,
I'd like to ask if anyone does know about any code for this situation:
I have a page with height of 2800px. On this page I place a menu up of the page. As I scroll the page down, the menu disappears ( it still stays up). What I need is the menu to remain on the level of the page, where I am just, while I am scrolling the page. Something like on the this website http://www.milonic.com/menusample10.php.
By the way it doesn't have to be menu, I mean any mc that I want it to be moving on that page like that.
Thanks for any idea.
2 Scroll Bars On One Page- PROBLEM HELP
so i have 2 scroll bars on one page.
the first scroll bar scrolls, but text doesn't.
I have checked the code like 5 times to make sure i have the text named right and stuff...
but the second scroll bar and text works perfect.
and when I take the actionscript out for the second scroll bar, the first works perfectly.
don't understand.
please help!!
here's my code:
var scroll1Upper:Number = 308;
var scroll1Lower:Number = 475;
var textLower:Number =310;
var textUpper:Number =192;
var scroll1Range:Number = scroll1Lower - scroll1Upper;
var textRange:Number = textLower - textUpper;
function scroll() {
var moved:Number = sb1_mc._y - scroll1Upper;
var pctMoved:Number = moved/scroll1Range;
var textMove:Number = pctMoved*textRange;
text1_mc._y = textLower - textMove;
}
sb1_mc.onPress = function() {
this.startDrag(false,this._x,scroll1Upper,this._x, scroll1Lower);
this.onMouseMove = scroll;
}
sb1_mc.onRelease = sb1_mc.onReleaseOutside = function() {
this.stopDrag();
this.onMouseMove = null;
}
thumb1_btn.onRelease = function() {
gotoAndPlay("large1");
}
thumb2_btn.onRelease = function() {
gotoAndPlay("large2");
}
thumb3_btn.onRelease = function() {
gotoAndPlay("large3");
}
thumb4_btn.onRelease = function() {
gotoAndPlay("large4");
}
coffee_btn.onRelease = function() {
gotoAndPlay("coffee");
}
artist_btn.onRelease = function() {
gotoAndPlay("artist");
}
pipe_btn.onRelease = function() {
gotoAndPlay("pipe");
}
about_btn.onRelease = function() {
gotoAndPlay("about");
}
army_btn.onRelease = function() {
gotoAndPlay("army");
}
contact_btn.onRelease = function() {
getURL("mailto:derektoews@gmail.com");
}
jenn_btn.onRelease = function() {
gotoAndPlay("jenn");
}
home_btn.onRelease = function() {
gotoAndPlay("home");
}
var scrollUpper:Number = 610;
var scrollLower:Number = 780;
var textLower:Number =610;
var textUpper:Number =572;
var scrollRange:Number = scrollLower - scrollUpper;
var textRange:Number = textLower - textUpper;
function scroll() {
var moved:Number = sb2_mc._y - scrollUpper;
var pctMoved:Number = moved/scrollRange;
var textMove:Number = pctMoved*textRange;
text2_mc._y = textLower - textMove;
}
sb2_mc.onPress = function() {
this.startDrag(false,this._x,scrollUpper,this._x,s crollLower);
this.onMouseMove = scroll;
}
sb2_mc.onRelease = sb2_mc.onReleaseOutside = function() {
this.stopDrag();
this.onMouseMove = null;
}
Newbie, Page Flip V2, With Scroll Bar?
I'm currently using Page Flip v2 action script and am having trouble incorporating a scrolling text box mc on top of one of the pages.
This thread has an example of the script so I don't have to re-paste the code up here, (pages.http://www.kirupa.com/forum/showthread.php?t=214911) but basically everything works independently but when I try and incorporate my scrollbar movieclip within one of the page flip movieclips it doesn't function.
Is this even possible before I put much more time into figuring it out?
Thank you.
2 Scroll Buttons On One Page, Only One Of Them Works
the problem:
while pressing on a button, the text should scroll down continuously while pressing. the problem is that it only scrolls down one line at a time while pressing, so you have to keep clicking instead of keep on press.
the problem only occurs when there are 2 sets of scroll buttons (first for dynamic text field 1 and second for dynamic text field 2). if there is only one, then it works fine. when there are both sets, only the second one works and the first does not. (i deleted the code for the second set of scroll buttons, and when i do that, the first set now scrolls fine while pressing.)
any clue as to why this is happening? here's the code:
TIA,
decibelle
//SCROLL ARROWS1
up_btn.onPress = function(){
press1 =true;
move1 = -1;
play_text.scroll = play_text.scroll + move1
};
up_btn.onRelease = function (){
press1 = false;
};
down_btn.onPress = function(){
press1 =true;
move1 = 1;
play_text.scroll = play_text.scroll + move1
};
_root.onEnterFrame = function(){
if (press1 ==true){
play_text.scroll = play_text.scroll + move1
}
}
down_btn.onRelease = function (){
pressing = false;
};
//SCROLL ARROWS2
up2_btn.onPress = function(){
pressing2 =true;
movement2 = -1;
play2_text.scroll = play2_text.scroll + movement2
};
up2_btn.onRelease = function (){
pressing2 = false;
};
down2_btn.onPress = function(){
pressing2 =true;
movement2 = 1;
play2_text.scroll = play2_text.scroll + movement2
};
down2_btn.onRelease = function (){
pressing2 = false;
};
_root.onEnterFrame = function(){
if (pressing2 ==true){
play2_text.scroll = play2_text.scroll + movement2
}
}
Scroll Component Won't Work In Htm Page Until Refreshed.
Could someone please take a look at what i got here and let me know if you experienced something like this?
I have a dynamic text field and used a scroll component in which I modified the colors etc.. (but no scroll scripting)
when the page first loads.. no scrolling capability refresh and you can scroll, navigate away and scroll that page and navigate back no scroll.
Can someone please help?
http://mattb-laptop/acswebsite/news.htm
Controlling The Browser Scroll (page Position)
hi i have a really long swf (1500px) embedded i a html page
is there anyway i can make the browserscroll jump to the top from a action indside flash (button or frame action does'nt matter) i getting really anoying to always have to scroll to the top ?
Front Page Scroll Slow With Flash
Dear forum members, i am having a small problem, i made a flash file and put it on the frontpage, the file size is 54k...the movie plays smooth but when i scroll down the page the movie doesn't scroll at the same time and it gets slow...
I tried to reduce the size to 20k but still it scrolls very slow...
Does anyone have a clue why this is happening?
You can take a look at the flash here: http://www.haircycle.com
Thank you for your help
My Flash Banners Are Distorting When I Scroll The Page
Help!!!
I'm a relative beginner with flash, however I have created a couple of banners and they work. After I have uploaded them to my website, I get a strange effect in internet explorer. Whenever I scroll the page the banners appear to 'break up' and distort. it doesn't do this in fire fox.
I have already used some javascript to get around the 'click to activate' problem in IE, but this problem was also occuring before I installed this script.
Can any one suggest how I can solve this problem???
John
Buttons Move On The Page When You Scroll In Firefox Browser
Hi,
I'm working on a website that is one SWF file imported into an HTML page.
1.) When viewing the website in Fire fox, the website loads fine. However, if you scroll down the page, you will find that the buttons do not work. They will work if you don't scroll down the page, but when you scroll down the page, the button's hot spots actually move up the page and the text stay put. I am certain that the text layer is within the button layer itself. Even more odd. If you scroll to the very bottom of the page, the buttons work again!!!
The site is setup using multiple external SWF files loading into the same SWF. For example, the navigation is one swf, while the 3 side panles to the left are another swf file, and there is a main SWF file they load into that basically contains the bacground layout images and not much else.
I've tried to export the navigation and background layout SWF files in flash 5 format, thinking that it may have been flash 8 encoding that is messing things up, but that was not the case.
the link is www.cccathletics.com
Please help me out with this!
Mouse Wheel Makes The Html Page Scroll ?
Hi,
I'm trying to use mouse wheel without scrolling the html page.
Somebody had the same problem here, but no solution so far : http://readlist.com/lists/chattyfig....s/4/23733.html
Even when the mouse cursor is over the swf, using the mouse wheel scroll down and up the html page which is nearly impossible to use.
HTML Page Scrolls When Trying To Scroll Flash Content
Hi, I tried searching if there's a thread regarding this however I can't find one.
I'd I did some experiments on flash cs3 regarding scrolling content on a long HTML page with a scrollable flash content inside it, both for AS2 and AS3.
I seem to notice that AS2 swf files(even running under flash player 9) is able to lock the html page scrolling when the mouse pointer is over the swf content. AS3 doesn't however but there seems to be something working about it ..I was wondering where to ask or email regarding this problem, to any adobe staff, cause I seem to question how does a TextField class in AS3 able to lock scrolling of the page when you have a textfield instance in the flash content that is also scrollable(it scrolls first and when there's nothing to scroll, the html page continues to scroll). If anyone can contact or post somewhere regarding this issue? Please notify us here too.. it's really frustrating to not having implement a planned feature. Thanks!
Flash Menu Lose Focus When I Scroll Page
I am using a flash object for my navigation menu. Everything works great, but in Firefox when I scroll down the page I have to click the swf again in order for the effects to work. Any ideas?
Here is a link :
www.alucidtech.com
My Html Page Doesn't Scroll When Over Long Flash Movie
my flash movie is longer than my html page. when using IE, the scrollwheel doesn't scroll down the page while the cursor is over my flash movie. how do i allow the html page to scroll? - i need to use the browser scroll bars to move to the lower section of the long flash movie
(my flash movie has no scrolling content)
the scroll wheel works properly in FF
Draggable Finger Pic That's Used To Press A Button To Scroll Text On My Flash Page.
I am trying to make the following.
There is a finger on the flash page I am building. The User has to use his curser and press on the finger to be able to drag it around the page. If he releases the mouse button, it will let go of dragging the finger around. What the user must do is get that finger to hover over the up or down button that I have on the Flash page. The up and down buttons are the buttons for a scrollable text on the Flash page. When the finger hovers over one of the buttons, it moves a scrollable text up or down.
Any Flash gurus here that can help is Faboulous.
Thank You
Scroll Bar Show Up If Needed And Only Scroll To Dynamic Text Input Bottom... HOW
I have attached a copy of my scroll bar that i am currently using how can i make the scroll bar not show up unless needed (really not all that important but would be nice.)
The important thing is that i can setup a dynamic text box inside my item_holder movie clip but my scroller always scrolls to the bottom of the scroll box not matter if inside my scroll box i have on line of text loaded dynamicly or i have 100. So if i have 1 line of text and a large dynamic text box the scroll bar will scroll to the bottom of the scroll box even though it only has one line. See attachment and see if anyone can help. Thanks in advance. Brian
Scroll Text > Button > Load Txt File > Reset Scroll Bar...?
Hi i am looking for a tutorial or an explanation of how you can load an external text file into a text field and have...let's say 3 buttons that load the .txt files...when they are loaded...i want the scroll bar to be reset to the top of the text field/box....
any help...welcome...
ta...tiger...
Linking Text Buttons In Scroll To Image Outside Scroll Area
Hi,
I am desperately hitting my head against a brick wall - so please help me!
I have created a flash area that is divided up with an image on top and a scroll area under.
I am trying to get the text buttons in the scroll area to each change the image above and cant seem to get it to work because of the masking.
I have tried heaps and heaps of different ways and am going crazy!
PLEASE HELP ME!!!!
thanks,
kova
Opening New Page BUT That Page Loads In Behind The Page You Are On.
Is it possible to load a web page from an action script (just like when you click on a button to open a new page)
Basically I want to create a Flash banner and somewhere along the "movie" have it launch MY web page and have it load in the background, behind the browser that holds the banner.
BTW - I have the permission by the person who will host my banner.
I just have to make it work.
Can this be done???
And how????
Thanks in advance!
Change Vert Scroll Script To Horiz Scroll
I found this tutorial for a scrollbar. It works great for vertical scrolling (ex:http://www.matthewterry.net/safetyguide.html click any section), but I want to change it to scroll horizontally, for another project.
Can someone help me change it to affect horizontal scrolling?
On the content's movie:
onClipEvent(load){
goY = this._y;
myY = this._y;
ySpeed = 0;
clicked = false;
delay = 2;
barDis = 380;
barPercent = 0;
}
onClipEvent(enterFrame){
if(math.round(myY) != math.round(goY) || clicked == true){
barPercent = (_parent.scroller.scrolllever._y/barDis)*100;goY = 116.7 - ((340/100)*barPercent);
myY = this.setonescroll._y;
ySpeed = (myY-goY)/delay;
this.setonescroll._y -= ySpeed;
}
}
On the scroller:
on(press){
startDrag(this,0,0,0,0,_parent._parent.setone.barD is);
_parent._parent.setone.clicked = true;
}
on(release, releaseOutside){
stopDrag();
_parent._parent.setone.clicked = true;
}
Thanks,
Matt
Please Help Me Place The Arrows Of My ScrollPane Scroll Bar Together On One End Of The Scroll Track
I have a scrollpane component with a movie clip of some thumbnail images.
I just want to have its scrollbar arrows together on one end of the track (or together ANYwhere) instead of having them at opposite ends of the scroll track.
I have been able to customize the appearance of the scrollpane and its scrollbar using the HaloTheme library, but that approach has so far been of no use in getting the arrows together.
I cannot tell you how deeply any help will be appreciated. I will probably sob and mewl with gratitude, the way I imagine someone lost in a vast rain forest for many weeks mewls when rescued. I am desperate. I am going insane. Please, please help me.
Modifying Position Of Scroll Arrows In Scroll Pane
Does anyone out there know how to modify the code of the standard Flash component scroll pane to allow you to place the arrows anywhere you want on the page? I was able to go in and assign x and y coordinates for them, but they seem to be linked to the bounding box somehow and whenever I raise or lower them the box follows suit, which ends up cutting of the content inside the box...
I didn't post any code because there is so **** much of it and I can't figure out where it is that the position of the arrows is linked to the position of that ****ed box (this is what I suspect the problem is, but please tell me if you know different!)!!!
HELP!!!!
|