ActionScript 3.0 :: HtmlText + <img> Subsequent Text On New Line?
May 2, 2009
i'm working with externally loaded, html formatted text which employs the <img> tag, wondering if anyone knows a way to force the text directly following the <img> tag to display on a new line starting BENEATH the image in the textField rather than the default behavior of flowing AROUND the image to the right or left? inserting multiple <br> tags works, but that seems like a crappy and way to do it, fills the source file with a lot of <br> tags and requires a trial + error approach to finding the right number.
View 5 Replies
Similar Posts:
Jul 12, 2010
For some reason or another, after a </strong> or </em> tag, flash inserts a line break after it.
So it is like this:
This is some BOLD
text and this is some italic
text.
When it should look like this: This is some BOLD text and this is some italic text.
[Code]...
View 1 Replies
Apr 4, 2009
I have a dynamic text box that reads data from an external file using the htmlText and load() functions. My external file contains HTML code for images. I want to have each image displayed next to each other (side by side). Currently, Flash is rendering my images so they are stacking on each other (ontop of each other). I have even tried putting all of my <a> tag on one line, but it is not working.
ActionScript 2 Code from file:
contentData = new LoadVars()
contentData.onLoad = function() {
contentText.htmlText = this.myVariable
} contentData.load("html/news.txt")
contentText.html:
[Code]......
View 4 Replies
Oct 10, 2009
I know you can identify line breaks when working with text files by checking the character equivalent, but is this possible to do with htmlText?
I am making a text editor for my client and I am using the textArea component as the input field with the data stored in an XML. All's well, except for the line break--the textArea is rendered as htmlText so that the client will be able to see the changes made instantly. By default, it works, but the spacing is all screwed up (indents, double-spaces at times), so I decided to condense the whitespace. With this on, it gets rid of the spacing issues since the html is being rendered exactly as coded. The thing is, hitting enter in the textArea does not add <br /> to the htmlText code.
Do i need to overwrite the Enter key with a custom function that inserts a ine break when using the textArea, or is there a way to detect and convert these line breaks in htmlText?
View 6 Replies
Jun 21, 2008
Is there any way to count line breaks within htmlText? It doesn't look like using
Code:
indexOf("<br>");
will work because the renderer has already created the textfield display by the time this code would run. So there wouldn't be any tags to find, just rendered text.
View 5 Replies
Jun 10, 2010
I facing a problem with htmlText field. When I insert image along with text, text continues to wrap at the right side of the image, and not under the image. It might create some visual problem Here is my code:
[Code]...
View 2 Replies
Jun 10, 2010
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 paragraph indent and then makes a line-break after them. What's going on, is there a way to fix?
fromxmlText.htmlText = theXML.contenttext;
If I pull the text in from a txt file it will work fine, but taking it out of an xml file causing funky formatting.
View 4 Replies
Jun 28, 2011
I store the htmlText property of a RichTextEditor in the database.I retrieve it in another instance and I want to show the user the first line of it as plain textSo I let Flex handle the conversion by using a function like this
var editor:TextField = new TextField();
editor.htmlText = htmlTextFromDb;
var converted:String = editor.text;
[code].....
View 1 Replies
Feb 12, 2011
I am trying to implement htmlText for a text component as the returned string is in html format (with the html tags etc). If I put a text=.... i get the full text, but with the tags (which i want converted to html). So i use htmlText=.... and it formats it fine, but cuts half the text from the variable. The text im supposed to get back has tons of html tags, and maybe its cutting it somewhere because of the tag its not able to escape... How do i fix this?
View 1 Replies
Oct 9, 2011
I'm encoutering something pretty weird. My framerate is set to 60 and I have a function that listens to enterFrame events and calls getTimer() to calculate the time between steps. That usually works nicely, however when I run the swf in flash player 10.3 or 11 standalones, the time delta is detected for many steps as being '0' because getTimer() returns exactly the same thing as on the previous step. The flash movie as such doesn't skip frames (except it looks bad since everything moves according to the time delta) and the framerate is 60 as it should (EDIT: Not actually true, 0 ms frames are skipped). It doesn't even happen every time. Sometimes I run it with the aforementionned players and it's just fine, apparently for no reason. I have tried the debug and release players and the problem happens with both.I'm targeting flash player 10.0 and it works well with that standalone player, as it does with 10.1. Not targeting 10.3 might be part of the problem I guess, but I have no idea really. At any rate, I was wondering if anyone else encountered that problem before, and hopefully would know the cause. I have found nothing about it on the web so far.Technical info: I'm using flashDevelop 3.3.2 and the Flex 4.1 open source sdk
EDIT: It would seem it's not a getTimer problem. The time delta between frames is reported correctly but faulty frames do last 0ms.
View 4 Replies
Oct 18, 2011
in Flash CS4 I have static text like: Line1 and line2 It's in 9 point Arial Regular as a device font. If I set the line spacing below 3.9 the second line dissappears from the compiled SWF file. It still shows in the FLA file. The same thing happens at 6pt but NOT at 5pt or less.
View 1 Replies
Mar 5, 2004
Is it possible to load a text file using line breaks as a delimeter rather than having a &var= at the beginning of each line? Like by a for instance? I have a text file with about 1000 lines that I need to load/display.
View 5 Replies
Sep 26, 2007
When a Dynamic Multiple line text field is used in Flash CS3, it has a very annoying feature that auto inserts a line break at the end of inserted text. It also auto inserts a line break if no text is entered too.
I'm having a problem with this because the text is being saved from flash to a text file on the desktop. With every multi-line text field there's a nasty looking line break.
Any way of "turning off" this auto-line-break-at-the-end feature?
View 6 Replies
Sep 16, 2011
Here is my code to create a string like this:1-xxxxxxxxxx (where x is a random number)I'd like to display this number on subsequent frames using the same dynamic test field (feedback_txt).How would I create a variable which would hold the random number? How would I display the code on the subsequent frame so the string would display?
var myNum1:Number = Math.round(Math.random()*9);
var myNum2:Number = Math.round(Math.random()*9);
var myNum3:Number = Math.round(Math.random()*9);
[code].....
View 2 Replies
Apr 6, 2011
I'm attempting to add line breaks after the code I've included below. I know that I need to add a " " after the line of text, but I haven't had any success.
textField.appendText(""+ bldg.S11[i].Title.text())textField.appendText("Square Footage: "+ bldg.S11[i].SF.text())textField.appendText("Tenant: "+ bldg.S11[i].Tenant.text())textField.appendText("Status: "+ bldg.S11[i].Status.text())
View 8 Replies
Mar 2, 2010
I want to add a horizontal scrollbar to a textfield that shows the text in HTML format.When I try that in other documents without scrollbar I get it to work.In the code bellow, which I mainly took from the Actionscript Reference, the code works when I use text (like in the Actionscript Reference).But when I change it to htmlText to get it HTML formatted (and get rid of the HTML codes) the textField doen't show anything.
The code:
import fl.controls.ScrollBarDirection;
import fl.controls.UIScrollBar;
[code]......
View 2 Replies
Jun 28, 2010
I am having a problem with the following code.
//Display paragraph text
//evt is a parameter being fed into the function that represents a specific page number.
myText.htmlText = paragraphText;var xmlSubMenuLength:Number =
[code].....
View 3 Replies
Mar 19, 2011
i have a problem with this scrollpane, i try to a scroll a movieclip which contains Text.htmlText from XML...
[Code]....
so productmc is the movieclip contains htmlText with pictures and repeated in 3 columns and several lines.
View 22 Replies
Dec 30, 2005
I have tried to do a script which makes a texteffect. It is one of those regulars in which you use dynamic text, at multiline, with substring and an onEnterFrame.
So the textfield starts at noll characters and goes up.
But the main problem which I dont know how to handle really is when it comes to make the .text property to a .htmlText property.
It seems to be really difficult to port the code for .text to allow .htmlText.
Since when using substring on a html-formatted string will take all html-markup into consideration.
View 4 Replies
Mar 17, 2009
i was wondering when I import a class, for example "import flash.text.*;", and when I import the same class in the subsequent AS file in the same package, isn't it disk space consuming? If so, is there a way to like, import it once and it will apply to all the other AS in your package?
View 2 Replies
Feb 13, 2010
Creating an RSS reader. One feature is that should parse several "category" nodes from a feed. But when I load a feed, the category doesn't shows up in the text area. Flash returns no errors. Heres the code -
[Code]...
View 1 Replies
Oct 23, 2009
I thin the fastest way to explain the problem is to show the [code]...
So that is my AS code and it all works fine except when you move your mouse over that text field and scroll the wheel the text in the text field scrolls one line. And i really cant have that, it all works fine if there is no changing of font size but i will also need to change that so is there a solution just to disable scrolling on text field?
View 1 Replies
May 29, 2009
i have an external txt file that i wanna display as a htmlText in flash.
i have the following code.
Code:
var rhetoric:TextField = this.createTextField("rhetoric", this.getNextHighestDepth(), 0, 0, 400, 200);
var rhetoric_fmt:TextFormat = new TextFormat();
[Code]....
Code:
&rhetoric=We differentiate ourselves from the rest of the competition through the way we look at consumerism and communications.
<b>How can your products impact the lives of your customers?</b>
We believe in the power of experiences, it is what our lives are made up of, how we learn, how we evolve.& but when display to flash it doesnt give me the <b></b> i wanted..
View 1 Replies
Oct 12, 2011
I am working on an as3 project and trying to use htmlText to display images and text inline in rows to create a scroll bar if results are more than 5. for example each row has an image on the left and text on the right aligned like a simple table. However when I add the image tag and text then insert a break or <p> tag the text breaks out of alignment with the image. What is the best to acomplish displaying images and text aligned in rows and get a scroll bar if more than 5 rows in flash/ as3
View 1 Replies
May 26, 2011
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 Grande";color:#ED1C24;font-size:10;font weight:bold;leading:-8;}');
[Code]....
View 2 Replies
Dec 15, 2011
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 all HTML tags except links is not working for me.
does any one have any tips? regEx?
the following removes tables. var reTable:RegExp = /<tables+[^>]*>.*?</table>/s;
but now i realize i need to keep content that is the tables and I also need the links.
View 2 Replies
Sep 2, 2011
I am using 3rd party API for reading text from swf file in my application, using that API i can identify htmltext and nonhtml text but the problem is if the text filed is autokern true then its returning as htmltext for nonhtml text.
View 1 Replies
Jun 24, 2009
I have some HTML loaded from an XML document that includes web links (anchor tags). I am using a TextField object to display the text, and am plugging the XML data into the htmlText property of the TextField, and the text is rendering with HTML markup, links are working etc.
The problem I'm seeing is that a new line is created before and after the link, so html like this:
hello world <a href ="#">this is a link</a> and all of this should be on the same line.
is rendered like this (with specific attention paid to the new lines): Does anyone know of a way to prevent these new lines from appearing when using HTML links within a TextField?
View 2 Replies
Feb 1, 2011
how do i get an ordered list using htmltext property of Text component? I tried using this: <ol><li>item</li><li>item</li></ol> but it rendered like an unordered list.
View 2 Replies
Jan 8, 2010
i need to split a large text file into an array at line breaks so one array element = one line.i have tried the using "" in both match() and in RegExp but it doesnt work.i had the g and m flags on. tried the $ sign too.
View 8 Replies