AudreyLucy
Technical User
PLease respond, if you can help. I've been trying to figure this out on my own for several days now to no avail. I've made this post before and I haven't recieved a response. Perhaps it is because it is a common question and you are tired of answering it. Please point me in the general direction, I will figure out the rest. I would REALLY apprieciate ANY help .
Here is a short explaination of what I am attempting to do, and the first few steps I have taken to achieve this goal:
I have created a scrolling, dynamic text box within a movie clip. I would like to BOLD the headings within the dynamic text. I have used HTML within the TEXT FILE (not the field). For example:
var7=<B>Subject Heading</B>
Question #1: Did I apply the HTML in the correct way? And is it o.k. to place the HTML tags in the TEXT FILE?
Should It look like this instead:
var7.text.htmlText=<B>Subject Heading </B>
I then highlighted the TEXT FIELD in the movie clip and selected "render text as HTML" in the Properties Pane.
Next I attempted to embed "ArialBold" Font. But when I tried to export the Bold Font I ran into some difficulties. I selected Options>Linkage and in the Symbol Linkage Properties dialog box, I could not figure out which option to choose (Export for ActionScript, Export for runtime Sharing, Import for runtime Sharing). The book I am using "ActionScript the definitive guide" by Colin Moock says to select "Export this Symbol". I am using MX and I belive this book predates MX. I'm assuming that I should choose "Export for runtime Sharing". But it requires a URL before Exporting. This file is for a C.D. that will not appear in a browser window. What should I do about the URL I am being asked to inclued before export? And do I also have to embed the normal Arial font in addition to the "ARIAL BOLD"?
When The .fla is exported it loads the text perfectly, the only problem is that the <B> and </B> appear within the text field as well.
What step am I missing or confusing? Thank you for responding to my post.
Here is a short explaination of what I am attempting to do, and the first few steps I have taken to achieve this goal:
I have created a scrolling, dynamic text box within a movie clip. I would like to BOLD the headings within the dynamic text. I have used HTML within the TEXT FILE (not the field). For example:
var7=<B>Subject Heading</B>
Question #1: Did I apply the HTML in the correct way? And is it o.k. to place the HTML tags in the TEXT FILE?
Should It look like this instead:
var7.text.htmlText=<B>Subject Heading </B>
I then highlighted the TEXT FIELD in the movie clip and selected "render text as HTML" in the Properties Pane.
Next I attempted to embed "ArialBold" Font. But when I tried to export the Bold Font I ran into some difficulties. I selected Options>Linkage and in the Symbol Linkage Properties dialog box, I could not figure out which option to choose (Export for ActionScript, Export for runtime Sharing, Import for runtime Sharing). The book I am using "ActionScript the definitive guide" by Colin Moock says to select "Export this Symbol". I am using MX and I belive this book predates MX. I'm assuming that I should choose "Export for runtime Sharing". But it requires a URL before Exporting. This file is for a C.D. that will not appear in a browser window. What should I do about the URL I am being asked to inclued before export? And do I also have to embed the normal Arial font in addition to the "ARIAL BOLD"?
When The .fla is exported it loads the text perfectly, the only problem is that the <B> and </B> appear within the text field as well.
What step am I missing or confusing? Thank you for responding to my post.