Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash








Scrolling Text Effect - Link Attached


Does anyone know where I can find a tutorial for the scrolling text effect:

http://www.tinyeggs.com/wistaria/wistaria.swf

skip intro - it's located on the right hand side under "HOME". I've come across many similar scrolling text effects (manual) but I like this one better.

Thanks in advance




FlashKit > Flash Help > Flash MX
Posted on: 06-17-2003, 01:43 AM


View Complete Forum Thread with Replies

Sponsored Links:

Simple Text Scrolling Btn Prob. (file Attached)
FILE ATTACHED: flashMX

I got the following script to scroll loaded text. It works great, but it will not scroll dynamic text that has copy already in the text field.
I guess it is the difference between using a Variable and an Instance.
Can some one please show me how to target an Instance name instead of a Variable please. (If that is my problem)
THANKS in advance

onClipEvent (enterFrame) {
if (scrolling) {
_root.copyName.scroll++;
}
}

I attached a simple small .fla file

View Replies !    View Related
Fade In/out Effect On Dynamically Loaded Text Box With 'timer' Already Attached
First of all, please note that when I talk about a timer, I am referring to a OnEnterFrameEvent that dynamically loads new text in the text box every 350th frame.

Now, I want the text to load with a fade effect instead of the usual 'ba' effect which happens in one frame.

Currently, I have two text boxes located in a movieclip, both load dynamic text that was read into an array from an xml file at start up, the one loads the header of the message and the other loads the content.

I have put them both in a movieclip, 'latest_mc'. This is my code:


Code:
this.latest_mc.addEventListener(Event.ENTER_FRAME, loadNewLatest);

function loadNewLatest(e:Event):void {
if (loadedLatest) {
timer++;

// executes on 350th frame and then resets timer
if (timer == 350) {
timer = 0;
count++;

if (count < latestHeaderArray.length) {
loadLatest(count);
}
else if (count == latestHeaderArray.length) {
count = 0;
loadLatest(0);
}
else if (count < 0) {
count = 0;
}
}
}
}

function loadLatest(index:Number):void {
// gets index from function and loads relevant array item
this.latest_mc.gotoAndPlay("fadeOut");

this.latest_mc.latestHead_txt.text = latestHeaderArray[index];
this.latest_mc.latestCont_txt.text = latestContentArray[index];

this.latest_mc.gotoAndPlay("fadeIn");
}

Can anybody please help me with this? I know something has to happen in loadLatest(index:Number) to bypass the event handler, letting it perform over more than one frame.

View Replies !    View Related
Fancy Scrolling, Need That Slidy Scrolling Effect For Text
Can anyone point me to a tutorial where the textbox speeds up and slows down the scrolling when u hit the arrows...kinda like www.jossstone.co.uk

View Replies !    View Related
Link From A Scrolling Text Box
i'm trying to create a link from a scrolling text box and it's not happening.

i checked the html box in the text options and threw in the html code for a link
<a href="http://www.blahblah.com">view</a>

and i get an error.

any suggestions??

thanks in advance

View Replies !    View Related
Scrolling Text Link
I'm trying to create a link within a scrolling text box, however using dynamic text doesn't give you the option to insert a link, it's grayed out, How can this be accomplished? Thanks in advance.

View Replies !    View Related
Link In Scrolling Text ?
Hi, anyone knows how to make a link (get url) in a scrollbox text like this one???

http://www.flashkit.com/tutorials/In...-629/index.php

=)

View Replies !    View Related
Scrolling Text Box Link
I have a scrolling text box an have sum text for example 'click here' how do i make it a link to take me to another part of the movie or a picture.

Hope that makes sense

thanks

J

View Replies !    View Related
Scrolling Text W/ Link
Hi all
I need to use a scrolling but any sentence has to be a link
If anyone knows how to do it
please help me
Thanks
Bruno Miod
Rio de Janeiro, Brazil

View Replies !    View Related
LINK INSIDE SCROLLING TEXT BOX
hi,

i have a scrolling text box working away but how can i a word a link inside of it. also what about inserting an image?

thanks for your help

scott

