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.
How can I do this job

Hi
Flash directly has no Database functionality, you have to use
middleware to provide this function.
Google for 'Flash, PHP and MySQL' for more info.

Similar Messages

  • How to connect sql database with Flash

    Dear Friends,
    Iam working on a quessinarie (assesment) for elearning software. i want to connect sql database with flash and save my records in back end like add, delete, modification of student result and details.
    Kindly help me to connect the sql database. or dot net server. I know how to connect PHP and mysql. But my client dont want php. only sql database and do the add, del, modificaiton.
    Thanks in advance,
    Syed Abdul Rahim

    unfortunately no, i do not know ASP well enough to give any code advice, other than the basic concept:  make a request on a server-side script (such as ASP) via URLLoader - the script receives variable values (if required), runs the DB queries you wish to invoke, and 'returns' the results - pick them up in the URLVariables class via the event handler in Flash and assign them to local properties if needed, etc.
    there are quite a few threads that you could find more specific information on the ASP side, here and elsewhere around the net.

  • Database Smart Flash Cache and Data Guard

    We are on Oracle 11.2.0.2 on OEL 5 and our considering buying fusion io (PCIe flash drives) for our Production (Primary) database.
    My question is; Can we use Physical Data Guard with the Primary side using Database Smart Flash Cache and keep-ing tables and/or partitions in the Flash Cache and have a Standby side that does not have Database Smart Flash Cache?

    Yes you can.
    Data Guard will not check what type drive you are using. As long as you meet the database and network requirements it will work.
    http://www.oracle.com/technetwork/database/features/availability/maa-090890.html
    Check out these white papers if you have concerns
    "Migration to Automatic Storage Management (ASM)"
    "Best Practices for Creating a Low-Cost Storage Grid for Oracle Databases"
    In addition here's an example of using two different file systems with Data Guard
    http://pythianpang.wordpress.com/2009/07/07/data-guard-asm-primary-to-filesystem-physical-standby-using-rman-duplicate/
    Best Regards
    mseberg

  • Using databases with Flash and PHP

    Hi, everyone!
    I`m a PHP newbie. I just learned PHP so that I can use
    databases with Flash.
    I`ve got a .php script that contains html that loads up my
    .swf file. The .swf file is the core of my site. What I want to
    know is if I can call some PHP functions (that I have wrote in the
    .php script) from within the .swf file... This functions would
    perform the reading and updating of my database.
    The only way I know of to modify a database from Flash is
    using the POST and GET methods. But that opens up a new browser
    window in which the PHP script is called. And that only handles
    writing in the database. So, what if I just want to read from the
    database some values and insert them into a TextField in Flash? How
    do I do that?
    Thanks! Ardy

    1. Goggle "Flash and mySQL" and you'll get a listing of alot
    tutorials
    2. I'm also just learning. Here's a great URL to start:
    Building with Flash and MySQL
    That's right, a Flash-based blog — it sounds a little
    loony, but this blog pulls content from a MySQL database and feeds
    it into the dynamic Flash frontend ...
    www.webmonkey.com/programming/php/tutorials/tutorial2.html -
    20k - Cached -

  • Creating database in flash

    Hi,
    I want to find out how i could possibly create and database in flash. I have been trying to create a signup form and a signin form. I have created the design but am unable to link it to database. I do have the knowledge of php so can i link the flash file with php?
    Thanks,
    Abinash

    Yes, you normally use a server-side scripting language such as PHP to act as a go between for Flash/DB interactions.  If you search Google using "AS3 PHP MySQL tutorial" you should be able to find something that can outline the process for you (substitute AS2 if that's your intent)

  • How can I link my database with flash?

    Hi…
    How can I link my database with flash to display image (to
    display it in master details page)
    Please your help ASAP.
    Regards,

    You could use some server-side scripting like PHP or ASP.
    http://www.kirupa.com/web/index.htm

  • How to use MS Access database in Flash CS4 using AS3

    Hello everyone,
         I need help for how use the MS Access database in FlashCS4 and I want to save and retrive the data from the database and display in the Flash window.
    Thanks with,
    Viswa.

    http://www.northcode.com/blog.php/2011/05/06/Using-ADO-Data-Sources-in-Flash-Projectors

  • Product list/database in flash

    I'm in the planning phase of building a product database/list
    in flash. It is suppose to be a pop-up from a HTML page and is only
    to contain product information. The key elements are:
    - Product name
    - Product image
    - Description
    - Article number(s)
    - Price
    The first thing the user must do is to choose withs sub
    category and then thumbnails generates with product names below.
    When the user clicks the product article numbers, (larger
    image), price, decription appears in another panel.
    Issue 1:
    Whats the best way of handling this amount of data in flash
    (thumbnails, text ...) in scrollable panels? Is it in some kind of
    component or is it to have mc containers with dynamic content.
    Issue 2:
    Data source. XML or database? If I use XML, do I still have
    to have a database in the back if it is suppose to be updatable
    from another UI?
    Any pointers?
    /E

    What you want is to learn to use flash remoting. There are many ways to do this. If you're just starting out you can use this chain of events:
    Flash to Php/Coldfusion/.Net to mySQL
    This would be the process to write data:
    To read you would:
    Flash to PHP to mySQL to PHP to Flash.
    Essentially flash calls the serverside language (one of the three, I provided, probably are others) and inside the language there is a function or code that calls the database to get the data. The data is returned to the server side language and then back to flash as a result.
    If you learn to do this you become a much more valuable Flash designer because there is almost nothing you cannot do.
    I've been doing this for years and have made a nice business out of it. I use Coldfusion for my server side language because I like keeping all my data in it's original datatype. I get the data back in a nice result package that is easy to manage in Flash.
    Here's a site that I built that is fully dynamic and database controlled:
    http://designyournautique.com
    I hope this helps. Flash is pretty weak with doing actual work, but on purpose. You even need a server side language to send an email with flash.
    C

  • Is it possible to make a searchable database in flash?

    Hey guys,
    I need to create a page on a site that has the ability to search a database of inventory items, but one that searches based on certain selections (such as a maximum and minimum price, size and things like check boxes to choose a shape like round, square etc.. and only should the matching items).
    Is this kind of thing possible in flash?
    If it is, does anybody know how I would go about doing this - any good tutorials or examples I can use to learn how to do it?
    I'd really appreciate any help I can get on this.
    Best regards,
    Gareth

    You can create a form with Flash that can act as the user interface for acquiring the search criteria and displaying the results, but Flash itself cannot query a database.  For that you will need to introduce a server-side script, such as PHP, to do the work of querying the database and returning the search results.  YOu should search Google using terms like "AS3 PHP MySQL tutorial"

  • Using a Database in Flash

    I'm looking for some feedback here... I had planned to use
    Access as my database and link it up with Flash with an ASP file...
    is this a good way to do this... should I reconsider and use Excel
    and utilize XML and link it up that way....or is there a better
    alternative... My database will store player''s info along with
    their individuall picture's; so, I will need a vehicle to bring the
    info over into my Flash Movie...
    Please give me some feedback...Thanks
    Trey

    The cleanest way is to use XML. However, if you're planning
    on doing
    freqent updates, then ASP may work better in the long run.
    "treybraid1968" <[email protected]> wrote in
    message
    news:f8dirp$i1r$[email protected]..
    > I'm looking for some feedback here... I had planned to
    use Access as my
    > database and link it up with Flash with an ASP file...
    is this a good way
    > to do
    > this... should I reconsider and use Excel and utilize
    XML and link it up
    > that
    > way....or is there a better alternative... My database
    will store
    > player''s
    > info along with their individuall picture's; so, I will
    need a vehicle to
    > bring
    > the info over into my Flash Movie...
    > Please give me some feedback...Thanks
    > Trey
    >

  • Is database in FLASH BACK

    Hi,
    on 10g R2 how to know if database is in FLASH BACK mode ?
    Thank you ?
    SQL> select FLASHBACK_ON from v$database;
    FLASHBACK_ON
    NO
    I found it .

    thanks.

  • Writing DHCP database to flash

    We have a couple of Cisco 3750 switches, IOS version 12.2(25)SEC, that are currently running DHCP server and storing the database on a Windows FTP server.
    Is there a way to store that DHCP database locally in flash? It looks like
    "IP DHCP DATABASE url..." command only allows tftp, rcp or ftp.
    Even the "IP DHCP SNOOPING DATABASE FLASH:...." didnt seem to work.
    Any pointers provided would be greatly appreciated.
    Thanks in advance.

    Thanks for replying.
    I do not get any error after entering the command. The file is created in flash but bindings are lost when the switch reloads. To me, it looks like the bindings exist only in NVRAM and not written to flash.
    We had a power outage recently and all switches came back online in about 4-5 minutes whereas it took Windows FTP server about 10 minutes to come online. In the mean time, switches were not able to access DHCP database and all IP addresses renewed were moved to CONFLICTS.
    Thanks again.

  • Writing to a Database using Flash

    Hi,
    I am creating e-learning material that will be accessed
    online by students. Is there anyway that Flash can write to a
    database to tell us how long the student was logged in for and how
    long there were on a page? Thank you in advanced.

    Flash cannot write to a local system other than in
    SharedObject which is essentially cookie.
    Thus if the data is only needed for the "session" the student
    is using the Flash movie and you do not care what happens when the
    computer is turned off or the Flash movie ends, look at
    SharedObject.
    For permanent storage of data Flash needs to communicate with
    a web server and there server scripts can do that work of saving.

  • Databasing for flash

    Integrating databases and external information with Flash is
    a brand new avenue I need to explore, and I need to make sure I
    choose the correct method - ASP, Coldfusion, Flex, XML etc - do
    these all do the same thing? Which one is going to make most sense
    to a designer with a designer brain. And most importantly - looking
    to Flash CS3; which option will future proof me for the big change
    over from F8? Simple answers please. Thanks in advance.M

    I really like using PHP with ActionScript as they are very
    close syntax
    wise. Using AMFPHP, which is a remoting gateway for Flash,
    will allow you to
    easily call functions server-side and directly grab
    recordsets from a
    database like MySQL. I'd suggest you go over to the AMFPHP
    site and have a
    look around:
    http://www.amfphp.org/
    Dave -
    Head Developer
    http://www.blurredistinction.com
    Adobe Community Expert
    http://www.adobe.com/communities/experts/

  • Working with database in flash

    Hi!
    I am developing one full flash website, in that i have to
    create some forms which will collects information from server and
    retrieves the data from the server. These forms are like login
    forms, account request and forgot password. How can I do these in
    flash? Do you suggest me to use server side pages like aspx or
    something else? If its so, How can I retrieve the information sent
    by server side pages? Please help me. Any suggestion will be
    appreciated..! Thanks in advance!

    Hi,
    This should get you started...
    http://www.flash-creations.com/notes/servercomm_database.php
    Regards,
    Manish

Maybe you are looking for