ActionScript 2.0 :: Xml CDATA Formating Html?

Nov 7, 2007

there my load of xml goes okay but all html styles as... strong.. colorand image dont work what am I doing wrong

AS:
var mydata:XML = new XML("data.xml")
mydata.ignoreWhite = true;

[code]......

View 5 Replies


Similar Posts:


Php :: SimpleXML, CDATA And HTML Entities - Tags Are Interpreted With Their HTML Entity Equivalents?

Nov 18, 2010

trying to work with "simple" XML for the first time. I'm building a small CMS for a Flash based site and the content is held in an XML file. My problem is that many of the copy fields are XML CDATA fields. on the one hand, with:

$xml = simplexml_load_file($file, 'SimpleXMLElement', LIBXML_NOCDATA);

I can pull the data out of that node and the CDATA tags are stripped. My issues come with trying to save the data with:

file_put_contents($file, $xml->asXML());

Problems are: a) tags are interpreted with their HTML entity equivalents. I don't want this to happen.I gather this is coming from the asXML method because even if I do anhtml_entity _decode on the $_POST data it's still being converted.

b) because of the above, there's no way to add the CDATA tags because they also have their charachters converted.

View 2 Replies

ActionScript 2.0 :: Html Formating - Use An Empty Pair Of <P></P> Tags To Insert A Line Break?

Jan 30, 2004

Here's what i do:

