ActionScript 1/2 :: Retaining Bold And Italics In .txt?

Aug 11, 2010

I  have a .doc file. I want to load the text from that file into Flash. So  I convert it into a .txt using a website like this one: [URL] I add in the little code at the beginning (myTextField=) and then Flash  loads it fine. The only problem is any marked up text (italics, bold,  underline) is lost. Is there any way to prevent this from happening? Or  for Flash to load text from something other than a .txt? Or to manually  reinsert html tags to the .txt and get Flash to understand them? Or  something else I'm not considering?
 
My text field correctly displays the text in the "PrimaryText.txt" file.  The first line of the text shows like this: <b>Testing this  text</b> instead of just showing up bold. And the "Render text as  HTML" is checked.

View 3 Replies


Similar Posts:


Professional :: Retaining Bold And Italics In .txt?

Aug 10, 2010

I have a .doc file. I want to load the text from that file into Flash. So I convert it into a .txt using a website like this one: http:[url]..... I add in the little code at the beginning (myTextField=) and then Flash loads it fine. The only problem is any marked up text (italics, bold, underline) is lost. Is there any way to prevent this from happening? Or for Flash to load text from something other than a .txt? Or to manually reinsert html tags to the .txt and get Flash to understand them? Or something else I'm not considering?

View 6 Replies

Use Bold / Italics For Embedded Fonts?

Nov 4, 2010

I have a shared fonts.swf file containing a variety of fonts that my main swf uses. I have a movieclip within the fonts.swf file which is exported for runtime sharing. In my main swf i have the fonts.swf imported for runtime via a movieclip. This all works fine and allows me to use the fonts within the fonts.swf file in my main swf. All of my text fields are dynamic and created/updated via AS. I use the following method to style my text boxes(additional code removed for succinctness, this is just so you can see the overall methodology)[code]...

View 3 Replies

IDE :: How To Get Text Render Fonts In Bold Or Italics

May 7, 2009

I've seen this a few times and I've tried all the "fixes" but I'm still missing something here. I have "[CDATA[" tags and render as HTML turned on. My AS has HTML "true" and childNodes. However I still can't get my text to render fonts in either BOLD or italic. [URL].

View 1 Replies

Actionscript 3 :: HtmlText Not Showing Bold Or Italics Font?

May 11, 2010

So I have a MovieClip asset with a dynamic textfield sitting inside of it. I export my .fla as a .swc to use within Flash Builder 4, and create instances of the asset with code, populating the text dynamically from XML.

My issue is that even though I have htmlText enabled, bold and italics tags don't appear to be working. I have a feeling it is because when I created the asset in Flash CS4, the text field makes you specify the font, and the subset of that to use (Regular, Bold, Oblique, etc).

Is there any way to get the htmlText to render bold and italics tags properly without having to completely rethink the way I'm creating all these fields?

View 3 Replies

ActionScript 2.0 :: HTML Text Tags (Bold / Italics) Does Not Work

Aug 8, 2007

I'm using HTML text formatting with a Textfield. At the moment the <u> underline tag works fine but the <b> bold tags don't work or the italics tag doesn't work either. I read somewhere that a font with bold and italics needs to be "available". I'm just using a textfield with Arial as the font - which is embedded.

View 1 Replies

IDE :: Loading Contents From Text File - Bold / Italics Not Displaying

Jan 31, 2009

I'm loading content from a text file into a text field in Flash. In that text file I have some simple html tags like <b>, <i>, and <img>. I'm setting the textfield as html text:
myTextField.htmlText = myContent
The img tags work fine, but for some reason the bold and italics are not displaying...the tags are being correctly stripped from the text, but there is no bold or italic text. I'm embedding all the characters I need, but do I need to somehow embed the bold/italics versions of those characters?

View 1 Replies

ActionScript 3.0 :: HtmlText - Text Shows Up Bold Instead Of Just The Few Lines Assigned The Bold Tag To

May 4, 2011

I have a dynamic text box for 3 lines of text. I styled part of the text to be bold and part of it to be regular. When i click on the button to display the text it looks right the first time but if i click on it a second time then all of the text shows up bold instead of just the few lines i assigned the bold tag to.

View 18 Replies

Embed "bold" Versions Of Verdana To Make Bold With AS?

Sep 14, 2010

-Adobe CS3 Web Premium. -Compiling using AS3. I'm pulling in some text values from an external XML file for a "next" button and I set the font to bold when I made it Verdana. I'm not sure why but it still is normal verdana when I compile it.

I've found several posts similar to mine saying I need to embed the bold version of the font, but I don't have the option of purchasing or creating a bold Verdana. Since it is just Verdana, is there not a method I can use to simply bold the text?

View 1 Replies

ActionScript 2.0 :: Closed Caption - Display Certain Words In Italics?

Feb 26, 2010

