Flash and Database Without PHP, CF, or ASP

Ask a Question related to Macromedia Flash Data Integration, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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....
    3. 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...
    4. 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),...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default Re: Flash and Database Without PHP, CF, or ASP

    "LePoisson" <webforumsuser@macromedia.com> wrote ...
    >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.
    no.

    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

  5. #4

    Default 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

  6. #5

    Default Re: Flash and Database Without PHP, CF, or ASP

    LePoisson wrote:
    > I have access to none of them so I have to do it from within flash...
    I don't understand what exactly you mean by not having access, but, in any
    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

  7. #6

    Default 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

  8. #7

    Default 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

  9. #8

    Default 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

  10. #9

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139