all groups > flash data integration > october 2005 > threads for october 8 - 14, 2005
Filter by week: 1 2 3 4 5
xml to combobox, combobox to listbox, listbox to details
Posted by mygraneboy at 10/14/2005 10:57:47 PM
i am going out of my mind looking for a tutorial
i am able to use a xml document and the xml connector component to populate a
pulldown menu, i would like to know how i can use the same xml info (now that
it is loaded) and populate the listbox with a set of titles based on the
combobox sel... more >>
Integrating PendingCall result with wider application
Posted by Codlington at 10/14/2005 8:48:28 AM
So I have a web service which returns a result and I have a PendingCall object
which handles the asynchronicity of this transaction. My problem is that I want
to share the result with the rest of my object-oriented application. There are
two parts to this : I can create a globally scoped struc... more >>
XML undefined var
Posted by d3mcfadden at 10/14/2005 1:39:25 AM
I have a project where I need to load an images into a movie clips based on
urls in that is in an XML file.
[code]
// xml object for xml content (defines sources for selections)
var featured_xml = new XML();
featured_xml.ignoreWhite = true;
featured_xml.onLoad = function(success)... more >>
XML
Posted by William Cain at 10/13/2005 7:56:35 PM
I am trying to access a mySQL database from Flash via PHP and XML.
I use this code to open the XML:
sXML.load("www.mysite.com/myscript.php?someTypeOfQuery");
When I run the compiled SWF file, the onLoad event is triggered, and the data
get successfully extracted from the XML.
However, ... more >>
Data Grid cell press question...
Posted by C-Rock at 10/13/2005 2:54:45 PM
Ok, I've been working days on this and finally have broke down to ask. I'm
importing via coldfusion, information from a database. Like the parks database
that comes with coldfusion. I'm bringing the data into flash with the flash web
service connector. it works fine bringing in a list of the p... more >>
flash datagrid,dataset,xmlconnector and php
Posted by russtym at 10/12/2005 10:54:14 PM
Hi,
All I want to do is to have a table load from mysql into a datagrid and
display items in a list.
I have found examples on the internet but they are over complicated and I am a
noob.
this is my setup - mysql database- php which creates an xml file with my
database items in.
In flas... more >>
sendAndLoad silent failure
Posted by vectorclient at 10/12/2005 1:08:52 PM
I have used sendAndLoad with the XML object before to update data inside a
movie clip, using Flash 2004. In my very first data related project using
Flash 8, I've gotten stumped.
I'm communicating with mysql through php, a small app that allows updating
recordsets. When submitting a chan... more >>
how to retrieve swf file from database?
Posted by tp010383 at 10/11/2005 12:00:00 AM
i m still new in this actionscript thingy. i know how to load external .swf
file from the same folder to flash when it is call by using loadMovieNum. but
problem is now i trying to create one application is like combination of "flash
+ asp + microsoft access." i know how to assign url to butt... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
query string
Posted by nkaf at 10/11/2005 12:00:00 AM
hi there,
i'm working on a very simple flash data integration project,
i have been trying to send a query string without opening/reloading a browser
for instance:
http://localhost/u2/test.asp?model=UG123
i need send the above string out without reloading the browser
i have tried
on (... more >>
Web + CD hybrid Flash app. with database
Posted by Marco (Paris) at 10/10/2005 8:53:17 PM
Hello,
i'd like to build a FLASH DATABASE application to be published over the WEB +
offline CD-ROM. To ensure lowest possible interface, development, and
maintenance issues, I plan building a single Flash App published online and
offline.
The problem is that i need a DATABASE integrat... more >>
|