• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Pre-Noob Question, Flash Builder for PHP and MySQL... can it package and read/write?

New Here ,
Oct 18, 2011 Oct 18, 2011

Copy link to clipboard

Copied

So I'm COMPLETELY new to Flash Builder and Flex universe, but am familiar with PHP/ MySQL. One thing that hasn't been specifically spelled out for me is what Flash Builder with (Zend) PHP does with the MySQL database when it's packaged and exported? Does it grab the Database and is able to run PHP request from within the Application to the MySQL Database from WITHIN the application?

I'm confused if it needs to go to the web and talk to the server. Can it communicate with a LOCAL DB?

thanks!!

TOPICS
PHP

Views

1.1K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , Oct 19, 2011 Oct 19, 2011

No Flash Builder does not package the end result with database and

webserver. To run your application locally you would need to have a

webserver PHP and Mysql running on your local computer.

Maybe look at using wamp http://www.wampserver.com

<http://www.imonggo.com/> on your local computer.

Otherwise I suggest you will probably have to create your program in

Java which can talk directly to local databases without the need for php.

Votes

Translate

Translate
Explorer ,
Oct 19, 2011 Oct 19, 2011

Copy link to clipboard

Copied

I'm only new to Flash Builder myself but have been creating business applications with Flash for a few years. Just like Flash, Flash Builder needs to communicate with the server through an intermediate file like PHP and then PHP does the database handling.

There are several ways to communicate to the php files with Flash Builder one is using the binary method with AMF / Zend Framework.

Another option is to use a HTTP connection using perhaps a JSON or XML communication format.

Either way you still have to talk to the PHP file to send, receive and change data in the MySQL database.

Hope that helps a little.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 19, 2011 Oct 19, 2011

Copy link to clipboard

Copied

Thanks. I understand the need for Flash Builder to talk to PHP and for PHP to Send, Receive, and change MySQL.

I have a website that I'd like to make a stand alone application. As a website it uses Flash, PHP, MySQL.

What I missing or not understanding is, with Flash Builder:

  • Does the Database have to be Online?
  • Can it be local to the Application?
  • More to the point, does Flash Builder (for PHP) include the MySQL Database when it packages the Application so that there is no need to connect to the internet in order to access the Database?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Oct 19, 2011 Oct 19, 2011

Copy link to clipboard

Copied

No Flash Builder does not package the end result with database and

webserver. To run your application locally you would need to have a

webserver PHP and Mysql running on your local computer.

Maybe look at using wamp http://www.wampserver.com

<http://www.imonggo.com/> on your local computer.

Otherwise I suggest you will probably have to create your program in

Java which can talk directly to local databases without the need for php.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 20, 2011 Oct 20, 2011

Copy link to clipboard

Copied

LATEST

Thanks Mauprice!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines