Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
nautonnier #1
Flash and Database Without PHP, CF, or ASP
I have Flash MX 2004 Professional and I was wondering if it is possible to
insert rows in a MySQL db without going through PHP, Cold Fusion or ASP.
I've been reading through google groups and it seems everyone is using one
of those as a go between from flash to the db. I have access to none of them
so I have to do it from within flash. It also seems like the RDBMSResolver
outputs XML which needs to be parsed and then sent to a db so I'm super
stuck.
Any help would be greatly appreciated.
-nautonnier
nautonnier Guest
-
Flash + Database Help
I am very new to using databases and Flash. I have Flash CS3 so I can use any version of AS. Below are my goals for the project. -Front end that... -
Database in Flash
Hi everybody I need to create a database using Flash which gets the data such as "name , last name..." from the user and stores it in a database.... -
Flash Database
could you please tell me if any one konw how to connect with flash and access using javascript or vbscript, I prefer Javascript this not a online... -
Flash with Database
We have web based application in ASP.net & IBM DB2 database. I just wanted to know if we use flash for user interface (forms & other components),... -
Flash to a database
What methods can Flash use to get to data on the server it comes from? I have a java applet that talks to a servlet to retrieve data. I was... -
LePoisson #2
Flash and Database Without PHP, CF, or ASP
I have Flash MX 2004 Professional and I was wondering if it is possible to
insert rows in a MySQL db without going through PHP, Cold Fusion or ASP.
I've been reading through google groups and it seems everyone is using one
of those as a go between from flash to the db. I have access to none of them
so I have to do it from within flash. It also seems like the RDBMSResolver
outputs XML which needs to be parsed and then sent to a db so I'm super
stuck.
Am I SOL?
Any help would be greatly appreciated.
-nautonnier
LePoisson Guest
-
somaboy mx #3
Re: Flash and Database Without PHP, CF, or ASP
"LePoisson" <webforumsuser@macromedia.com> wrote ...
no.>I have Flash MX 2004 Professional and I was wondering if it is possible to
> insert rows in a MySQL db without going through PHP, Cold Fusion or ASP.
There's a third-party Flash product called Zinc V2 that allows direct
database connectivity, but it produces standalone executables, not swf's.
..soma
somaboy mx Guest
-
LePoisson #4
Re: Flash and Database Without PHP, CF, or ASP
Thanks for the info soma. an exe won't work in my case so I'll have to figure something out.
LePoisson Guest
-
SimonTheSwift #5
Re: Flash and Database Without PHP, CF, or ASP
LePoisson wrote:
I don't understand what exactly you mean by not having access, but, in any> I have access to none of them so I have to do it from within flash...
case, PHP is free, you can download the latest version at [url]www.php.net[/url]. Of
course, you will need to run a server - e.g. Apache is also free, latest
version available at [url]www.apache.org[/url]. Both PHP and Apache2 are quite easy to set
up (working with two config files php.ini and httpd.conf). You can set them up
locally on your comp, do all the development using localhost, and then ask your
admin to assign you a folder on a company server.
As somaboy mx wrote, once you use third-party programs (compilers), they
change your .swf into an executable, makeing them stand-alone. It would
otherwise effect the security of Flash from the client point of view (see the
Macromedia Flash Player 7 Client-Side Security whitepaper available at Flash
Developer Center).
Also, Chapter 14 (Data Integration) of the Using Flash document gives good
idea about the architecture of Flash communicating with databases.
Hope something of this helps,
Simon.
SimonTheSwift Guest
-
LuigiL #6
Re: Flash and Database Without PHP, CF, or ASP
Stop searching, googling, etc. You need server side software like PHP, ASP, CF or any of the others to connect to a database. Flash cannot connect directly.
LuigiL Guest
-
Stephen Beattie #7
Re: Flash and Database Without PHP, CF, or ASP
You might be able to use the RDBMS Resolver component in Flash MX2004 Pro.
This will send XML XUpdate packets directly from Flash (as SWF) to your
database. Not sure which databases are supported (if any - maybe
BerkleyDB?).
Another option is to search for the SQLServerResolver component for flash.
I googled but couldn't find it -sorry ( but it is out there as a community
project ).
Otherwise not looking good I'm afraid :(
Stephen
"LePoisson" <webforumsuser@macromedia.com> wrote in message
news:d8qdjc$2mp$1@forums.macromedia.com...> Thanks for the info soma. an exe won't work in my case so I'll have to
> figure something out.
Stephen Beattie Guest
-
LuigiL #8
Re: Flash and Database Without PHP, CF, or ASP
No. The RDBMSResolver does NOT connect to a database! It sends data to server side scripts that handle connections with a database.
LuigiL Guest
-
LePoisson #9
Re: Flash and Database Without PHP, CF, or ASP
Simon: I'm a sub-sub-subcontractor on this so I have no say in what technology
gets put into place and other than my swf I have no access to upload and use
extra files like php. That's what I meant.
Everyone: Thanks a bunch for your input. It was helpful and appreciated.
Cheers.
LePoisson Guest



Reply With Quote