View Replies !    View Related
Need To Add URL Link To Dynamic Scrolling Text
Hi everyone

Happy Friday! First, I would like to thank OldNewbie and Hum for their on-going help with this large project I have been working on. I have learned so much!!

Okay, so now I have this new dilemma...

I would like to add a hyperlink to a few diffetent set of words which are located in a Dynamic Scrolling Text Box. For instance, I list various universities where this dentist attended. He would like

View Replies !    View Related
Link To A Framelabel From Scrolling Text
I know you can link to a url from scrolling text using the render text as html function, but what about linking to a framelabel in the same movie? Does anyone know how to do this?
Thanks

View Replies !    View Related
Link Buttons In Scrolling Text Box? HOW?
I saw the tutorial for LINKS IN A DYNAMIC TEXT BOX, and that was great.

http://www.kirupa.com/developer/mx/l...mictextbox.htm

BUT, on my site, I have buttons. I have a news page that needs to sroll down with more text. After the short news briefing, I have a button that links them to the rest of the article, which is in another frame of the flash website.

So I need text that scrolls, with buttons within that link to a frame within the Flash site???

In swish, you can just mask a section to scroll, but in flash it isn't that easy, is it???????

HELP PLEASE. I can't find it anywhere.

thanks,
VV

View Replies !    View Related
HOW?-- Text Link In A Scrolling Text Field
If you go to http://www.geneed.com, you can see an example of what I'm talking about. From the homepage, click the link "Molecular Biology" on the right side of the screen. In the movie, I'd like to replicate what is being done in the box called "CONTENTS"--I have the scrolling down, but how do I turn the text into links? Anyone? Anyone? Help? [I have Flash 4]
[Edited by meepmeep on 06-15-2001 at 09:42 AM]

View Replies !    View Related
HOW?-- Text Link In A Scrolling Text Field
If you go to http://www.geneed.com, you can see an example of what I'm talking about. From the homepage, click the link "Molecular Biology" on the right side of the screen. In the movie, I'd like to replicate what is being done in the box called "CONTENTS"--I have the scrolling down, but how do I turn the text into links? Anyone? I recently downloaded Flash 5, so the specific steps to walk through this would be extremely helpful, as I'm not quite sure what-the-world I'm doing when it comes to the new Flash format.

View Replies !    View Related
Link Buttons/scrolling Text--i'm Still Stuck
If you go to http://www.geneed.com, you can see an example of what I'm talking about. From the homepage, click the link "Molecular Biology" on the right side of the screen. In the movie, I'd like to replicate what is being done in the box called "CONTENTS"--I have the scrolling down, but how do I turn the text into links? Anyone? I recently downloaded Flash 5, so the SPECIFIC STEP to walk through this would be extremely helpful, as I'm not quite sure what-the-world I'm doing when it comes to the new Flash format.

------------------------------------------
I received a reply to put a transparent button overtop:
1. I'm don't know how to do this in a text field. Is this the best solution?
2. Isn't there a way to turn the actual text into a link? How do I do this in a text field?

I'M CONFUSED!

View Replies !    View Related
Help With Scrolling Dynamic Text (link To Src Files Inc)...
I am having a problem with scrolling dynamic text that is loaded from an HTML encoded text file. Basically the problem is that I have the text file calling a function in the movie. The function just tells the movie to go to another scene. On that scene it loads another text file that is essentially the same thing, but is colored differently to appear selected (I also removed the function link for that menu item, since you are already there).

This all works perfectly fine for the first menu item in the text box. The problem is if you scroll down to an item that is initialy out of view and click it, when the new file loads it loads back at the TOP of the file and the menu item you clicked on is now below the "window" of the scroll box. I am looking for a solution that idealy loads the new text file at the exact position the previous one was at when clicked. If that won't work I need it to at least be in view in the window.

Since this is kind of difficult to explain, I have built a sample movie that you can download and play with.

http://www.meniscusinteractive.com/scroll_test