[AS]
onClipEvent (load) {
loadText = new LoadVars();[code]...........

As i could read on macromedia 's web site: Use an empty pair of <P></P> tags to insert a line break. Use two pairs to insert a line break and carriage return.But this isn't working... Why?

View 2 Replies

ActionScript 2.0 :: XML - Cant Extract The [CDATA[57.14]],[CDATA[14.29]] & ![CDATA[28.57]] To Use It?

Jun 29, 2006

I have this XML File

<?xml version="1.0" encoding="ISO-8859-1" ?>[code]....

now, the problem ... I cant extract the [CDATA[57.14]],[CDATA[14.29]] & ![CDATA[28.57]] to use it ... I tried several things with firstChild,ChildNodes, but no luck ... any one has a simple solution to put all this in an Array so i can get the stuff out to use it ..

View 2 Replies

ActionScript 2.0 :: XML CDATA And HTML Formatting

Dec 2, 2009

The CDATA is working for me, but it will not show certain HTML tags, such as
<ul><ul><li>
and
<up>
<ul><li> is fine, but if I do another level, second levels are on the first level.

View 1 Replies

ActionScript 2.0 :: CDATA Not Rendering HTML?

Jul 5, 2009

I have read through most of the numerous posts relating to this topic (and there are quite a few) but I am still unable to solve my problem. I have a simple AS2 script:

[Code]...

</example>Unfortunately (unless I am missing the concept of CDATA in xml) my text is rendered in flash as:see google <a href="http:google.com>here</a>My ultimate goal is to generate text in flash that is generated from xml and that have a link to external urls. I do not have much experience with xml in flash, i have been looking online but can't seem to figure out what to do. Any ideas?

View 4 Replies

ActionScript 2.0 :: Html In XML ... CDATA Not Working

Jan 2, 2009

I'm trying to do a player roster for a sports team. I found on here as a template. However, I'm having a bit of an issue. I want to be able to format the xml using html in the xml file itself...for example I'd like to be able to insert pictures, make text bold, etc. using html tags in my dynamic text field. I enabled the "render as html" button thing. When I put

[Code]...

View 1 Replies

ActionScript 2.0 :: Dynamic TextField With HTML 1 XML CDATA?

May 14, 2007

I am trying to avoid having to unescape URL encoded XML nodes by using a CData node element. It is a hassle to URL encode the html to put into the XML which is then read into Flash.This is what I have so far:

Code:
//Create XML with HTML 1.0 tags
myXML = new XML('<![CDATA[<p>This is a paragraph<br><a href='http://www.amazon.com'><b><u>Link to Amazon</u></b></a></p>]]>');
//
//Create dynamic html textfield

[code]....

I know that Flash does not fully support CData, but I'm sure there has to be some workaround.I did try sending the XML toString() but that didn't change anything.

htmlXML=myXML.toString();//create var for conversion from xml to string

I want the textfield to render the HTML--not just display the tags.

View 8 Replies

ActionScript 2.0 :: CDATA To Pass HTML Via XML Into Flash

Dec 13, 2006

trying to convert data into XML and than be readble by flash, why can't macromedia be 'normal' and have some connector that can directly connect to a SQL database

Anyway enough about my rant...

I have a WYSIWYG html editor on my website that generates flash readable HTML code and we use PHP to store the information that is generated as a .xml file to be readable by our flash file. The data is passed via XML but trying to get the HTML tags through without the XML parser thinking its XML and interfering, and I've managed to research find the CDATA tag to pass information in (i dont know much XML, just basics to get it to work) but it doesn;t work!!

When I try to HTML code that is wrapped in the CDATA than it just shows as "null" on my flash file, but if i remove the CDATA tag and put in simple text it seems to work ok! even if i put in

Code:
<b>you better work, damn you!</b> this part is not bold, but doesnt show anyway
than the part in bold shows as bold but anything after that has disappeared

how I can effeciently put HTML into flash and get flash to successfully render it as HTML?!? note I've already used a .txt file unsucessfully and it seems to have LOTS of issues with special characters

View 1 Replies

ActionScript 2.0 :: CDATA Not Showing HTML In Text Field?

Nov 19, 2009

Simple XML import with text and an html link and an image. For some reason the html tags are rendering as text, not html in the dynamic text field. I have looked at countless posts and tuts From all I've read I am doing things right, but obviously I am not. I must be missing something.ake a look at the attached code and explain where I am going wrong.XML File

Code:
<?xml version="1.0" ?>
<item>

[code].....

View 1 Replies

ActionScript 3.0 :: XML Editor With Buttons To Add HTML Tags Via CDATA

Jan 18, 2010

Does anyone know an XML editor with buttons to add HTML tags via CDATA?
 
<?xml version="1.0" encoding="UTF-8"?>
<content1>
<text1>

[Code]....

View 1 Replies

ActionScript 2.0 :: CDATA Not Showing HTML In Text Field

Nov 19, 2009

Simple XML import with text and an html link and an image. For some reason the html tags are rendering as text, not html in the dynamic text field. I have looked at countless posts and tuts but found nothing that helps. From all I've read I am doing things right, but obviously I am not. I must be missing something..[code]...

View 3 Replies

ActionScript 2.0 :: Don't Want CDATA Node To HTML Escape Characters?

Aug 24, 2007

I need some very urgent help for a project that is on a tight deadline. I have a CDATA node that i'm loading into Flash that has some html in it. Let's just say this is it:

You are <font color='#FFFFFF'>very pretty</font>.<br><br>

When I trace out the xml after it is loaded into flash, it comes out as this:

You are <font color='#FFFFFF'>very pretty</font>.<br><br>

I need it to come through with the tags in tact. How do I go about this?

View 5 Replies

ActionScript 2.0 :: Getting Html Text To Display From Xml File Using CDATA

Oct 14, 2008

I am trying to get a link to work in the body text of a text block. I am using CDATA but can not get this to translate to html in the flash. I have checked that the 'Render text as html' box is checked.

Below is my AS and below that is my XML

========================
xml menu stripped down
======================
function CreateMenu(menu_xml) {
var items = menu_xml.firstChild.firstChild.childNodes;
for (var i = 0; i < items.length; i++)

[Code].....

View 2 Replies

ActionScript 3.0 :: Inline XML With CDATA Error #1091: XML Parser Failure: Unterminated CDATA Section?

Aug 25, 2008

I'm trying to include some JavaScript (JSON 2, to be precise)in with some ActionScript 3 classes. I'm using the inline XML method (E4X) of declaring the data. It looks like this:

public static var JSON_2:XML = <data><![CDATA[
if (!this.JSON) {
JSON = function () {[code]....

Actually, this is only about a quarter of what I need to include but this is where it breaks down. Right after the second slash in the last line, Flash reports: TypeError: Error #1091: XML parser failure: Unterminated CDATA section.

In fact, as you can see this is a perfectly valid CDATA section and isn't being terminated anywhere (there is no instance of "]]>" anywhere in the data). Unfortunately, Flash doesn't think so and seems to think that the backslash is an XML node directive. how to effectively deal with this? The JSON source code has *many* backslashes so not having to convert them would be *very* useful.

View 1 Replies

ActionScript 2.0 :: MX2004: XPathAPI CDATA SelectSingleNode And HTML Formatting?

Oct 11, 2005

my subject is pretty much my problem, i am using MX2004's XPathApi 'selectSingleNode' which is working nicely, i have done a wee bit of fiddling;

Code:
_root.selectedText = "About Us "
centreMe.textContent.htmlText = mx.xpath.XPathAPI.selectSingleNode(this.firstChild,

[code].....

View 2 Replies

ActionScript 1/2 :: Flash Player 10 Removes HTML Encoding In CDATA When Parsing XML

Nov 24, 2010

I have an application that was written with Flash Professional 8/AS2 and it parses XML for rendering dynamic media content. The XML pulls text with HTML markup out of CDATA sections and places them into an html enabled text field. Everything has worked wonderfully until Flash Player 10.
 
Now, if we use html escape characters for greater than or less than symbols, they are being decoded by the xml parser.
 
Here's my example CDATA section:

Here <u>we</u> go: This <node> <works> 

when I grab its value using nodeValue or toString, the results are different from Flash Player 9 to 10. Here's what I'm getting:

[Code]....
 
In Flash 10, if I escape the ampersand, it will work, but this doesn't work in 9. for example, the following works in 10:
 
<![CDATA[Here <u>we</u> go: This &#60;node&#62; &lt;works&gt;]]>
 
This all happens before I assign it to a text field. How do I keep the parser from destroying my escaped characters in Flash 10? Do I just need to drop support for Flash Player 9 and go for what works in 10, or is there a solution for both?

View 2 Replies

ActionScript 2.0 :: Showing Text Field As HTML Field With XML/CDATA.?

Aug 26, 2007

Trying to get a text field in my Flash MX movie to pull from and XML file with CDATA tags to show as HTML. I've checked the box to render as HTML for the text data field... but I'm having problems with the Actionscripting.

The field from this line is what I need to recognize as HTML reading CDATA tags:

this.ref["textField"+i].text = subnodes[3].firstChild.toString()

I know I need to do more than just change it to ".html" instead of ".text" and have tried a couple things, but nothing seems to work.

Code:
//Create the XML Object
myXML = new XML ();
myXML.load(newXml);

[Code].....

View 1 Replies

ActionScript 2.0 :: TextFormat Not Formating Text?

Apr 17, 2008

This is not styling my text. What am I doing wrong?

this.textScroll.createTextField("my_txt", this.getNextHighestDepth(), 0, 0, 255, 200);
textScroll.my_txt.multiline = true;
textScroll.my_txt.html = true;

[code].....

View 5 Replies

ActionScript 2.0 :: Formating Text Negative?

Feb 19, 2010

how to format a dynamic text in "negative"? I mean for example white characters on black "box".

View 2 Replies

ActionScript 3.0 :: Formating Editable Text?

Dec 23, 2010

I created an multiline TLF editable text field in my fla file. How can I format different alignments and font size for different lines in the same text field?

View 1 Replies

ActionScript 2.0 :: Dynamic Text And Formating <img>?

Oct 22, 2004

I have a dynamic text box that holds text and shows images using the <img> tag.all works fine - however...... <br> or <p> will not put the next lines of text under the image... you have to keep adding them until there are enough

View 5 Replies

Flash :: Date Formating Mobile Flex Project

Oct 28, 2011

I have a mobile app that gets a rss feed. The date on the rss feed displays Fri, 28 Oct 2011 17:30:00 GMT and I would like that to render as a short date in cst time standard dd/mm/yyyy and time. The code for my app is below. any help would be great This is the first time working with Adobe Flash Builder.

[Code]...

View 1 Replies

ActionScript 3.0 :: Linking 2d Array Data & Formating To TextBox?

Sep 22, 2009

I have a 2d array and it has columns & Rows what I wont to do is displaythe columns and Row data in a textBox correctly such as the textbox will be X-columns wide by Y-rows high.. this is the relationship in code

Code:
Var k:Number = 0; //Populate each element of array with "0's"
var columns:Number = 15; //=to X-columns

[code].....

View 2 Replies

AS3 :: Fonts - Flash BitmapData.draw() Affects Text Formating?

Nov 17, 2009

I need to display antialiased systemfonts (because the swf filesize must be small, therefore i can't embedd fonts). So I wrote this script in order to manually antialias the text

Code:
public function renderTextField():BitmapData{
var w:int = this["mainTextField"].textWidth+10;

[code]......

View 1 Replies

Actionscript 3 :: Flex - ILog Elixir ColumnChart3D Labels Not Formating Properly?

Oct 25, 2010

I've looked through all IBM doc and Adobe livedocs, My labels for my columns which are loading dynamically are not centered properly under the columns. Here is the component code. The labels are off center to the left, and some overlap the one left of where it should be. I tried adding styles to several different areas but couldn't get it:

<ilog:ColumnChart3D id="columnChart" dataProvider="{chartData}" showDataTips="true" elevationAngle="5" projectionType="oblique" width="90%" height="100%"
rotationAngle="2" lightLatitude="0" lightLongitude="0"[code]...........

View 1 Replies

XML :: How To Get Contents Appear Within CDATA In AS3

Jan 6, 2012

<EventDays>
<EventDaysInfo year = "2012" month = "0">
<![CDATA[<Days day="0" name="sdfds" desc="fgfds" _img=""/>]]>
<![CDATA[<Days day="0" name="sdf" desc="" _img=""/>]]>
<![CDATA[<Days day="0" name="dsf" desc="dsfd" _img=""/>]]>
.....
This is the structure of my XML, and I tried in some ways, but I can't able to get Character DATA as XML data. Is this any way to convert CDATA into XML in AS3?

View 2 Replies

ActionScript 2.0 :: Having CDATA In Xml?

Apr 30, 2008

So i stand corrected. the <a href is screwing up my XML data.If I plop a CDATA tag in the XML obviously it works fine. But is there any other options to keep that tag out of the XML file?If I can somehow include it in Flash (which logically doesn't make sense) that would be great. The XML is generated server side and I can't get them to mod it.

View 8 Replies

ActionScript 3.0 :: Get String From Xml CDATA?

Jun 1, 2009

I am loading up xml(rss2) in AS3, then trying to get something out of the description tag from each item. The description usually looks like this[code]...

View 4 Replies

ActionScript 1/2 :: My CDATA Not Appearing

May 24, 2011

My CDATA not appearing. My xml file[code]...

View 13 Replies







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