I am working in Flash 8 - with a media player that pulls a .flv file from a streaming server. I've closed captioned the .flv - but the client wants certain words in italics and wants the "registered symbol" to be put after it's name - in the captions.Here is a piece of the code I'm using to make the captions:

my_FLVPlybk.addASCuePoint(.0, "...music");
my_FLVPlybk.addASCuePoint(5, "Hi, my name is Tom MacLaughlin, Vice");
my_FLVPlybk.addASCuePoint(9.5, "President of the Ayco AnswerLine");

View 5 Replies

Create Links While Retaining Animation?

Dec 23, 2009

I have a menu made in flash and I have mouse-over animations and whenever I create an invisible button to make a link, the links work, but the mouseover animation disappears. Anyone know how I can create links while retaining the animations?My FLA is located here: here

View 2 Replies

ActionScript 2.0 :: Retaining Alignment + TextFormat?

Jun 19, 2007

I have a movie where the user is able to type text into an input text field. The textfield itself is set to be left-aligned, but I provide the users with 2 buttons for alignment... left-align and center-align buttons. I have it so that if they click on one of the buttons, it sets a variable that stores the alignment with the one desired, and then calls a function that contains all of the textFormat code to display the text with this latest change. That works fine, to an extent....

When the movie is first started, the text is left aligned (as it shoudl be since the text field is set that way)... and then if I type in some text and then hit the 'center' button, it centers it like it should. Now here is where the problem is: If I go to add in more text before what is already there, or select some of the text and begin typing, it immediately left-aligns the text again. It would be annoying for the user to have to hit re-center the text again..and to make things worse, I have it so that when each button is pushed, it shows an 'on-state' ... so when it automatically left-aligns the text, the 'center' button is still active.

View 4 Replies

ActionScript 2.0 :: Bold, Italic And Bold/italic Won't Embed?

Jul 18, 2009

I've imported four fonts into the Library and used Linkage to enable Export for Actionscript. The fonts are the four versions of Trebuchet MS:

Trebuchet MS
Trebuchet MS Bold
Trebuchet MS Bold Italic
Trebuchet MS Italic

They are named like this in the Library and for example the 'Bold Italic' version has both 'bold' and 'italic' selected in its properties.

Then I drew a dynamic textfield and selected for it's font 'Trebuchet MS Bold Italic*' so that the embed font was used. I also embeded the glyphs for 'Basic Latin' and 'Latin 1'.

Then I used this code to fill it with text:

ActionScript Code:
my_txt.embedFonts = true;
my_txt.text = "This is a sample";

The text is placed, however, it is always in the Trebuchet MS regular font. Also when I click the bold and italic icons in the Property Bar, the font won't go bold/italic. The same for just bold and just italic. It only turns bold/italic when I delete all font symbols accept the Bold Italic one.

View 9 Replies

Flex :: Use Automatic Layout While Retaining Some Control?

Sep 16, 2010

I have two panels and a button nested within an hbox. I want the panels to appear side-by-side and the button to appear under both panels equi-distant from the sides of the hbox (i.e. in the center).Getting the panels side-by-side was easy, but how do I get the button below both panels and in the center. Currently, the button show up to the right of the second panel.

View 1 Replies

ActionScript 2.0 :: Retaining Unwanted Formatting In Text Box?

Jul 13, 2009

I just upgraded to CS4, and I'm trying to do a simple text-input/dynamic-text project. Here's everything in the project:

1. Input text box. Variable: "thisText". Text color: blue.

2. Dynamic text box. Variable: "intoThis".

3. Button called "button1".

And this is my ActionScript, applied to the first frame (not a symbol):

Code:
thisText="";
button1.onRelease = function () {
intoThis="before "+thisText+" after";
};

When I run it, I get my input text between "before" and "after", but the input text is still blue, and there's a line break between my input text and "after".

How do I stop it from saving the formatting of the input text and inserting a line break? I've done this in previous versions of Flash just fine, so I don't know what's going on here.

I've got it set up for Flash Player 10, ActionScript 2.

View 0 Replies

ActionScript 2.0 :: Create Links While Retaining Animation?

Dec 23, 2009

I have a menu made in flash and I have mouse-over animations and whenever I create an invisible button to make a link, the links work, but the mouseover animation disappears. Anyone know how I can create links while retaining the animations?

View 7 Replies

Actionscript 3.0 :: Dynamic PNG Loading And Retaining Layers?

Jun 25, 2010

Is it possible to dynamically load a png (or psd) file at runtime and have access to it's layers as separate images within the program?

There are PNG encoder and decoder classes out there but as far as I'm aware they don't support layers.

View 2 Replies

IDE :: Create Links While Retaining Mouseover Animation?

Dec 23, 2009

I have a menu made in flash and I have mouse-over animations and whenever I create an invisible button to make a link, the links work, but the mouseover animation disappears.

View 2 Replies

ActionScript 3.0 :: Retaining Steady Angle While Rotating Parent?

Aug 18, 2009

