all groups > flash data integration > december 2006 > threads for december 8 - 14, 2006
Filter by week: 1 2 3 4 5
Flash + Large XML = Issues
Posted by fivepix at 12/14/2006 3:13:28 PM
I have a created a flash searchable database with xml, following this tutorial
http://www.kirupa.com/web/xml/examples/searchbestof.htm
It seem to be work great but my the xml file seems to be too large so when
certain words are search I get a script error and eventually freezing up, my
q... more >>
XMLConnector + list labels - only shows node?
Posted by fractionsound at 12/14/2006 12:00:00 AM
hi.
so my XML looks like this:
<root>
<level1>
<level2>
<level3-array-start->
<name text="Dolphins"/>
</level3>
<level3-next-part-in-array->
...
i've setup an XML Connector and imported the schema. i made a binding at
"<root><level... more >>
Loading XML Variables to Flash
Posted by ski_geek at 12/12/2006 6:52:26 PM
I have my XML data loading into my SWF OK.
However, is there any way to call that tag name instead of the child node
number?
So instead of something like this:
myDate_txt.text = my_xml.firstChild.childNodes[2];
Can do something like this?
myDate_txt.text = my_xml.firstChild.myDate;
... more >>
trying to load external data
Posted by eriesurfer at 12/12/2006 2:34:28 AM
ive read the tutorials and searched the forums but i still need some help. im
trying to read data from a text file here
(http://www.ndbc.noaa.gov/data/realtime2/41035.spec) what i cant figure out is
how to call each value to its own dynamic text field.
YYYY MM DD hh mm H0 SwH SwP WWH WWP SwD... more >>
Updating and XML file through Flash?
Posted by JellyJulie at 12/12/2006 12:37:39 AM
Hi All
I have an interface with two textfields and a combobox or a list. I want a
user to be able to select a subject in the combobox and to input information in
the two text fields. Once the user hits the send button, I want the input
information appended to an existing XML file. Depending ... more >>
generating a custom graphic from a forms input
Posted by x126 at 12/11/2006 10:08:47 PM
Im starting from nothing so..
not sure if this is the right place for this question but here it goes...
I would like to basically create an flash application that would allow a
visitor to answer a few questions and then be presented with an image based on
the answers provided via a form.... more >>
how to...action calendar to automatically count down by 1 every day
Posted by azh2571 at 12/8/2006 12:00:00 AM
I have a file (view the calendar in the upper right of
http://www.caribousystems.com that I don't want to have to manually update
every day for the next 170 days.
It is a countdown calendar that I would like to know options for how to make
it automatically change the start number and secon... more >>
alternative to xml....is it called, "jason?"
Posted by aimelise at 12/8/2006 12:00:00 AM
Hi everyone-
A programmer/friend was talking about an alternative language structure that
can be read by the Flash player. Its not XML...cause really, XML is difficult
to parse, and its clunky. This language has a structure than allows you to
dynamically create objects and such. Anyone ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
2 dimensional array to dataprovider?
Posted by jgeorgiou at 12/8/2006 12:00:00 AM
Hi all,
I have the following problem.
Somewhere a get data to a 2 dimensional array. Is there any clever way to
transform the array to a datagrid dataprovider without make a "for" loop?
Thanks in advance
... more >>
|