ActionScript 2.0 :: XML Data And Controlling The Text Format?
Nov 6, 2008
I can't comprehend the following text formatting issues
- i have a .xml with the following nodes for text content
Code:
<page pageID = "page1" gotoURL="/page1/title1" subMenuNumber="1">
<pageTitle>Here our title</pageTitle>
<pageContent><![CDATA[<h2>Title</h2>
[Code]....
View 1 Replies
Similar Posts:
Apr 11, 2007
I have a website that is all flash. I have a main file that loads in the nav and then the nav loads in the designated .swf file for each section. So there are several sections(.swf's) with lots of text taken from a database and inserted into the swf file from
an XML file. If I click in between sections, and go back to the original section of text the formatting is lost. This is only in Internet Explorer 7- this does not happen in Firefox or on the Mac.
View 4 Replies
May 27, 2009
This is my first post in this forum and I'll try to best explain my problem. I'm working on a AS3(AIR) application, i.e., some text transposer. Let's say I have a dynamic textbox (some previously transposed data), in which I have the following content:
PHP Code:
-1.66419-1.65539-1.63308-1.47002-1.42859 1.00165 1.00633 1.00963 1.01368 1.01833
Next to this text box, I have another dynamic text box, where I want to put these numeric values, i.e., to generate an XML tree by clicking a button (calling a function), which have the following structure:
[Code]...
View 2 Replies
Jul 6, 2009
I have set up an external text file to display my gig guide.
However, the example of doing this I found uses separate boxes for each line item[code]...
View 3 Replies
Mar 30, 2012
I have a URLLoader which normally requesting the data to be in Text format, anyway on a specific conditions it might gets a Binary as result, which is actually just 1 integer number in binary format. Anyway the conversation :
[Code]...
doesnt passing anymore since the result data is in text forma due the request header... How to convert the result data into integer ?
View 3 Replies
May 20, 2002
I have a scrolling text field, data on a text file (externalVariables.txt) and buttons. Data loads upon pressing the buttons using the following method: on the main timeline:
loadVariables ("externalVariables.txt", "_root");
on each button:
on (release) {
[code]......
View 1 Replies
Jun 15, 2007
Is it possible to read/write data to and from Access with Flash in a offline format? I need to create a stand alone system that users can log into and pull information from - but it will not be networked or have any sort of internet connection.
View 2 Replies
Feb 4, 2009
Trying to format input text fields using format buttons in Actionscript has been challenging. I've been able to put some pieces together, however I am still missing some things. Here's my code:
Code:
function selectText() {
startSelect = Selection.getBeginIndex();[code].........
I need the ability to click the Bold button and it bolds or unbolds at the cursor so if I hit the bold button what I type from that point on will be bold until I hit the button again and then it goes back to regular. I am able to change it to bold or unbold by selecting the text and clicking the button but I also need to do it without selecting.
View 3 Replies
Apr 2, 2009
I need to send SQL statements to Asp.Net2 page from Action script 3.0 and i successed in doing that(thx to me OJM) but i need to secure my data and i need to send it in an XML format and recieve the results in an XML format and my problem now is how to send the data in an XML format where when i write the tags of the XML and send it in the URL variables it refuses and reports an error opening URL and when isend the SQL statements not in XML format it accepts it and recieved in the Asp page and i parse it and then return the result and i got it from the CS3 but my problem now that i need to send the data in an XML format can
View 1 Replies
Mar 28, 2011
Ive got this array with numbers in it, which i want to use for some simple calculations, but i keep getting the message that the array data isnt a number:
The whole is in a for loop, with teller1 as increasing value.
the code:
var xco:Array = [180,233,271,292,292,270,231,179,124,74,34,11,9,30,70,121];var yco:Array = [11,33,73,124,181,232,270,290,291,271,234,183,125,72,33,11];
[Code]....
View 4 Replies
Dec 3, 2009
Is there are component in Flex where we can display the data in table format. [URL]..
I did not like the look and feel, any other components.
View 2 Replies
May 12, 2011
I am using an mx:DateField in Flex and it works nice with the date picker, but I also need it to be editable, so I set editable="true". The problem is that now the user can enter anything they want - even though I have a formatString="YYYY-MM-DD" set. The date picker honors this format, but if the user enters in the format MM/DD/YYYY they can - or they can even enter garbage data.
I realize I can set up a data validator to check that it is a valid date and in the appropriate format as per the flex docs, but I was hoping to have something I have seen in other languages where the text field would show something like "0000-00-00" and the user clicks in to the field and it allows them to change only the digits (the zeros) and can not type any alpha characters or add/remove any length.
View 2 Replies
Oct 25, 2011
i am using the greensock xml parser to parse xml data in actionscript 2.0 i am using two xml files.. i want to display this data in a table format in rows and columns.. how should i do it.. i have to write code in as 2.0 only... i tried using html tags but since table tags don't work in flash so it did not work
View 1 Replies
Jan 10, 2005
when a user writes something down in a inputTextfield (in a compleet flash page) and presses enter (make a newline)how are the newlines then formated ?
with
"
" , "
" or "
" ?
is it crossbrowser ? the reason i ask is that i save the data in a Mysql database and when the data return to flash i see "" in the debugger so, i think flash uses the "" newline format, but before i add the data into the database i want to parse the data with php
View 4 Replies
Oct 25, 2010
When applying text formatting to a comboBox, the text formatting appears perfectly on the dropdown menu items but the textField text disappears.Removing the text formatting from the textField makes the textField text reappear but of course there is no text formatting.
Is there a trick to this.
View 9 Replies
Nov 7, 2010
I need application with input text box and a button, user is able to write into the input text box, and when he press button, the written text will save on a text format file on server (like a notepad with .txt extension) and if this file exist before new information will over write!
View 2 Replies
May 14, 2009
Noob question, I hope. I need to create scrolling text areas with rich text format content. I know I can use the textArea component and set the htmlText property but converting all of my RTF to HTML is gonna be a major pain in the @$$. I keep getting into trouble thinking what's mindlessly easy in Director/Lingo is gonna be reasonably simple in Flash/AS3, I hoping this is just my inexperience with Flash getting in the way. Is there an easier way? I thought of embedding a PDF document but apparently that's not an option in Flash either (note: I know how to link a PDF doc, I need this text to display and scroll within the application, not just pop a new window on top).
View 6 Replies
Nov 2, 2007
code example to update an xml structure from flash ? using xmlconnector, datagrid, dataset, textfields and.... what else...? how can I do that without a middleware. using sendAndLoad() function,...?
View 1 Replies
Jul 4, 2009
Why this does not work?...It should send and load Vars but it does not even trigger when complete...
var postVars:URLVariables = new URLVariables();
postVars.userId='cat';
postVars.folderId='dog';
var request:URLRequest = new URLRequest();
[Code] .....
View 4 Replies
Dec 1, 2010
I have this code which Im using to pass data in JSON encoded format to php. Is there a way I can check at the php end if it was received and beamed in proper format?
var people:Array = new Array();
var person:Object = new Object();
var url:String = "[URL]";
var request:URLRequest = new URLRequest(url);
var requestVars:URLVariables = new URLVariables();
[Code] .....
View 4 Replies
Feb 22, 2011
I am retrieving the details from the database and printing them in the XML format. It's working pretty good and can even display the same XML format in the Flex. However, I am not sure, how to save this XML file to give it as a data provider for datagrid.
Here is my JSP code :
<%
ps1 = conn.prepareStatement("select file from file where status='P'");
rs1=ps1.executeQuery();
[Code]....
I am using the following thing to get the details
event.result.body.people.toXMLString();
View 1 Replies
Jul 28, 2011
How to format JSON data without using brackets for an array?[code]...
View 3 Replies
May 10, 2011
I have a text field where user can type and few controls to customize the text properties like: font, size, color etc.If a user has typed say "Hello World", the caretindex is next to d of World. I want that if now the user makes some changes to the cusomization properties like: changes font size, then the text appearing next is of the font size set and not that of d. How can I do that?
View 1 Replies
Jan 17, 2012
I have one dynamic text field in the instance name my_text. I have set the Embed option in that file. because i need to rotate the text field. Now I need to change the font format of dynamic text field.[code]...
View 1 Replies
Jul 10, 2009
I'm reading text from a text file and displaying it into a text field. The problem is when i read it doesn't display the text as it is in a text file. For ex - See below imageNow , as you can see, second line in the text file starts right where first line ends.But flash doesn't display it like that. I have hundreds of lines and in most cases flash spaces consumes less space then a text file. The font in both text field in Flash and notpad is to Arial so the font shouldn't be a problem.
View 8 Replies
May 16, 2010
I'm pretty new to AS3 but have a project with a very tight turnaround here, having been lumbered with it after a guy from work got taken ill. The basic idea is a visualisation of an XML feed, using the data pulled in to control the behaviour of movieclips. So far I have this;
[Code]...
View 0 Replies
Jun 27, 2011
I have text that is in a scrollable box using the scroll bar component and I would like to be able to format headlines differently than the main body copy, etc. How do I do this? The text is dynamic, multiple line.Was hoping not to have to use external files.
View 1 Replies
Aug 18, 2010
I'm importing text via an XML file that will then be displayed in a dynamic text field. The text is about 1 sentence long but one of the words in the sentence must be bold and a different color. So I've added some HTML tags in the XML node to change the color and format but when I test the file the html tags show in the dynamic text field and the text is NOT formatted.
Here is my code:
I bring in the XML data with this AS3 code:
ActionScript Code:
var _xml:XML;
var _xmlList:XMLList;
var _xmlLoader:URLLoader = new URLLoader();
[Code]....
Am I not using the CDATA tag properly? Or do I need to change something in the way I call up the data in the xml node ?
View 2 Replies
Aug 21, 2009
I have a flex data grid. It contains two column Maths Mark and English Mark. If Math Mark >English Mark for any row then it will set that particular row color as Green.
View 1 Replies
Dec 15, 2010
Im creating flash game that have the functionality to capture/record its gameplay that can be viewed later by the user, like a replay.
As for now Im already able to record the game and write it into a flv format in a ByteArray variable.
What Im working right now is how to send that ByteArray(the video file) to a php script and save it to a web server.
I've run into the URLLoader in flash where it can send the data and php will receive it thru the POST method. Unfortunately, the ByteArray containing the flv data must be first correclty encoded for php to read it. I figured this out from the example in the net where it does the same thing only that it is only sending a JPEG ByteArray instead of a FLV format using the JPEGENCODER.
Is there any existing class like the JpegEncoder for FLV format or any Video formats? Or any work around like creating the encoder my self?
here is my current code to send the ByteArray
//send byteArray to a php script
var request:URLRequest = new URLRequest(url);
request.method = URLRequestMethod.POST;
[Code]....
View 1 Replies