Tagged Questions

2
votes
1answer
951 views

AS3: htmlText with multiple font size tags?

I have a textfield that gets text from xml. I added a function for changing font size for a selected text and it works fine until I load the text again. Then it just ignores all other sizes but the ...
2
votes
3answers
3k views

htmlText not showing bold or italics font

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 ...
2
votes
3answers
968 views

How Do I handle IOErrors From HTML Enabled Text Fieds in AS3

If I'm loading images via the <img> tag in a dynamic text field and an IOError is thrown, what would I attach the event listener too? the text field? I tried this... var textField:TextField = ...
1
vote
3answers
528 views

How to “append” html text to text area in flex and flex mobile project to display sprite and text formatting

I'm playing around with a messaging type of application. Does anyone know how, or of any tutorials on to "appending" html text to text areas in flex and flex mobile projects? And specifically how I ...
1
vote
1answer
130 views

How to apply formatting to data feeding AdvancedDataGrid in ActionScript 3.0

I'm using the Halo AdvancedDataGrid component, in which the default itemEditor for each column is mx.controls.TextInput. For example, the data provider is: [CODE][Bindable] private var ...
1
vote
1answer
365 views

htmlText embedded images not properly aligned

I have a TextField and I am trying to display embedded images using htmlText: var test:TextField = new TextField(); test.multiline = true; test.wordWrap = true; test.htmlText = ...
1
vote
1answer
518 views

Why Flex AS3 TextArea Htmltext changes format on event

this is giving me no sleep, Ive added my test application here. Just copy and paste to test the application adds well formated html text to a text area on clicking 'add' then on clicking 'go' i take ...
1
vote
2answers
998 views

tinyMCE to AS3 htmlText

I'm using tinyMCE to edit/markup text in a Zend Framework backend. I'd like to use the generated HTML in a Flash AS3 Application. The problem is that Flash doesn't support attributes in ...
1
vote
2answers
8k views

ActionScript 3 TextArea htmlText styling using <span> tag

According to this webpage, the htmlText property in TextArea can handle CSS text style if using span tag. I want to format multiple tags in my code. Something like: var tags:TextArea = new ...
1
vote
3answers
3k views

Flex: How to call an actionscript function from htmlText anchor

Is there any way to call an action script function from an anchor which defined in TextArea component's htmlText property. Thank you
0
votes
1answer
44 views

In Flash CS5, htmlText seems to work differently for textfields I create dynamically (works fine), vs ones I draw with the IDE (doesn't work). Why?

[I just worked this out - I needed to set 'use device fonts'.] When I initialise a textbox with the following code: var tf2:TextField = createCustomTextField(10, 50, 400, 22); tf2.htmlText = ...
0
votes
1answer
32 views

Remove text within certain identifiers from html string in AS3

For a project, I'm trying import htmlText into flash, and then remove any items flash will not process. For example, the html I want to import contains custom "[caption][/caption]" code. I essentially ...
0
votes
2answers
68 views

actionscript htmltext. removing a table tag from dynamic html text

AS 3.0 / Flash I am consuming XML which I have no control over. the XML has HTML in it which i am styling and displaying in a HTML text field. I want to remove all the html except the links. Strip ...
0
votes
1answer
131 views

AS3 textformat, embedfonts and multiple fonts?

Here is my issue : I have a dynamic html text field, to which i passed html text / textformat such as : <P ALIGN="LEFT"><FONT FACE="Trebuchet MS" SIZE="14" COLOR="#000000" LETTERSPACING="0" ...
0
votes
0answers
123 views

Img tag magically appears in htmlText of Halo TextArea component

I am using Flex 4, ActionScript 3. I am using an AdvancedDataGrid in which one of the columns uses a custom itemRenderer that extends the Halo TextArea (I had to use the Halo component because I ...
0
votes
1answer
54 views

AIR: url navigation via <a> link in htmlText

I have AIR application and mx:Label with htmlText property (<a href='http://www.adobe.com'>Navigate to Adobe.com.</a>). For some reason nothing happens when I click it. It works in not-AIR ...
0
votes
2answers
332 views

Flash as3: Multiline htmlText scrolls on drag selection of text

Multiline htmlText scrolls on drag selection of text It also scroll on mouse wheel event.. var css:StyleSheet = new StyleSheet(); css.parseCSS('.red-text{font-family:"Lucida ...
0
votes
2answers
199 views

AS3 htmlText is showing tags

I have a textfield created with AS3 as thus: (theDesc is a parameter passed through a function) var productDescTxt:TextField = new TextField(); productDescTxt.htmlText = theDesc; ...
0
votes
1answer
788 views

Flex 4: htmlText property and hand cursor

I need hand cursor to appear on roll over spark Label. I've tried useHandCursor + buttonMode properties, but no result. And is there anything like htmlText property for spark Label (I need underline)? ...
0
votes
0answers
406 views

AS3 TextField.htmlText reseting after selection leads to unexpected behavior

Hi i'm not quite sure why this happens, but i run into some issue today. Following situation: I have a multiline embed textfield where i set the htmlText property. When i change the language, the ...
0
votes
1answer
1k views

flash as3 xml cdata bold tags rendered in htmlText with an embedded font

I'm just trying to get flash to render bold text in a dynamic text field with an embedded font, using data I've imported from an xml file using CDATA. Anyone know how to do this? XML File: ...
0
votes
1answer
387 views

ActionScript 3: maintaining textarea UIscrollbar position on loss of focus in flash embed

I'm using Flash CS4. Everything functions as it should when CS4 previews the swf after compiling it. However, after embedding the flash item in a webpage, if the textArea loses focus within the flash ...
0
votes
2answers
468 views

ActionScript Dynamic HTML Text With Embedded Fonts?

i'm trying to use htmlText on a dynamic text field with embedded fonts. i've searched for an hour for an answer and i still don't have one. on stage, there is a dynamic text field with no text. ...
0
votes
1answer
176 views

How to fill a textfield in later frames from the first frame?

I have a case where I can change the contents of an actionscript class which fills the dynamic text fields in a flash movie. The class function is called from the first frame in the movie and fills ...
0
votes
2answers
604 views

Flash dynamic HTMLText displaying erratically in TextField

HTMLText is displaying really strangely. I'm displaying a textField with htmlText provided through XML, and in this bulleted list it'll display the first line all on one line, keep going off the end ...
0
votes
4answers
3k views

Flash AS3 and XML: way to fix line breaks in htmlText that uses <b> tags in the xml?

I'm importing text in from an xml file and i'm using htmlText to try to keep some styling with tags. I have both the regular and bold face font embedded, and the bolding works fine. The problem is ...
0
votes
1answer
730 views

Broken htmlText in Actionscript 3.0 - funky display from incremented display using string.substring

This is an issue with textField.htmlText in actionScript 3.0 and the class I'm making for it. In an attempt not to post my whole class, I've managed to boil down the problem to what seems like a ...
0
votes
2answers
153 views

How can I reference only a portion of a TextArea's htmlText block?

I have a number of very poor-quality pdf documents that look like 80's photocopies, which I'm rebuilding in Flash (Flex Builder 3 MXML application), representing paragraphs of text in TextAreas so ...