Ask a Question related to Macromedia Director Basics, Design and Development.
-
WickedSense webforumsuser@macromedia.com #1
Hyperlink text issue, two text boxes, one disfuntional
Hi,
I have created a frame in director with two buttons and two text documents.
When you click one button, you see a text document, when you click the other button, you see the other text document. I have used this cod to do this...
Button1
on mouseup me
sprite(15).visible = true
sprite(16).visible = false
end
Button 2
on mouseup me
sprite(15).visible = false
sprite(16).visible = true
end
Also, for each text box is an identical script
on hyperlinkClicked me, data, range
gotoNetPage(data, "_blank")
end
There are multiple links in each text document to web pages.
However, one has working links while the other shows links but i cannot click on them (the rollover hand doesn't show either).
I have tried using seperate cast member scripst, seperate behaviors and an identical behavior, but the links in the one box just won't work.
The links are defined in the text inspector and "Use Hypertext Styles" is selected in the property inspector for both.
I am stumped. Any help would be great!
WickedSense webforumsuser@macromedia.com Guest
-
text boxes
I am having trouble getting the text in my text boxes to appear where I want it to when I export the file as a web page. Although the text boxes... -
Pasting text with autoformatting in few text boxes
My main problem is how to paste to 3 separate text-boxes plain text like this and have it formatted automaticly: 700,000 Cliff Road, Tramore,... -
rollover on hyperlink in text field makes text shift
I've put a hyperlink in a text field with an attached stylesheet, and when roll the mouse over it, it makes the other text shift slightly. The... -
Deleting text from text boxes
a "footer" on this document. I actually discovered this feature myself by accident the other day. In the document, click on "view" and drag down... -
seperating columns in a text box into multiple text boxes?
Berney: You probably are better off doing this separating in the query data source for your form. You can use string commands to find which...



Reply With Quote