There are all the files in a zip folder, and also a directory with the individual files in it. The reason why there are two FLAs and two SWFs is because even though I'm outputting a flash 5 SWF, I've been authoring in MX to get used to it. scroll_test.fla is in FL5 format and scroll_test_mx.fla is in MX format. Other than name, the SWFs are identical I just published twice. When publishing there is an output warning about duplicate labels, but this doesn't seem to affect how the file works, so I've been lazy about changing the label names in each scene.

Thanks in advance for any help you all can shed on this problem. It is the last obstacle in the way of launching a huge project!

View Replies !    View Related
Link To A Specific Line In Scrolling Text
I need a little help from the pro's...

I am using Flash MX 2004 and I have pages opening as external swf's. In one of my movie clip pages I have 5 paragraphs of dynamic scrolling text and I have a link at the end of the forth paragraph which will take you to a little animated movie. My problem is that I need the user to be able to click on a link after they have viewed the animation which will then take them to the start of the fifth pargraph on the scrolling text bar. My assumption is that I need to "key" a part of the fifth paragraph but I can't seem to get it to work. Any help is very appreciated! Thank you!

View Replies !    View Related
Active Link In A Dynamic Scrolling Text Box
Hi,
I'm using FlashMX 2004 Professional, and I have a scrolling text box that has two links in the text, and I can't seem to make just the part of the text I want to be a link without making the whole box of text a link.

Is there a way to make just a portion of a dynamic text box a link and leave the rest as just text that scrolls?

The website I did this for is:

http://www.joshhoward.net

Its on the homepage, its the news section, there's an email link and a regular URL link in the text that I'd like to make hyperlinks, but I can't seem to make it work without making the whole block of text one big link.

Does this make sense?

Any help would be appreciative.

Thanks!

View Replies !    View Related
Scrolling Text Box : Possibility To Associate An Hypertext Link ?
I wonder if it is possible to associate an hypertext link with a word (or a group of words) in a scrolling textbox. Has someone an idea ?

Mant thanks in advance ?

François

View Replies !    View Related
Question About Text Lighting Effect (link)
At this link
http://www.flashmint.com/show-template-1932.html
there is a template that has a text lighting effect in it. While I undertand how to use masking and so forth, I cannot seem to get this effect. I know Kirupa has a tutorial for this, but it shows a text that is kind of in the dark and the light makes it show up. Can someone show me how to achieve the effect shown in the link. Thanks so much.

View Replies !    View Related
Scrolling Text (for Effect)
OK, here's what I'm trying to do - create a small window
of scrolling text - frame activated (not user controlled),
simply for effect. I’ve tried creating a 2 framed clip, the first frame of the first layer (or text layer) contains a dynamic text field (Multiline and Word Wrap selected) which I have given a variable name of “scrollingtext”. I then create a layer to contain my actions.
The first frame of which contains the script

scrollingtext.scroll--;

The second frame contains the script

gotoAndPlay (1);

to loop back and re-implement frame 1’s script

When I place enough text to scroll in the dynamic text box
and then test the movie the text remains static.

I know I’m missing something, can anyone help???

Also, how can I adjust the scrolling rate in this same
situation.

Thanx


(note, my scripting skills are only a bit beyond that of a beginner)

View Replies !    View Related
Scrolling Text Effect
Hi, I was wondering if anyone knew how to achieve this effect - when you launch the site its the scrolling text at the beginning: http://www.bodekaer.dk

I have seen pom's best of kirupa source file, but that uses more of a random element, with no set scrolling word (like in the example above). If anyone could help me with doing something like that I'd appreciate it. Thanks

View Replies !    View Related
Scrolling Text Effect
Hi, I was wondering if anyone knew how to achieve this effect - when you launch the site its the scrolling text at the beginning: http://www.bodekaer.dk

I have seen pom's best of kirupa source file, but that uses more of a random element, with no set scrolling word (like in the example above). If anyone could help me with doing something like that I'd appreciate it. Thanks

View Replies !    View Related
Text Effect: Give Link A Coloured Background
I like to give links in dynamic htmlText the following effect (see the word 'routebeschrijving'):



This is easy in HTML but difficult in Flash. I think it is easiest with an inversed font (with letters cut out from the background) but such an arial-lilke-font does not seem to excist.

Any idea how to reproduce this effect in actionscript? The text is from an XML-file, so you do not know the position of the link in the text. It should work in flash player 6.

Thanks in advance,
Redhotbeani

View Replies !    View Related
Gravitational Scrolling Effect On Dynamic Text?
I have seen on lots of sites when you scroll up or down, the text or content scrolls in a gravitational manner. Like when you scroll and let go, the content smoothly stops rather than a hault.
Here's what I mean:
http://www.templateheaven.com/boolean/
go there and click the storyboards link and you 'll see what I mean.

How easy is this to implement on a dynamic text box using the standard scrollbar component? Is there a tutorial or .fla that I can check out?
Thanks!

View Replies !    View Related
Help Scrolling Dynamically Loaded Text Effect Did Not Work At Embedded Swf.
Dear all,

I just finished "Scrolling Dynamically Loaded Text" tutorial by kirupa chinnathambi. and tried to embed swf in a table for a web site. The scrolling effect and dynamic text were successful in swf file. However, those effects did not work after I embedded swf into a html table. How to solve this problem?

Thanks for your kind help in advance!

View Replies !    View Related
Help Scrolling Dynamically Loaded Text Effect Did Not Work At Embedded Swf.
Dear all,

I just finished "Scrolling Dynamically Loaded Text" tutorial by kirupa chinnathambi. and tried to embed swf in a table for a web site. The scrolling effect and dynamic text were successful in swf file. However, those effects did not work after I embedded swf into a html table. How to solve this problem?

Thanks for your kind help in advance!

View Replies !    View Related
What Is The Name Of This Font That Is Used On This Website? Link Attached
Look where it says Who Am I, MP3 Player etc. The font looks Digital - here is the link http://www.neilhillman.com/

Thanks

View Replies !    View Related
Calendar LoadVariables Problem (FLA Link Attached)
I've got a calendar that uses loadVariable to load text files for each day.

I am a definite newbie with AS, and already know XML and loadVars are better options for doing this, but am not comfortable enough with AS do do it right now.

link to site

Click on "247"...when the calendar comes up, click Day 1 of July 2001. Day 1 (July 2001) loads fine, but when you click on Day 2, it does not load "2.txt" - 1.txt is still loaded from Day 2. Same thing if clicking Day 2 then Day 1.

Anyone have any advice. I'd really appreciate it

link to FLA

thanks

View Replies !    View Related
Scrolling An Attached Movie
Okay...I got the the movieclip scrolling using a scrollpane, but there are a few probs with it

As you can see the bottom one is how it should look, and the top image shows how it looks if I scroll it.

Does anybody have an idea what the problem could be?

Thanks in advance

:sploenk:

View Replies !    View Related
Scrolling An Mc With Other Mc's Dynamically Attached
okay, i've got an mc which has smaller mc's dynamically attached to it based on an XML file.

what i need to try to do (if it's possible that is) is make the mc i'm attaching other mc's to resize (height) based on how many mc's there are (the mc's get attached vertically). That way the mc will autosize.

then i need to be able to scroll that mc so that all of the attached mc's (which extend off the stage) will be visible.

I know there's got to be a way to do this. whether or not the mc will be able to autosize I don't know...

I tried setting up something where the number of attached mc's equals the mc height (by using movieclip._height) but that scaled the mc along with its contents and we can't have that!!!

View Replies !    View Related
Anyone Have A Link On How To Create This Scrolling Film Clip? (see Link)
Please look at this thread at the bottom...they use quick time, I will use jpg/gifs...would love a walkthrough, or even a refernece on what book (FLASH MX BOOK), I could buy that illustrates this.

thanks all.

http://www.dvarchive.com/

/fe

View Replies !    View Related
Button On Level_1 Of Attached Swf Link To Mc On Root Of Target Swf
I have a webpage that i am redesigning and have come across a problem.

The page is made up of a "blank" page (main_page.swf) containing empty placeholders into which i am loading previously created SWFs using the loadMovie script.

The problem is that one of the loaded SWFs is a menu (menu.swf). on level_1 (slideBackground_mc) of the menu are a series of buttons (eg. main_btn). I am trying to use the buttons to load other external SWFs (main_text.swf, music.swf etc) into a content placeholder (content_mc) in main_page.swf.

the script i am using is:

main_btn.onRelease = function(){
loadMovie(main_text.swf,_root.content_mc)

I understand why this doesn't work, as it refers to the root of menu.swf. how do i get it to refer to content_mc on the root of main_page.swf.


I hope this is clear enough for someone to understand and explain to me whether it is possible to do.

Many thanks in advance.
jmckerchar

View Replies !    View Related
Horizontal Scrolling Nav Bar, Attached/duplicated MC's, And XML
Hi.

I am trying to create a horizontal scroll bar as a navigation bar.

I'm developing a catalog page viewer in which will display page numbers in the scroll bar. A user can click on the page number, and the viewer will display that page.

The page numbers are being called from an XML document. Since page numbers will varry from issue to issue, I have to let Flash determine how many page nodes are in the current XML document. I then feed this text into a MC as dynamic text.

I then created a function that "duplicates" the MC horizontally. Here is the code:


Code:
function topNav(navNode) {
for (var n = 0; n<navNode.childNodes.length; ++n) {
tClip = this.attachMovie("menuClip", "menuClip"+n, n);
tClip.navText = rootNode.childNodes[n].childNodes[2].childNodes[0].nodeValue;
tClip._x = this["menuClip"+(n-1)]._x+this["menuClip"+(n-1)]._width;
tClip._y = 415;
tClip._x = tClip._width*n+50;
tClip.choice = n;
tClip.pageNode = rootNode.childNodes[n].attributes.Num;
}
}
So far, this works great!!

However, each issue will have between 60-70 pages. I don't want 60-70 "nav buttons" to be displaying at one time.

Enter the horizontal scrolling nav.

I need to be able to allow users to press either the forward or back arrows to scroll through the nav, and perhaps a bar underneat the nav.

Is this something that can be controlled with a scrollpane? Or, is this something that is controlled by creating a MC that holds all of the duplicated MC's, then create a mask around the viewable area and apply movement controlls to the forward and back arrows?

Also, the design I did for the nav bar is very important. I have created arrows, the nav bar background, etc. that would have to be preserved. When I played around a bit with the scroll pane, I noticed it looked very "clunky". Also, I need absolutly no vertical scrolling.

Can anyone offer any solutions?

View Replies !    View Related
String Attached To Mouse Effect
okay. I was just looking through some templates at template monster
when I cam accross this one:
http://www.templatemonster.com/flash...tes/10335.html

how on earth did they do that effect where the string is attached to the mouse?

View Replies !    View Related
Menu Expand Effect Question (fla Attached)
Hey i was wondering if there was an easier way to do this its a bit messy as im new to flash and actionscript.

I would also like it to expand from only one side. e.g the left hand side of the box stays static whilst the other grows..

Thanks,
Josh.

View Replies !    View Related
Menu Expand Effect Question (fla Attached)
Hey i was wondering if there was an easier way to do this its a bit messy as im new to flash and actionscript.

I would also like it to expand from only one side. e.g the left hand side of the box stays static whilst the other grows..

Thanks,
Josh.

View Replies !    View Related
How To Restrict The Mask-Attached-To-Mouse Effect Happens In Frame #1 Only?
Please Help!

I want to ask if anyone know how can I control the Mask-Attached-To-Mouse Effect happens only at Frame #1? because even those it jumps to another scene, it still affects the new scene... all I want to do is, make the Mask-Attached-To-Mouse Effect happens in Frame #1 only, Please Help!!!!!!

Here is the swf movie:
http://www.kikilau.com/flash/bad_sample02.swf

Here is the fla file:
http://www.kikilau.com/flash/bad_sample02.fla.zip

here is the script then I've copied from a tutorial:

Stage.scaleMode = 'noScale';

this.createEmptyMovieClip("display_mc", this.getNextHighestDepth());
display_mc._x = reveal_mc._x;
display_mc._y = reveal_mc._y;

var maskbmp = new flash.display.BitmapData(mask_mc._width, mask_mc._height, true, 0);
var revealbmp = new flash.display.BitmapData(reveal_mc._width, reveal_mc._height, true, 0);
var displaybmp = revealbmp.clone();

maskbmp.draw(mask_mc);
revealbmp.draw(reveal_mc);

display_mc.attachBitmap(displaybmp, 1);

var displayRect = new flash.geom.Rectangle(0,0, mask_mc._width, mask_mc._height);
var offset = new flash.geom.Point(0, 0);
var basePoint = new flash.geom.Point(0,0);

display_mc.onMouseMove = function(){

offset.x = this._xmouse - displayRect.width/2;
offset.y = this._ymouse - displayRect.height/2;

displayRect.x = offset.x;
displayRect.y = offset.y;

displaybmp.fillRect(displaybmp.rectangle, 0);

displaybmp.copyPixels(revealbmp, displayRect, offset, maskbmp, basePoint, true);
}

View Replies !    View Related
Object Position Effect The Panning Of Attached Sound
hey guys from one of the tutorials found on action script or flaskit i have started to create and adapt my own thing...... for now i have used the sound files from the tutorial... but they will change once i have them......

right then....... urm!lol

i have made it so that the volume of the sound attached to each duplicate movie clip is contolled by its possition on -y. i have also tried to make each MC do the same but for the panning control, with its left right possition...... but somethings gone wrong......

i have tried to addapt several tutorials to try and complete this task......

each Mc has to be started from the current position other wise all the location points will be out, after working this problem out i want to experiment with putting behaviours on each block so that they can be thrwn accross the stage and bounce and colide with oneanother... with all this i think that the sounds produced could be cool and interesting, with a variation on user and computer control....... hmmmm what do you think????

ok just zipped my file and it was 26.1mb from 32.....so i shal type the code i have used.actually its not letting me attach anything....*cries
too confusing so i took some screen shots...... this will confuse everyone........

no worries if no one replies cos it weell past my bed time aand have not done this very welll

View Replies !    View Related
How To Create A Springly Effect On An Object Attached To A String
Yeah really in need of help. I've look into the tutorial on how to create a springly effect on an object but it applies only in Flash 5 and not in MX. The problem is i manage to get 1 object to have a springly effect but the other objects just cant seem to move due to the startDrag function or the OnClipEvent. help me....

Secondly , i have an object attach on a curve line and when this object is pull i want one end of the line to stretch and follow the object while the other point stays at its original position. This create an extended straight linehow?

View Replies !    View Related
How To Create A Springly Effect On An Object Attached To A String
Yeah really in need of help. I've look into the tutorial on how to create a springly effect on an object but it applies only in Flash 5 and not in MX. The problem is i manage to get 1 object to have a springly effect but the other objects just cant seem to move due to the startDrag function or the OnClipEvent. help me....

Secondly , i have an object attach on a curve line and when this object is pull i want one end of the line to stretch and follow the object while the other point stays at its original position. This create an extended straight linehow?

View Replies !    View Related
"Vertical Scrolling Text Effect On Mouse Over"
Hi all
Does anyone tell me where could I find the tutorial on "Vertical scrolling text effect on mouse over" in Flash 4.
Thanks
Sanjay

View Replies !    View Related
External Text Loaded Into Text Field Won't Change File Attached
I have 3 textfields in 3 different frames. Each text field is for a different section of my website. I want to keep all the code that works for 1 textfield and just change the URL that is loaded. I tried so many different ways. I don't get a error so I believe the URL is being cached somewhere. When I trace it It shows that the other text doc has loaded but the text field doesn't show any change. Is there away to reload/stop cache/delete a variable?


PHP Code:



stop();var newsURL:String = "text/news.txt"//Below is other variables if you wanted to swap out the actual variable versus the url./*bioURL:String = "text/bio.txt"tourURL:String = "text/tour.txt"*///var newsURL:String = "text/news.txt"var textLoader:URLLoader = new URLLoader();        var textReq:URLRequest = new URLRequest(newsURL);var style:StyleSheet = new StyleSheet();//style defined belowstyle.setStyle("a" , {color:"#CC0000"});style.setStyle("a:hover", {textDecoration:"underline"});function textLoaded(event:Event):void{    text_mc.text_txt.styleSheet = style;    text_mc.text_txt.htmlText = textLoader.data;    }textLoader.load(textReq);text_mc.text_txt.autoSize = TextFieldAutoSize.LEFT;textLoader.addEventListener(Event.COMPLETE, textLoaded);function onClickNews(event:MouseEvent):void{    newsURL = "text/news.txt";// I tried including this in the button textLoader.load(textReq);// also this    gotoAndStop(1);}news_btn.addEventListener(MouseEvent.CLICK,onClickNews);function onClickBio(event:MouseEvent):void{    newsURL = "text/bio.txt";    gotoAndStop(2);}bio_btn.addEventListener(MouseEvent.CLICK,onClickBio);function onClickTour(event:MouseEvent):void{    newsURL = "text/tour.txt"    //var newsURL:String = "text/tour.txt"    gotoAndStop(3);}tour_btn.addEventListener(MouseEvent.CLICK,onClickTour); 




Please help Thanks
http://www.theofficialvip.com/testUR...RLSwitcher.zip

View Replies !    View Related
Scrolling Link?
Is it possible to create scrolling link instead of scrolling text??

View Replies !    View Related
Can Dynamic Text Have An Embedded Link? Or HTTP Link?
I'm using the Flash scroll bar componet, which uses dynamic text, and I want to link part of my dynamic text to a specific frame in my moive. - Is it possible?
- I've tried and it doesn't allow the 'Go TO' funcion.

so,

I created another HTML page and SWF to display the specific SWF screen that I want to show up - now I'm trying to link my dynamic text to '_self' so that when the link is clicked it will look like it is in the same site.

When I use the dynamic text and create the link, it appears to be ok/workable in the Properites panel, but when published, it doesn't work.

View Replies !    View Related
Text Flash Link - Button Mouseover & Link
Hi - I'm a basic user of flash mx - I'm redevloping my design site. How do you make text links and how do you do mouseover scripts in flash MX.

Thanks for your help

View Replies !    View Related
Hide Cursor When Over Text Link (TextEvent.LINK)
Hi there!

In my application, i have custom graphic cursor. I use Mouse.hide() 'onMouseMove' . There are some special cases though, when the default mouse cursor is still visible. Like for example when:
(1) rolling over an input texfield
(2) rolling over a link: <a event:blabla>link</a>
..in html-formatted textField.

The latter is worst. Is there a way to hide the default mouse cursor in these cases? I haven't found any so far..

Cheers!

View Replies !    View Related
Hyper Link In A Scrolling Txt Box
Hi there,

I created a simple scrolling text box where I imported some html text and now I'd like to add some hyperlinks to the text. Is it possible or does the HTML version that flash supports is not high enough.

I wonder...

Milan : )

View Replies !    View Related
Link In A Scrolling Textfield
I created a scrolling textfield and inserted a link in it. The code of the existing link is like this:
<A HREF="http://www.somesite.com">Some site</A>.
This works just fine, but I need to open it in a new window, so I added "target ="_blank" to the existing code and now it looks like this:
<A HREF="http://www.somesite.com" target="_blank">Somesite.com</A>.
Unfortunately, it's not working, I am getting a syntax error message.It seems to have a problem with "_blank" part. Is there any way to make this work?
Thanx-
Lee Bosh

View Replies !    View Related
Dynamically Loading Link Text And Link
I need some code or reference for Dynamically Loading Link Text and Link from an external .txt file. The number of links could be any depending upon the changes made in the text file.

How do I go about it???????

View Replies !    View Related
Action Works Attached To A Button But Not When Attached To A Frame
can anyone tell me why the following button script works:

on (release) {
_root.welder.eyes.gotoAndPlay(2);
_root.welder.gotoAndPlay(2);
}

but this virtually identical script won't work in a frame (on the same timeline as the button):

_root.welder.eyes.gotoAndPlay(2);
_root.welder.gotoAndPlay(2);

i've been pulling my hair out all day over this. i can't think of an explanation as to why the second example wouldn't work. its baffling to me.

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved