Questions tagged [htmltext]
103 questions
1
vote
1 answer
air html text doesn't display local images
I have a swf file created with flash cs4, in that file, I have one TextField which is loading an image that is in the same swf directory through htmlText.
In the other hand I made one air app loading the same swf, but the image is not displaying,…

user1208182
- 161
- 1
- 3
1
vote
1 answer
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 :
Some textsome bold textand some…

Eric
- 9,870
- 14
- 66
- 102
1
vote
2 answers
Convert Html to show like a String
I am inserting data from QUILL text editor, which is stored in HTML format. When I access the data to show somewhere it is showing same as HTML, I need that to show as normal text.
JSON from…

mohanarangan
- 109
- 1
- 11
1
vote
3 answers
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 could take that and basically "append" a sprite…

brybam
- 5,009
- 12
- 51
- 93
1
vote
1 answer
how to separate html_text result using rvest?
I am trying to scrape information from google scholar web…

Mr Li
- 23
- 4
1
vote
0 answers
Python import re / pattern.findall(str(htmltext)), no syntax, but also no data
I want to get ratios from Yahoo and I got some of them, but for example EPS does not give me a syntax, besides that the value just won't show up. I read already that using beautifulsoup is easier but I cannot get that one working with my current…

Sam van Dam
- 11
- 1
1
vote
1 answer
How to display horizontal lines between the text of html content on android single Textview?
I have some HTML content with something like
nested unordered lists
-
first level
-
second level
-
third level
-
…
-
third level
-
second level

sandeepmaaram
- 4,191
- 2
- 37
- 42
1
vote
2 answers
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 's, tags, tags etc.
I guess there are two…

Yens
- 915
- 4
- 12
- 24
1
vote
5 answers
Flash AS3 and XML: way to fix line breaks in htmlText that uses 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 that it ads spaces around the words in bold like a…

HeroicNate
- 35
- 2
- 8
1
vote
1 answer
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 silly and almost impossible-to-overcome issue. It…

Jyoti
- 41
- 1
- 6
1
vote
1 answer
How to dynamically copy the text between a particular tag from a website whenever it is loaded/opened
Is there any way to get the text between a particular tag (say < p>....< /p>) for a website ?
Complete Scenario
Suppose I visit a website xyz.com. Now I want for every index page of the site
(e.g. xyz.com/abc,xyz.com/a/b etc)
that I visit , the…

iAmLearning
- 1,153
- 3
- 15
- 28
1
vote
1 answer
HTML format text in json
How can I get a html format text through json, like below format?
Because json doesn't support " character inside the object value.
All glitters are not gold

Arindam
- 11
- 1
- 3
1
vote
1 answer
Can I tint a htmltext img tag in AS3?
Can I tint an image from library included in an htmlText in AS3 (using flash cs5)?
On the stage I'd use:
var cTint:Color = new Color();
cTint.setTint(0xff00ff, .25);
image.transform.colorTransform = cTint;
The htmlText code (cobj.img is a string…

user2145184
- 440
- 4
- 15
1
vote
0 answers
How to merge PDF file and HTML Text while generating PDF file dynamically using ITextPDF Java?
I have requirement in my project to generate PDF files dynamically. this PDF file should contain Header image, Footer Image and some content depending upon parameters passed to my servlet. These contents can be in HTML text format and can be PDF…

Ninad Shaha
- 81
- 6
0
votes
2 answers
Actionscript - using regular expression and TextFormat to style text between HTML tags
I've been struggling with this problem for a while:
I have a string containing HTML and I'm using a regular expression to get the characters between the tags. I'm then attempting to apply a TextFormat to those characters.
The problem is that I'm…

MarkPlewis
- 2,310
- 1
- 15
- 13