Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
Crafter_guy #1
Basic Design Qs - XML Conn, Dataset, Buttons
I?m new to Flash and would appreciate some help if anyone would be so kind?
I?ve search this forum and found answers to specific questions, but I?m in need
of help with some basic design issues.
I?m developing a simple UI form (to be used as an online glossary of defined
terms) which will retrieve some xml data based on user selection. The form
consists of:
1) a combo box
2) a textarea component
3) 26 buttons labeled A through Z
4) xml connector
My design approach is to use the xml connector to retrieve the data from an
xml file, use the combo box to display the terms for a given letter of the
alphabet, use the text area to display the definition of the selected term, and
use the buttons to define the set of terms available to the combo box. I
imagine a dataset component is also needed to make this all work.
The schema for the xml data is as follows (note the schema it can?t be
changed because it is also used for a different task in a client-server app):
<glossary>
<terms_a>
<entry>
<term></term>
<definition></definition>
</entry>
</terms_a>
<terms_b>
<entry>
<term></term>
<definition> </definition>
</entry>
</terms_b>
<!-- etc.-->
<!-- ect. -->
</glossary>
My question is how to tie these components together (if this is even the right
approach). I just need general guidance - I?m comfortable that I can set up
the needed bindings, labels, and attach the script to components.
Thanks,
Crafter Guy
Crafter_guy Guest
-
Question about setting a Conn = nothing
We have a component that takes in an ADO record set and returns a dictionary object populated with the same data. My question resolves around this... -
Dreamweaver - Properties - Basic Design Problem
I have been using Dreamweaver 8 for some time now with no problems but now when I opened a page in Dreamweaver last night it appears to have lost... -
Adding action buttons to my control's design-time properties page
I've seen controls like the DataAdapter provide clickable hyperlinks (well, maybe not hyperlinks, but blue underlined text) in the description... -
trouble with db conn dsn
i am working through the training from the source book with coldfushion, i have cf server set up locally on my computer, win xp pro sp2, i went to... -
reading sqldatareader after conn.close()
"Naveen K Kohli" <naveenkohli@hotmail.com> wrote in message news:<uDh3MJKQDHA.2476@TK2MSFTNGP10.phx.gbl>... Thanks. Can I do smt. like in code...



Reply With Quote

