ActionScript 2.0 :: Link Within A Scrolling Text Box?
Mar 25, 2004
I have a text box with a scroller, and i have a list of links. The text is the answers to a faq the links are the questions. How do i set it up so when someone clicks a link it sends the scroll bar to the right place?
View 1 Replies
Similar Posts:
Nov 22, 2009
my problem is that I have made a scrolling text. Now I want one word inside the scrolling text to be a link to another page.
I tried this with an invisible button on a second layer above the word, but the button does not stay on its place on different screens. Is there a solution. Looks to me as a basic thing every web designer ought to know.
View 1 Replies
Nov 30, 2009
I'm working on an entirely flash-based site for a client who has already been using Blogspot for his News/Homepage updates. He wants to continue updating through Blogspot, but wants the blog to automatically fill in the text box on the flash site Homepage. I'm not sure if this is possible, or how I would go about doing it.
Here is the blogspot page: [URL]
Here is an example of what the scrolling SWF text box will be like: [URL]
View 1 Replies
Jul 8, 2009
I have a Flash home page which is part of a standard html website. A button needs to link to a specific position in the middle of an html scrolling page. My current script is:
on (release) { getURL("whats-hot.html#_cn"); }
"whats-hot.html" is the page, "#_cn" is the bookmark to the desired position. However, this is not functioning correctly and lands at the top of the page.
View 2 Replies
Jan 20, 2010
I have a dynamic text filed scrolling with a drag button on a track or the mousewheel. What I am trying to do now is have the scroll button and track not visible if the content is smaller than the text field.
ActionScript Code:
//this if statement not working as should. button and track are always invisible.
//txt is text field name
if (txt.textHeight < txt.height){[code]......
View 8 Replies
May 14, 2009
Noob question, I hope. I need to create scrolling text areas with rich text format content. I know I can use the textArea component and set the htmlText property but converting all of my RTF to HTML is gonna be a major pain in the @$$. I keep getting into trouble thinking what's mindlessly easy in Director/Lingo is gonna be reasonably simple in Flash/AS3, I hoping this is just my inexperience with Flash getting in the way. Is there an easier way? I thought of embedding a PDF document but apparently that's not an option in Flash either (note: I know how to link a PDF doc, I need this text to display and scroll within the application, not just pop a new window on top).
View 6 Replies
Feb 20, 2011
I have a design. Now I want to add text to a certain area of two ovals on an arc. How do you do text that will arc to match two ovals.
View 1 Replies
Mar 3, 2011
I have a simple text box with a UIScrollBar component added to it.
The text box properties are set to "input text, multi line.
The problem is when I want to change just one line of the text to a bold or a different color, the whole text box contents changes. I've tried different property setting for the text box itself with no luck.
View 2 Replies
Nov 17, 2003
I dowloaded and played with the following scroller on this site... [URL] I see where the text is under Actions but I'm wondering if I can input hyperlinks and email links as well or will I only be able to use this with plain text. If formatting and links are allowed, how can I input the text to show as a link. Sorry, I don't know much about flash and just trying to make a simple text box with scrolling capability that will allow hyperlinks, bold, etc...
View 3 Replies
Nov 3, 2010
I have an AS3 flash movie and each page is a new frame. On my pages are dynamic scrollable text boxes that I created with the text tool. I would like to be able to make a piece of text a link (ex. click here for prices) so that it will direct the view to another page (label). I cannot figure out how to do so.
View 2 Replies
Jun 2, 2010
I'm having a little trouble using URL links in text. If I select a part of the text and give it a URL link (I'm using mailto: links here), strange things are happening to all the text in that text box at runtime in some cases the leading changes, other times some or all of the text disappears. But it only happens at runtime, so I have no way of knowing if or how to compensate. And simply removing the offending link or linked text doesn't fix the problem once the link has been created the only way to fix it is to create a new text box with no links.
View 4 Replies
Apr 14, 2010
I have this code that basically reads some text from a txt file and then scrolls it across my flash document. I want it to loop, so when it gets to the end of the text, it replays it.
[Code]...
View 6 Replies
Aug 30, 2003
In my movie I now load external text. But I want words in the external text to trigger my swf's. How do I do it? Since working on a mac I use BBEdit. Should I use html?
View 1 Replies
Feb 4, 2011
I have a simple text field that is read only and it's very long, so I just want to use a scrollbar on the right-hand side. I dragged a UIScrollbar component to this text area, I lined it up, same height, and even named the text area as the scrollbar's target, but when I compile the swf, I get a blank scrollbar next to the text and 2 other scrollbars off the the right of the text!!! I also tried adding the scrollbar via code with the same results.
View 2 Replies
Jun 18, 2009
I'm trying to create a simple scrolling text box for a web site and am following this web tutorialI'm using flash cs4 ad this relates to cs3. I seem unable to locate the instance name box anywhere.
View 1 Replies
Jan 13, 2009
I need to learn how to create scrolling text. I�ve looked around on the web but I can�t seem to find a good tutorial on it. The text does not need to be dynamic, I must be able to choose different fonts and colors for the text, and most importantly create a custom scrolling bar.
View 2 Replies
Mar 27, 2009
make a text scrollbar NOT using the UIScrollbar! I have been trying to figure this out for a while.very tutorial I have used has had something wrong in the directions or something I am not looking to do. Just let me know which ActionScript to use 2 or 3.
View 2 Replies
May 8, 2009
I can get the text to scroll fine in Flash. But when I select the up arrow to go to the top of the scroll box there is a extra large gap. How do I set the script so the text stops right at the top?
View 2 Replies
Mar 17, 2009
My boss wanted me to make scrolling images and captions for each image when you rollover them. I made the images scroll by making each image a button and masking those images. I can't seem to get the captions right though.The dynamic text box I am using is inside the mask (because I cannot figure out how to put it on the main time line and make it work). The rollovers work when the dynamic text box is in the mask, but when I scroll through the images, the text scrolls too and some of the captions you cannot even see. The web site is below if you need to see what I am talking about.http:[url].......
I figured that what I need to do is put the dynamic text box on the main time line and not in the mask. But I can't seem to get that to work.Here is the code I am putting on the actual image buttons. My text box instance name is rOver and yes, I did embed the fonts.
on (rollOver) {
rOver.text ="caption";
}[code]..............
View 1 Replies
Mar 28, 2009
Does anyone now sample tutorial for creating horizontal text scrolling using actionscript 3 like on [url]....
View 6 Replies
Jul 3, 2009
I have 2 text boxes in my scene and I want to be able to scroll both of them individually. I tried using the scrollbar component but I can only get it working on 1 text box. I tried changing the linkage. Can somebody send me a link to an example of how to get this to work?
View 1 Replies
Aug 18, 2009
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]
View 10 Replies
Aug 24, 2009
below is a link to a super simple movie that I have of text scrolling/moving horizontally across the screen.The only issue I have is at the quality of the scroll/movement. it is inconsistently jerky, sometimes when it first starts getting on the screen and leaving the screen sometime all the time and sometimes when it leaves the screen.I have had this issue with other movies and scrolling things across the screen horizontally I had to increase the frame rate to 30 fps and extend the time line but it never really got to be a smooth scroll.
View 1 Replies
Sep 30, 2009
i'm looking to make a text box that the user can control the scrolling, i've made it how i want it to look already, but i haven't got a clue where to start as to how to make it actually work.here's how i've got it set up so far, okay this is gonna take some explainingi've got the document made up in AS2, the movieclip known as 'Philosophy_tween' is on the main timeline, and inside that movieclip are two more child movieclips, one for the text and another for the scrollbar.the text movieclip is set to scroll upwards, behind a masking layer using a motion tween on the parent movieclip, whereas the scrollbar movieclip motion tweens (inside itself) the scroller button. look at the attached image
View 5 Replies
Oct 12, 2009
I need to create a Flash banner. Fairly straight-forward in terms of looks - a long list of services that scrolls from right to left and then loops continuously.
I'm using Flash MX 2004. So far I've created the text - it comes on from the right and leaves on the left. The problem I've got however is how to make this a continuous, seamless loop. When it goes off on the left I can't figure out how to make it come back on from the right.
View 1 Replies
Oct 31, 2009
I have created a simple text scroll ( on (release) {object.scroll += 1} and it works fine.
Now the image in the background is slightly tilted so I have to rotate the text box a bit and I do this the text disappeares.
Any Idea how to get that rotated text box visible when rotated?
View 3 Replies
Nov 21, 2011
I am trying to move up and down in AS3 with the code below: It's not working because its moving the entire container up and down not just the text.
Up.addEventListener(MouseEvent.MOUSE_DOWN, upPressed);
Down.addEventListener(MouseEvent.MOUSE_DOWN, downPressed);
function upPressed(event:MouseEvent):void
{
Rules.y += 50
[Code]...
View 1 Replies
Jul 21, 2009
I have built this web site [URL] and in it I have a scrolling text. If you go to "about" or "process" you will find a scrolling text at the bottom. On the test (if you hover over it) there are 2 arrows and if you click on any arrow the text will move one line up or down. I want the text to move up or down many lines and not only one line. To do this I need to use the ENTER_FRAME but I have tried every thing and I do not know how to do this. I wonder how to add the ENTER_FRAME to my code to be able to move all the lines up or down?. You will find the code I am using now below this text. This code work very well to scroll the text line by line (if any body wants to use it feel free to copy it).
[Code]..
View 4 Replies
Oct 10, 2009
Is there any way to clean this up? Or maybe just simplify this whole thing? Here is a link to the swf. It works. [code]...
View 1 Replies
Oct 28, 2009
I have a text box that is part of an array and loads text fine at the moment.Here's me script:
ActionScript Code:
//var textRequest = "sampler.txt";
function loadText(p){
var textLoader = new LoadVars();
textLoader.onLoad = function(success) {
[Code]...
View 3 Replies