all groups > flash data integration > recent posts
RE: Convert XMLList to XML in AS3?
Posted by Veronica at 12/1/2009 3:20:59 PM
Thank you so much. Very helpfull
Hope everybody completed their threads as you did.
Sometimes people don`t come up with an answer at the right time.
But when you keep working something comes up for sure.
Thank you again!!! ;D
From http://www.developmentnow.com/g/70_2009_8_0_0_1016254/Convert-... more >>
RE: Convert XMLList to XML in AS3?
Posted by Evan Gifford at 10/22/2009 2:48:50 PM
One step simpler:
new XML( node.toXMLString() );
From http://www.developmentnow.com/g/70_2008_11_0_0_1016254/Convert-XMLList-to-XML-in-AS3.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/... more >>
RE: Convert XMLList to XML in AS3?
Posted by Tim K at 8/25/2009 2:07:17 PM
You could have also done this:
var newXML:XML = <your_root_tag/>
newXML.appendChild (yourXMLList);
Or even better, this works too:
var newXML:XML = <your_root_tag>{yourXMLList}</your_root_tag>;
From http://www.developmentnow.com/g/70_2008_11_0_0_1016254/Convert-... more >>
RE: XML nested Loop?
Posted by Pinnennet at 5/5/2009 4:01:58 PM
Well now im sitting here 3 years later with the same problem. Is there someway i could get a completed version of the code please? Anyone?
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/... more >>
RE: Convert XMLList to XML in AS3?
Posted by randygland at 11/25/2008 2:12:21 PM
this helped me re-form filtered XML to set the dataProvider of the List component.
Cheers mate
:D
From http://www.developmentnow.com/g/70_2008_7_0_0_1016254/Convert-XMLList-to-XML-in-AS3.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/... more >>
RE: Convert XMLList to XML in AS3?
Posted by sixtyfootersdude at 7/18/2008 5:54:01 AM
Thanks Tree Hugger!
From http://www.developmentnow.com/g/70_2007_9_0_0_1016254/Convert-XMLList-to-XML-in-AS3.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com... more >>
RE: Error on loading crossdomain.xml over in IE
Posted by Revolution at 6/23/2008 8:23:21 AM
up !
I've the same problem, is there any solution ?
From http://www.developmentnow.com/g/70_2007_3_0_0_945377/Error-on-loading-crossdomain-xml-over-in-IE.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com... more >>
Small application using XML
Posted by sharma.kartikeya at 11/2/2007 5:47:08 AM
hi all,
i am a database developer and now i want to intergate oue application with
flash
i have a xml which genrated with other application so please update those file
and send me my e-mail id kartikeya@brinkster.net
my file is
http://kartikeya.brinkster.net/flash.zip
please down... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Hit Counters & Flash
Posted by Terri85 at 11/2/2007 12:00:00 AM
I have been creating button ads in the flash format but the website hit tracking software will not register the hits on those ads. Any ideas out there?:confused;... more >>
write xml in TAgs format without a middleware?
Posted by Gusmaster (Neoactiva) at 11/2/2007 12:00:00 AM
Can anybody explain the best practice or publish the code example to update an
xml structure from flash ? using xmlconnector, datagrid, dataset, textfields
and.... what else...?
Please tell me how can I do that without a middleware. using sendAndLoad()
function,...???
thanks alot in advan... more >>
Re: XMLConnector DataGrid DataSet ComboBox XUpdateResolver
Posted by Gusmaster (Neoactiva) at 11/2/2007 12:00:00 AM
I need the same thing, by the way, Are you using attibutes right? why not tags?
I have an xml with 4 child nodes and i can?t refresh the contents of the child
mean i was selecting parents. if you know something about that...?
thanks
GP
... more >>
Problem loading in a datagrid a xml from xmlconnector
Posted by Gusmaster (Neoactiva) at 11/1/2007 9:29:06 PM
Greetings,
I hope you can help me to solve this issue, I have been trying show the childs
of group in the xml in a second datagrid, and i need this change mean I change
selection in the first datagrid.
There are 2 more datagrid with more child tags, here I will publish the xml
structur... more >>
Link to SQL DB with AS3
Posted by rrocket007 at 11/1/2007 9:25:44 PM
I have been looking around the web for most of the day for something to help me
pull data from a SQL db and post it on my site. Does anyone have any tips or
better yet know of any tutorials on the subject? At this point I have not
really found anything dealing with AS3 and/or SQL.
... more >>
Re: Installing PHP and mySQL for Flash
Posted by The Feldkircher at 11/1/2007 4:29:15 PM
Hi
You can do what 'istis' suggested -but this seems a harder option.
Alternatively, who can google 'LAMP'
Linux - Apache - MySql - Php/Perl/Python, there many free ones to download and
install
Installation is relatively simple and usually comes with plenty of
instructions - on... more >>
Re: Installing PHP and mySQL for Flash
Posted by istis at 10/31/2007 5:15:10 PM
You ought to install:
Apache server 2.2 or newer on your computer. After instalation you have local
server on your computer and you needn't to use remote server or Internet.
Any PHP version
Any mySQL version - in this order
All three are free (open source)
It is necessary to do some chan... more >>
Re: Is it possible to insert data in XML with Flash
Posted by Tony at 10/30/2007 9:30:35 PM
External, or internal?
If external, I would think you would need some server-side mojo to modify a
file on the server.
"VIRULIENTUS" <webforumsuser@macromedia.com> wrote in message
news:ffqohf$q10$1@forums.macromedia.com...
>I dont know insert, modify and delete data in XML in an applicat... more >>
Re: swf not connecting to another domain using sendAndLoad
Posted by Tony at 10/30/2007 9:28:38 PM
Wouldn't you have to have a crossdomain.xml file at the domain you were
retrieving data from?
"waaby" <webforumsuser@macromedia.com> wrote in message
news:fg6e98$fjq$1@forums.macromedia.com...
> Hi there,
>
> Hoping someone from the good community can help me. I work for this cool
> mo... more >>
Installing PHP and mySQL for Flash
Posted by MYSCREENNAMEISUNAVAILABLE at 10/30/2007 3:12:52 PM
Which versions PHP and mySQL do I install to test Flash Data Integration?
1. This is my first PHP/mySQL project and also the first one using Flash 8 Pro.
2.I've investigated the mySQL and PHP web sites and they appear to be server
based installs.
3. What and/or how do you install mySQL... more >>
Re: Using databases with Flash and PHP
Posted by MYSCREENNAMEISUNAVAILABLE at 10/30/2007 3:07:02 PM
Excuse me, I meant "Google" not goggle!... more >>
Re: Using databases with Flash and PHP
Posted by MYSCREENNAMEISUNAVAILABLE at 10/30/2007 3:06:02 PM
1. Goggle "Flash and mySQL" and you'll get a listing of alot tutorials
2. I'm also just learning. Here's a great URL to start:
Building with Flash and MySQL
That's right, a Flash-based blog ? it sounds a little loony, but this blog
pulls content from a MySQL database and feeds it into the ... more >>
swf not connecting to another domain using sendAndLoad
Posted by waaby at 10/30/2007 5:08:56 AM
Hi there,
Hoping someone from the good community can help me. I work for this cool
mobile company that enables all sorts of SMS powered campaigns. We have
developed a small flash widget that we host that users can point to from their
websites to sign up mobile subscriptions. You can see... more >>
Com and Serial Ports with Adobe products
Posted by Orangegoblin at 10/30/2007 12:00:00 AM
I am a flash developer and i am starting a project, that requires the retrieval
of data through the serial port of a PC and display that data. I want to flash
for obvious reasons, but i cannot find anything available...
I do not want to use Visual Studio (C++,VB etc).
Does any one know i... more >>
Using databases with Flash and PHP
Posted by Ardy15jan at 10/26/2007 1:41:50 PM
Hi, everyone!
I`m a PHP newbie. I just learned PHP so that I can use databases with Flash.
I`ve got a .php script that contains html that loads up my .swf file. The .swf
file is the core of my site. What I want to know is if I can call some PHP
functions (that I have wrote in the .php scrip... more >>
Is it possible to insert data in XML with Flash
Posted by VIRULIENTUS at 10/25/2007 6:50:23 PM
I dont know insert, modify and delete data in XML in an application that i make in Flash.
You can help me.
Greetings!... more >>
RDF integration
Posted by miquael at 10/25/2007 6:08:43 AM
Does anyone know of any resources for integration of RDF (Resource Description Framework) data into Flash?... more >>
Trigger flash movie to play from an email?
Posted by Judy at 10/25/2007 3:24:47 AM
Hi
I have no idea how this would be done...can anyone point me in the
direction of how I could trigger a flash movie to play on receipt of
an email?
many thanks
Jude
... more >>
XML.send() in a Flash Projector
Posted by thellersREM at 10/24/2007 7:05:36 PM
Hi,
I need to post some XML from a Flash Projector to an ASP web application on
the same machine. The web app is running as something like
http://localhost/myWebApp/ReceiveXML.asp.
When running the Flash as a projector, the XML.send() t doesn't work. When I
hit the "SEND" button, a br... more >>
Flex and Flash LocalConnection
Posted by lsanom at 10/24/2007 4:25:24 PM
Im currently working on an interface that is flex based and has a flash menu.
Im not sure if LocalConnection is the best way to communicate through the
two... but thats what I used.
Currently the user clicks a menu button and LocalConnection sends a string to
the flex.. the flex loads a .s... more >>
Re: line break in dynamic textfield
Posted by brian914 at 10/23/2007 10:11:01 PM
I is set to html and I have tried all of the following.
<text><![CDATA[Astronaut design on a brown short-sleeve<br/>t-shirt.]]></text>
<text>Tree design on a olive short-sleeve\nt-shirt.</text>
<text>Tree design on a olive short-sleeve<br />t-shirt.</text>
<text>Tree design on a olive short-... more >>
Re: line break in dynamic textfield
Posted by xMetal at 10/23/2007 8:48:35 PM
i've often used the CData one. You can't use an html <br> tag unless your text field is set to use HTML. Try using the \n in your CData as well.... more >>
|