ActionScript 2.0 :: Swf Load Normally But The Scrollbar Doesnt Scrolls The Text Down?
Jan 12, 2005
i have a main movie and i load some external swf....the swf have their intro and their outro...i followed the tutorial from this site trasitions b/n external swf but when i put my files instead of the files of the tutorials does not work.
1.the 1st swf load normally but the scrollbar doesnt scrolls the text down
2.when i press the second button the 2nd swf loads but when i press again the 1st button or the 3rd button nothing loads. i'll really aprocciate if you help me with this because my head's spinning around i will attach the files to see what i mean..the file is saved in flash mx
creating a simple scrollbar that scrolls dynamic text. What I am looking to do now is be able to scroll a movie clip with text and an image in it. How do I do that?
I have a small issue going on. I created a dynamic scrollbar which scrolls dynamically loaded XML text. But it's not scrolling..You can view it here:(Click Start, 2 times the right arrow, then the book, to the righthand side there is a scrollbarI have divided my Scrollbar into 3 classes, the actual scrollbar, the scrollbar custom event and the scrollbar including content and mask.This is the actual scrollbar:
like the headline says i have a problem wit a dynamic text which i load from a .php file Just in a container, if I load it on its own it works correctly
I have some scrolling content (info). I've also made my own scroll bar.I want the scrollBar dragger to be positioned in relation to the info._y as the user scrolls info.I have created two vars: one that worsk out where info._y is as a percentage and the other that works out where the scroll._y dragger should be as a percentage...
Actionscript Code: var scrollBarPercent = Math.round(scrollBar.dragger._y / [code]........
also onMouseWheel working too.I need a small bit of code that takes the % of info._y and moves the scrollBar dragger to the same % but in relation to the Stage.height...so if projectGalleryPercent = 50%, make dragger._y 50% of Stage.height using scrollBarPercent.
An IE issue has me completely stumped. I have a coldfusion page that uses JQuery's AJAX .load function to load in a new flash file that is generated by coldFusion's cfchart tag. This works completely fine in firefox: the new flash file and new html elements load. However in IE: all of the html elements that are geneated with the flash object are loaded, except the flash object and embed tags do not show up at all after running an ajax call in IE. After looking in Fiddler, the flash application type response data doesnt even show up for IE. It does however for Firefox.I thought maybe it has to do with any kind of media, so i changed the chart type to output as a jpg file instead of flash. And it loads completely fine in IE. So something is preventing IE from receiving the flash response data.Here's what i've done so far - and no luck so far:
Added to the HTML header: <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE"><META
I have a scrolling static text box which scrolls up well, however when scrolling down stops showing the text toward the end of the textfield.The textfield and textfield mask are both movie clips. I have the following code on the up and down buttons:[code]
I'm sure this is very simply but I can't seem to get the trick down. I have a simply scroller with text. Nothing dynamic, just a plain 'ol scroller. I'd like the text to fade in or out, from the top or bottom, as the user scrolls. Take a look at this site and click on The Film link. The text fades as you scroll up/down. [URL]. I've tried making the mask for my scroller into a gradient but that doesn't affect the text.
I 've got a textfield that is inside a movieclip scroller. I've got an issue though, when selecting the text, and dragging down the text moves one notch, is it possible to disable that?
Basically it does it with mouseWheel to, but I've set that on off, so it's ok. But is it possible to disable it when selecting, too?
The text comes from an XML file, and I suppose that scroll happens because of white space on the XML. I tried disabling white space using AS3 but it doesn't seem to work.
I am trying to create scrollable text that scrolls up/down automatically (meaning without having to continously click on the button) when either the user mouses over or clicks on the button. Currently I am using the action script:
I currently have a dynamic text box loading some html text (from external source) and scrolling automatically (need it to display news for a website that will be updated weekly by the client) .... I was wondering two things:
1 - Is it possible to endlessly loop the text (currently scrolls it and stops at the end)?
2 - My main movie is at 35 fps (too fast) can you set the speed of the scroll?
here is the actions on my container movie clip (very basic)
The code works but with an issue. When I load an image it replaces the current one loaded but when I alpha tween the image to zero I see both images fading out on top of each other like the first one is still loaded but underneath the current one. Any body run into this before?
var imageLoader:Loader; function loadImage(url:String):void { // Set properties on my Loader object
how do you make a horizontal scrolling text like in music players where song name scrolls from right to left for example?and then repeats itself after some time...
I have an swf with a few images on it, the images glow on mouseOver, and trigger an event when clicked.However, when I load that swf into another SWF, the click event works but the mouseOver doesnt glow.
Hi I am trying to create an image scroller that just scrolls images from point a to point b on load horizontally in an infinite loop. I just used a code snippet to move it horizontally but don't how to get it to stop and at point b and loop again from a.
I have a dynamic text field on stage bringing in text from a .txt file. pretty basic. scrollbar works fine with this setup.
var loader:URLLoader = new URLLoader(); var myRequest:URLRequest = new URLRequest("home_updates.txt"); loader.load(myRequest); loader.addEventListener(Event.COMPLETE, textloaded);
I am learning flash and recently bought a flash template so I could see how it was structured etc. The vertical menu on the flash template plays fine when ran locally but when I upload it to the web the text on the vertical menu doesnt all show (i.e. the text is half cut off).
I have an empty textbox with the basic scroll bar component. Nothing is in the text box so the arrows are greyed out on the scrollbar. I have a button that loads text into the textbox, but the component does not update itself to accomodate text that is larger than the text box.
how can I make it so that the scrollbar changes when text is added.....also If I put text in the text box in flash, when I publish it gets the scrollbar fine, but it will not adjust itself when I click on the button that loads different text into the text box. what happens is the scroll bar stays the same regardless on the size of the loaded text.
I'm building a site and I would like to add a scrollbar to a text area that swaps out xml text files. Currently, I have up and down arrows to scroll the text, but I would like to have an actual scrollbar instead since there is a lot of text in some of the sections. Here is a link to the current version of the site with the up and down arrows: [URL]
I can make the scrollbar work just fine if I put the text in the first frame, but whenever I set it up to call on text files, then the scroll bar won't work. Obviously, I'm pretty new at Flash. I've attached an FLA with the text box.
I followed a tutorial at [url].. on how to use swf preloading and it works and is amazing I only have one problem and that is that the content dosent load into the "holder mc" in stead it is of slighltly. what I have done wrong.http:[url].....
I found myself loading a new XML file every day and so decided to create a small class that will load the xml file and return it.The class is loading the file but when i try to return it to a new xml object in the document class it doesnt load it.I think that it's something to with the return being in a nested function but i tried a few ways and non seems to work.
[DOCUMENT CLASS] loadXML:LoadXML = new LoadXML(); myXML:XML = new XML(loadXML.loadXMLFile("gallery.xml"));[code].....
What I'm trying to do is, I load thumbnail pictures into a scrollbar, via XML,when a user selects the thumbnail, what I want it to do is: Take the thumbnail bitmapData (66x66) , copy it into an empty movieclip that can be used with multiple instances (there will be 50-100 instances).
I have a scrollbar, this charge some external text, but the trouble is the next. I charge different text in the same text box when i move the scroll to down and charge another text the scroll continue in the same position i left the last time. I need when i change the text this begging in the 0 position.This is the code i used in the scroll.
Code: function FNSCROLL(){ if(this.scrollText != undefined ){ if(this.scrollText.maxscroll==1){[code]..........
when i charge the text in the text box. But i not sure
I used the lee brimelow scrollbox and scrollbar class for a resume scrollbox on a site I'm building. The problem is, when I load the swf with the scrollbar/box onto the mainpage, it throws the following error:
What I am trying to accomplish is creating a main movie where I can load content into it, but if the content being loaded is longer than the viewer's screen, it will scroll.
I managed to get the actual scroller working but the template file I made to load movies into isn't working quite right. I am attaching a zip file for everyone to look at.