I am trying to rotate one movieclip while retaining the angle on the movieclips that are inside the first mc. In AS2 I can put this code one the movieclips:

onClipEvent (enterFrame) {
_rotation=(_parent._rotation)*-1;
}

[code].....

View 2 Replies

Embed Flash Movies Into Mac Versions Of Powerpoint While Retaining Interactivity?

Jan 4, 2001

is it possible to embed flash movies into mac versions of powerpoint, while retaining interactivity?so far i have only been able to import them as linked quicktime files.

View 12 Replies

ActionScript 3.0 :: Retaining Combo Box Data And Show As Invisible On Another Frame

Mar 23, 2009

I have a combobox and when selected i would like to show the data in an input text box. The text box appears on another frame and i was advised to make the combo box invisible after i used it and retain its presence on the timeline. I thought i would be able to duplicate the combobox i needed and place it on the frame with the input text box, but this didnt work, neither did duplicating the actions. Been trying for the last couple of hours and have hit a brick wall, hoping someone can point me in the general direction.

View 1 Replies

ActionScript 3.0 :: Creating Object Hash While Retaining Array Functionality

Jan 25, 2010

Ever needed to create an object hash, yet wanted to retain some array functionality such as .length, and getItemAt()? Well I wrote a handy little utility class, using Proxy, that does so. Simply use it in place of a generic Object, and it will maintain a count of it's properties, as well as allow you to reference any index you need [URL].

View 0 Replies

ActionScript 2.0 :: Retaining Order Of Files Loaded Externally From Large XML Files

Jul 18, 2006

I was messing around with some old examples, and I ran into an unfinished example where several 30k-100k XML files are loaded and stored as a string into an Array. The code looks basically like:[code]Basically, when I trace the 'this', the order of the files that are loaded is off. Out of about 10 tries, about 3 times the order is perfect. The remaining 7 times, the order is a bit off. Does anybody have a suggestion on how to ensure the files are loaded prior to the next file being loaded? I tried placing a while loop that basically delays the clock for a few milliseconds, and that didn't work either. Besides, that is not really a good solution to arbitrarily waste clock cycles.

View 6 Replies

Professional :: How To Use Faux Bold

Jan 5, 2011

I was given a fireworks png design that makes use of century gothic text with a faux bold applied. I can get a bold version of century gothic in flash, but this is thicker than the faux version. Can I force faux bold?

View 2 Replies

CS5 :: Can't Make A Textfield To Bold In It

Jun 24, 2011

I've got an FLA which was originally created using CS3, and i've got a dynamic textfield in it that uses font "Gadget".If i open the FLA in CS3, it gives me option to toggle the BOLD option, and when i compile it, the font appears to be bold in the compiled swf.

When I open the same FLA in CS5 (version 11.0.2.489),

---> I don't get any option to make the font bold on the same textfield,

---> and when i compile it, the text remain the same, it does not show as bold.

View 5 Replies

ActionScript 1/2 :: Can't Bold Text Why Not?

Aug 14, 2011

I've got a dynamic text field that I want to sometimes be bold, sometimes not. It's called "myTextField".I'm sending it a variable called "myText" and trying to bold it as follows:myTextField.text = "<B>" + myText + "</B>"

- The text field has the font embedded.

- I have some regular AND bold text in the text field in authoring

- The text field is set to receive HTML text in properties.

But it keeps putting "<B>" right in the text field before my variable and "</B>" after. What am I missing / not getting here?I know I've done this before, but can't find where.

View 6 Replies

ActionScript 2.0 :: Xml Bold - Let Li And B Working?

Mar 21, 2005

[Code]....

What do i need more for let li and b working?

View 3 Replies

Bold Font In Dynamic Text

Mar 17, 2009

i'm using a font called "AGBookBQ-Regular" in a dynamic text box, which loads a text file. i understand that to include the bold and italic options, i have placed another text box just out of view off the stage with these two options selected.italic works fine but the bold makes very little difference... it only stretches the font slightly.i've searched for the answer to make a much bolder font and it seems you can use a specific bold font as the bold font.i've tried this, but nothing happens. i think i'm interpreting it correctly, but if someone could please confirm this works and perhaps explain it a little clearer (using my specific font names... "AGBookBQ-Regular" and "AGBookBQ-Medium" as the bold font).

View 2 Replies

ActionScript 2.0 :: Bold Font In CDATA?

Mar 26, 2009

why this code in my xml

Code:

<![CDATA[<font color="#00000"><b>action</b>. </font>]]>

Is not making the dynamic flash content bold?If I use <u></u> it underlines it, but bold doesnt seem to work!

View 2 Replies

CS4: Make _Sans Font Bold?

Sep 30, 2009

Where's 'CS4' as a prefix to the post title? Anyway. I'm using _sans font for my flash work, because i want the font to display as the default _sans font on the device/platform. Why in CS4 (not checked earlier versions, but im sure CS3 didnt do this) is the (font) 'Style' drop down greyed out?

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved