Ask a Question related to Macromedia Flash Sitedesign, Design and Development.
-
Azur_76 #1
Dynamic text links to frames?
Does anyone know how to make a link in a dynamic text box go to another frame
in the timeline instead on an external URL? I will love you forever if you do.
I've been cheating by doing symbols underneath my text up until now and having
them "goto" a frame but it doesn't work with dynamic text fields that scroll.
Thanks,
Andrew
Azur_76 Guest
-
Links, and frames
how do i get a link in my frame load up in the entire browser instead of just the frame? -
links in frames
:confused; when i put links in the frames then when i viewed it and opend a link it opened in the frame please help..... i have herd this is verry... -
links in dynamic text within flash
Is it possible to create a link in a dynamic text box (contents loading from an external file). I thought it might be possible having the HTML text... -
dynamic text > but with hyper links
hello Ive managed to get a text box that is dynamicly built from a .txt file using this code / create a new loadVars object mySimpleText = new... -
Dynamic Text Links.
Hi, I have a flash project and in it I use a lot of Dynamic Text boxs. They are multilined, selectable and the text is rendered as HTML. I can... -
Justin E-C #2
Re: Dynamic text links to frames?
you just need to specify a target like below:
val="<a href='http://www.yahoo.com' target='_blank'>hi</a>"
Justin E-C Guest
-
Azur_76 #3
Re: Dynamic text links to frames?
Specifying the target you mentioned will open up an external URL. I want to make a link to go to another frame in the timeline within the .swf file itself.
Any other ideas???
Thanks,
Andrew
Azur_76 Guest
-
Branching #4
Re: Dynamic text links to frames?
Yeah, I need to know too. Anyone knows how?
Branching Guest
-
Unregistered #5
Dynamic text links to frames?
easy way: put a movieclip on top of that text field, put the alpha to 0
add a listner for the movieclip.
compare the variables: eg....
if(textbox1.text == "bob" && textbox2.text =="whatever"){
gotoAndStop("framelabel/ or frame number);
}
the above is just comparing if both statements are true, you can also use this method for a million things example:
if(textbox.text == "bob" && mouseX > 5){
do what ever you want();
}Unregistered Guest



Reply With Quote

