A Flash Developer Resource Site

Search:

Type: Posts; User: FlashPHP

Search: Search took 0.02 seconds.

  1. Sticky: mmm well yes you can read in a text file. Check...

    mmm well yes you can read in a text file. Check out the tutorials that came with flash it should have a walkthrough on how to do it. The only problem is that when you use a text document it wouldn't...
  2. Sticky: Anothing thing is to create separate accounts for...

    Anothing thing is to create separate accounts for different actions. For all PHP pages that access the database from a remote host the user I created only has the select command. Any user that has...
  3. Replies
    7
    Views
    980

    mmm you could turn the first movie into a...

    mmm you could turn the first movie into a component and have the dimentions for it be a parameter for the component. Then add it to the library of the loader swf. Then create the movie once the...
  4. Replies
    0
    Views
    569

    Flash Remoting Problem

    Hello,
    I'm having trouble with flash remoting. Specifically with having flash php and my SQL. Ok so flash uses php to quere mysql and it returns the varibles to flash. Now I can get this to work...
  5. Replies
    0
    Views
    338

    Help with Flash Remoting.

    Hello,
    I'm having trouble with flash remoting. Specifically with integrating flash, php and my SQL. Ok so flash uses php to get data from mysql and it returns the data to flash. Now I can get this...
  6. opps almost forgot you need the latest version of...

    opps almost forgot you need the latest version of PHP for the $_POST to work.
  7. Replies
    2
    Views
    848

    You could use PHP

    I don't know what server setup you have but I a have a LAMP setup (Linix, Apache, MySQL, PHP/Perl). Its a good setup because its free for non commercail use.

    Using PHP with flash isn't supported...
  8. Try this code for your query instead $query =...

    Try this code for your query instead

    $query = "INSERT INTO customers (name, adres, pcode, ) VALUES('" . $_POST['name_txt'] . "', '" . $_POST['adres_txt'] . "', '" . $_POST['pcode_txt'] . "')";
Results 1 to 8 of 8




Click Here to Expand Forum to Full Width

HTML5 Development Center