Yes you do not need to use ColdFusion. You can use PHP, ASP, ASP.net, JSP,
and whatever serverside language. They communicate with LoadVars and XML
Actionscript objects you create or the Data components if you choose to use
them.
You can look into binding Flash UI components to the Flash Data (connection)
components. I cannot comment on the efficiency in development using the Data
components because I have not put them to the iron in a real app. But their
goal is to remove the code that you use to map UI to Data Comm. Yet you have
to learn to use them and work within their design. Also I think they are XML
based.
My preference is to use Flash UI components for routine items, build Flashy
(pun) components for apps or parts of apps needing them, and the use my own
data com code using either the LoadVars (URL Vars from CGI protocols) or the
XML Actionscript classes.
LoadVars is a non-XML alternative if you like.
As for tutorials you get some with the product that I have found
enlightening. Here is the intro page link.
http://livedocs.macromedia.com/flash/8/main/00000101.html And as well the examples they have with a lot of the help are working
examples that provide good insights.
Example: LoadVars:
http://livedocs.macromedia.com/flash/8/main/00002336.html XML:
http://livedocs.macromedia.com/flash/8/main/00002879.html Then when you have a specific area for focus, you might post a thread for
more on that item.
--
Lon Hosford
www.lonhosford.com May many happy bits flow your way!
[quoted text, click to view] "NetBossUSA" <webforumsuser@macromedia.com> wrote in message
news:du751v$8q1$1@forums.macromedia.com...
The flash UI components will connect to a SQL database on an IIS server with
no
additional help from Coldfusion or something else like XML? If so do you
know
where I can find a tutorial on how to achieve this?