all groups > flash data integration > june 2005 > threads for june 22 - 28, 2005
Filter by week: 1 2 3 4 5
External xml - " in text covereted to "
Posted by gptpyro at 6/28/2005 1:35:43 PM
Basically using this:
onClipEvent (load) {
//Set the name of the XML document
this.XMLDocName = "XML/SOMEFILE.xml"
//Set the node variable
this.NodeNumber = 0;
}
And the xml would look something like this:
<ChallengeOne>
<link>a) "RSCNAME" - AUTHORNAME (x:xx)
... more >>
Flash file imports data with XML
Posted by iOXeR at 6/28/2005 12:00:00 AM
I'm hoping there's an easy answer to my question. I'v made a flash file that
imports data from an xml file and then it loads it into the flash content. When
I try to run the .swf file on my computer it works perfectly; all the data was
imported and made into content correctly. When I upload it... more >>
How to populate a DataProvider with XML and AS only
Posted by vinco75 at 6/28/2005 12:00:00 AM
Hi there,
after having spent 2 hours, I decided to get some help from you.
Here's what I'd like to do.
I have an XML file that I'd like to use to populate a DataGrid (in the future,
I'd like to do that also with a list).
I don't want to use the XML Connector and the Data Binding to... more >>
asp and sendAndLoad
Posted by g60vdub-2004 at 6/28/2005 12:00:00 AM
I have a small app that sends and loads varsbetween flash and asp. I have a
text field that allows the user to add new records to a DB. On the same page I
have a comboBox that returns all the records from the same table. When a new
record is added I want the comboBox to update so the new recor... more >>
Items in DataGrid not displayed
Posted by gjarmiolowski at 6/27/2005 9:08:26 PM
I am building a basic datagrid that connects to a webservice ala the Ben Forta
tutorial on this site. It is set to display one column and when I test it it
just shows up 4 blank rows. I added 4 rows to the base table in the database
and retested and now it shows 8 blank rows. I tried to change... more >>
XML Data Source
Posted by AwesomeDigital at 6/27/2005 7:39:03 PM
I am thinking of creating an online application using an XML file as it's
primary data source. The XML file on the web server will be refreshed via FTP a
few times a week.
Will users get the latest version of the XML file each time they visit the
page, or will they use what is already in t... more >>
CheckBox in Datagrid
Posted by deven_delian20031977 at 6/27/2005 12:12:17 PM
Hello
can anyone help me for displaying a checkbox into datagrid.
thanks... more >>
Help for a Newbie
Posted by AndyMills at 6/27/2005 10:16:52 AM
Hey All
I'm a complete newbie when it comes to Flash Data Integration :o . On my new
site, I want to integrate Flash and PHP, so that certain parts of my flash file
display information from a MySQL database, preferably through PHP. Are there
any really simple tutorials on the net that yo... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Help!
Posted by cf_dave2002 at 6/27/2005 12:00:00 AM
Help!!!! I have a catalog of products in an XML file. I need to be able to
display this catalog, one item at a time on the screen. I have been able to
create an XML connector, dataset, datagrid test, but it isn't anything like I
need. Can anyone take a quick look at the XML and give me so... more >>
accessing data from xmlconnected in actionscript
Posted by stephend at 6/26/2005 10:52:43 AM
Hi,
I have an xmlconnector collecting data from my server and it displays this
data correctly in components connected to the dataset but how do I access this
data in action script. ?
My understanding is, it's done like this "data_ds.items[0].firstname" but this
gives me undefined,
wh... more >>
Flash-based Forums
Posted by rumman2563 at 6/24/2005 1:19:03 PM
:beer; I want to create a Flash-based Forum but I don't know how to. If anyone
knows how to create Forums by using Macromedia Flash MX, can you please help
me. I looked on the internet but I could not find any articles. So, If anyone
knows how to create a Flash-based forum, please!!!!!!!!!! .... more >>
Problem with xmlConnector and DataSet in a movie clip child
Posted by medelidrissi at 6/24/2005 12:00:00 AM
Hi all.
I have a small problem with the components xmlConnector and DataSet. I try to
create two animations the first poster of the data in a grid while using
combines it xmlConnector and DataSet. When for the second it is used to charge
the first while showing the progression of the remot... more >>
want to pull natural gas trading prices into flash application
Posted by newhorizonhosting.com at 6/23/2005 11:56:32 PM
I have developed a natural gas calculator that will figure up a persons intrest
(royaltys) for a customer of mine. Currently the users will enter the MMBtu
information manually. If possible I would like the have this information pulled
from another site. Does any one know how I can get this d... more >>
Trouble binding a DataSet to a WebServiceConnector
Posted by margifr at 6/23/2005 12:00:00 AM
Hi 2 every1
I've just started dealing with Flash, so please forgive some of my questions
which may appear stupid:o.
I'm developing an application in which I access a database through a php web
service. When I call the web service with the webServiceConnector object, I can
see the result s... more >>
xml display issue
Posted by billburg at 6/22/2005 11:41:14 PM
I have a problem with XML data not displaying when the flash playhead goes
backward in the timeline. Is this a bug or is there something that needs to be
set or scripted to make sure this works correctly? Either way, can anyone
suggest a workaround?
Here is the situation, for the most part... more >>
|