ActionScript 2.0 :: Storing List Of Clients With Various Children In XML File?
Apr 28, 2006
I want to do is to Store a list of, say, clients, with various children in an external XML file. It looks like this:
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<mycClients>
<client>this is the name of the client</client>
<descrip> this is the description of the client</descrip>
<clientProjects>
[Code] .....
Anyway...when the user clicks a BUTTON (not a dynamic button, but one I place on the stage) I want to load all the client's projects. When the user clicks another button, I wan tto load all of the client's friends. When the user clicks a third button, I want to load the description of the client. Into a SIMPLE text box. Just a regular old dynamic text box which I have placed on the stage myself. When a new button is clicked, the previous data is replaced with the new data.
Code:
clientArray= new Array();
projectArray = new Array ();
descriptArray = new Array ();
var clientXML:XML = new XML();
objL.ignoreWhite = true;
objXML.onLoad=loadXML;
[Code] .....
I just want to keep this all as simple as possible so that I can learn to do it right.
View 5 Replies
Similar Posts:
Jan 21, 2011
The code
for ( var i:int = 0; i < markers.length; i++ )
{
markers[i].addEventListener( MapMouseEvent.CLICK, function( e:Event ):void
[code].....
View 3 Replies
Feb 3, 2010
We have implement a DVR solution, but a problem remain how can I split DVR f4v file without loss clients from broadcast?
It's possible to split file if reach a limit such as 40Gb and create a new file without cuts in broadcast?
View 1 Replies
Apr 15, 2010
when I try to loop through the children of a List component that has buttons in it, I can't seem to access those children. I try
for(var btnNum:Number = 0; btnNum < myList.numChildren; btnNum++)
{
trace(myList.getChildAt(btnNum);[code]......
View 1 Replies
Nov 25, 2010
I have a custom item renderer that im using in a List. There is a CheckBox and a ColorPicker in the item renderer. I have created my own custom event classes for these two items and they are not bubbling their events.You can also click the item in the list, I have 3 listeners attached to the list, I don't want the list item handler firing when children of the list get clicked.[code]
View 1 Replies
Apr 30, 2011
i got a s:List with a dataprovider and a custom itemrenderer. now my itemrenderer has a button within. Every time i choose a item from the list, i get focus on the item, but clicking the button within the item only causes the s:List to select the hole item and wont let me press the button within the item.
is there any solution to disable the "list" selection functionallity but keeping the items within the list enabled / clickable?
as requested, here the code (relevant parts)
CategoryTree.mxml
<s:List id="data1" name="D1" x="-2000" height="100%" minWidth="600"
width="{this.width}" dataProvider="{this.childrenResult1.lastResult}"
itemRenderer="gui.components.Category">
[Code]......
View 2 Replies
Nov 6, 2010
xml stuff in action script is so... non-intuitive.. cubersome I can compare it to the xml libs that I used in playground sdk, popcap and other .. tinyxml.. ....
I' m trying to make that simpliest thing for about 2-3 hours.. + reading books.. and still can't do it..
what I want to do is:
<xml>
<Weapons>
<Weapon id="canon" rechargeTime="200" impulse="30">
[Code].....
how do I read the all "Weapon" objects listed inside Weapons.. NOTE: I dont want to use the method.. that returns "Weapon" from all over the xml... cause I probably want to list weapons in other sections for other purposes
View 2 Replies
Jun 27, 2011
I'm creating a swf, that has a parent class and a child class. The parent class has a button, that dispatches a custom event and I want the child class to list for this event, but when I dispatch the event the child class does not hear the event has been dispatched.[code]The register EventListeners() function is in the child class.I know events can bubble up the display list but how can then go down the list?
View 1 Replies
Jan 9, 2009
i have 4 txt boxes which load 4 prices from a txt file that works ok. if the user then changes the price in the box and hits a button:-
on (release) {
time = new Date();
url = "./store.php?time="+time.getTime()+"&post="+escape(po
[Code].....
View 4 Replies
Apr 9, 2009
I have 1 buttons in my flash movie. and want to use this swf in some other projects. just this button link will change in each project, so will also the button text. I dont want to edit flash file for each project. Can I use a text file for URL of button and I change text file to edit link of buttons and text of button?
View 2 Replies
Nov 18, 2009
I'm making a OSX-finder-type file browser in CS4.The Structure for the folder and files is being generated by a PHP in a XML, heres an example:(sorry the xml is not sorted, but the command i'm using in php doesn't sort it)
Code:
<root>
<dir name="images">
[code]....
View 2 Replies
May 10, 2007
I have a combobox and list component on the stage. The combobox has 3 selections. How do I get it so that each selection triggers the specific xml file to load into the list component? I can't get them to communicate to each other.
View 1 Replies
Apr 5, 2012
I want to make a simple tick box questionaire in Flash (AS2) that stores data to a local text file when the user has submitted the form. So simple stuff like are you Male of Female. Is it possible for flash to store this information somewhere. It is for touch screens in an exhibition space so ideally it wouldn't be on the internet.
View 1 Replies
Sep 15, 2009
1. How could I make it where some images/text in a flash file is taken from another outside file. For example lets say I have a image and text that would need to change constantly. The image could probably be done by using a url and changing the image set to that url, but I would rather have it search for a images file name on my computer. For the text is there a way I could use a text document, and have it set up to take the text in that document and display it.
2. How can I make it so when I click a link to an outside url it doesn't confirm that I want to visit it.
View 2 Replies
Apr 19, 2010
I want to write the bulk of data into xml file ,the data coming from the backend(mysql) using cgi by httpservice, read the xml file and bind it into list. can anyone send the sample code for this?
View 1 Replies
Mar 24, 2009
In this game attached I need the old Children (rats) to hurt the character when he walks into them, however only the most recently added Child is active in that way... also the rats seem to appear above the character instead of below, is there any way to resolve these issues??
View 4 Replies
Jan 12, 2011
I have a Sprite called pageContent. Inside pageContent are 12 more Sprites with unique names, a couple of Buttons, and some TextFields. Inside each of the 12 Sprites I have either one or two TextFields and one TextInput. My question is, since they are children inside a child of pageContent, how can I access them? Here is how I am trying to do it:
[Code]...
In my mind, this should totally work. But surprise, surprise, it doesn't. I have debugged it and it works fine for the first two lines, but when it tries to get numChildren of a Child of pageContent (line 3), I get this error: PHP Code: 1119: Access of possibly undefined property numChildren through a reference with static type flash.display:DisplayObject.
View 4 Replies
Jan 11, 2010
I want to have a rollover effect of a movieclip (mo1) inside a movieclip (mo) of another movieclip (popup1).Is it possible to do that? I try calling it using this code in the frame 1 of my flash, am i doing wrongly?
Code:
popup1.mo.mo1.onRollOver = function() {
popup1.mo.mo1.gotoAndStop(2);
[code]......
View 9 Replies
Sep 23, 2006
Newbie to XML here and I have what I *hope* is an easy problem, but I just don't know the answer. And as I have to try and show this by Monday, I'm sort of stuck. I am trying to pull in information about houses via an xml file. Each house has 1 address, 1 owner, 1 description, and about 6 photos. I have no problem accessing the address, owner, etc, and I can always access the first photo, but whenever I cycle through the photos, I seem to cycle through the first photo for every house, not every photo for each house.
Basically, I need the children <images> to go up by one, without the the parent going up by 1. I am hoping I am describing this well. My code looks like this:
[Code]...
View 4 Replies
Mar 10, 2010
I have a Canvas which has many components inside it and those again, have many components inside them.
getChildren() returns only the top level children. What is the best way to retrieve all the children (children of children of children and so on).
Well, I sorta know how to do this by iterating through the children, but the code is really messy. I'd prefer to use a nice recursive function. Has anyone written this before? Or is there a Util class to do this?
View 3 Replies
Jul 24, 2010
I am trying to pull in information about houses via an xmlfile. Each house has 1 address, 1 owner, 1 description, and about 6photos. I have no problem accessing the address, owner, etc, and Ican always access the first photo, but whenever I cycle through thephotos, I seem to cycle through the first photo for every house,not every photo for each house.Basically, I need the children <images> to go up byone, without the the parent going up by 1. I am hoping I amdescribing this well.My code looks like this:
total = xmlNode.childNodes.length;
totalb =
xmlNode.childNodes[0].childNodes[5].childNodes.length;
[code].....
View 1 Replies
Oct 28, 2011
I have an ArrayCollection that is read to generate containers in an accordion programmatically:
<s:ArrayCollection id="_ac_ps">
<fx:Object label="Block and lot" data="_blocklot" searchType="districtblocklot"
info="" />
[code].......
View 1 Replies
Jan 11, 2011
for some reason STORAGE[0].getChildAt(0) works whereas liner.getChildAt(0).getChildAt(0) does not. STORAGE is a movieclip and a child of liner. the error is something about not being able to use getChildAt on a display object. what's wrong? is there any other approach i could use? PS: liner.getChildAt(0) works and does indeed seem to refer to STORAGE[0]
View 2 Replies
May 24, 2011
I'm doing some experiments with Adobe Cirrus. I've managed to connect 2 clients to each other. But what I want now is the following:
I want client A to publish and clients B and C to play A's stream. I've tried to do this. A starts publishing, B and C create receiving NetStream based on A's nearID. Unfortunately only latest connected to A client can play A's stream.
View 1 Replies
Dec 12, 2011
I am looking for options for project architecture. Service - text chat between two clients. An experts or a teachers use an Ajax client, another - a students use a flash (AS3) applications (social networks, AIR apps, Android AIR apps, etc).
How best to organize a chat between the two? The server side can use PHP and mySQL.
View 1 Replies
Jan 26, 2010
Can I build up visual communication just based on two flash client points? I mean a live video connection from a client side to another client side, without FMS.
View 1 Replies
Jul 15, 2006
Right now I'm working on a xml-editor for my clients. I have a problem though. On the page I created I have an xml based product list. Displayed in a scrollbar. For editing the list I use Php. The problem: When I delete an item in my productlist, the array doesn't behave dynamically. It has the same lenght and every item still has the same index. I use an "Array" to place my products before sending them into my scrollbar.[URL]
View 1 Replies
Feb 22, 2010
i am trying to stream to clients at the same time..Meaning they all recieve the stream at the same time and it stops at the same time.
View 1 Replies
Jun 2, 2010
I have a shared object of users connected to my application in FMS.application.users_so = SharedObject. get("users_so", false);[code]My problem is the array is not equal in both sides. Is there another technique in order to have both in the same order ?
View 1 Replies
Jul 23, 2010
If I hop online and look at it the files plays fine. If I look at it from my wife's computer it plays fine. I even called up 3 or 4 friends and it plays great for all of them. They are various computers and various internet connections. It plays fine for everyone BUT my client
View 12 Replies