A Flash Developer Resource Site

Search:

Type: Posts; User: rafabe

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. Replies
    21
    Views
    3,431

    I've used it, and it works....

    Hi, I've used many times the post method to pass vars from flash 4 to php and it works fine. For example, in email forms, the flash vars "name", "email", etc becomes in php "$name", "$email", etc... ...
  2. Thread: Flash/PHP/MySql

    by rafabe
    Replies
    1
    Views
    2,056

    Hi, You have to create a php script which...

    Hi,
    You have to create a php script which connects to mysql and executes some sql statments. From flash you use a "geturl" statment to execute the php script. There is an example of a registration...
  3. Replies
    8
    Views
    1,265

    Confused

    Do you want to use flash variables in other scripting technologies without using geturl command?

    MasterShin is talking on how to send vars from other scripting languaje (say php) to flash....
  4. Replies
    6
    Views
    1,024

    excume, I dont understood... Do you know a way...

    excume, I dont understood...
    Do you know a way to pass vars from VB to F4?
    I have not installed VB here (home), but I suppose F4 have a object library. Then I suppose that is possible send vars to...
  5. Replies
    6
    Views
    1,024

    Resource

    Connect php with flash: Look at:
    http://www.thickbook.com

    Universal way means:
    Php send a string to stdout stream (with echo statment)
    Javascript could send string to stdout (with...
  6. Replies
    6
    Views
    1,024

    Hi, I've playing around passing vars from php to...

    Hi, I've playing around passing vars from php to flash using load variables and all works fine. I supposed that the same principle could be applicable to javascript (using window.document.write...
  7. php and flash

    Yes, php connects a huge number of dbs. Is used to write shopping cart apps.

    php sends vars to flash? Someone in this forum give the following address:
    ...
  8. Replies
    17
    Views
    1,081

    When I said: I dont know any free server.... I...

    When I said: I dont know any free server.... I mean that nor tripod, or lycos, or mailcity or whatenever free HOSTING SITE supports php scripts.
    I'm who installs the apache web server in my company...
  9. Replies
    17
    Views
    1,081

    Sorry, I think you question is ambiguos: If...

    Sorry, I think you question is ambiguos:

    If the question is: All the servers in the planet have support to php?, the answer is not. Moreover, I don't know any free server (like tripod) which...
  10. Replies
    4
    Views
    921

    PHP

    PHP is a server side scripting languaje. It have primitives to connect to a big number of databases (dbm-style, dBase, dbm, Informix, mSQL, Microsoft SQL Server, MySQL, Sybase, ODBC compliant...
  11. cookies?

    Hi, just red your email.
    First: Cookies-> You need integrate flash + javascript. Execute a javascript function which sets and gets the cookies. Is that easy?, I've got in trouble some weeks ago...
  12. Thread: writing cookies

    by rafabe
    Replies
    2
    Views
    727

    cookies

    You have to pass the action to a other scripting languaje (a javascript function, a php script), using the geturl commmand.

    I've tried to do such a thing using a set of functions I've found at...
  13. Replies
    1
    Views
    697

    I've never worked with session (yet), but I...

    I've never worked with session (yet), but I transcript a text of my php's book:
    "For the first time, session management is tighly integrated into PHP. In PHP3, session management has to be...
  14. Replies
    4
    Views
    787

    In UNIX systems, the chmod command is used to...

    In UNIX systems, the chmod command is used to change the permisions of a file. The use is:
    chmod xyz, where x,y, and z are numbers in octal base (3 bits per number) which represents the permission...
  15. Thread: Please help

    by rafabe
    Replies
    2
    Views
    562

    If in your movie are playing two or more...

    If in your movie are playing two or more animations at same time, they could run slowly (because the more overload of the processor). So, the best solution is redefine your movie so only one...
  16. There are so many questions: - How are you...

    There are so many questions:
    - How are you storing your user names and passwords? Database?, text file?, unknown yet?
    - Are you looking a solution which only involves client side scripting?
    - The...
  17. Replies
    2
    Views
    685

    The big resource

    The main resources are:
    http://www.php.net
    http://www.zend.com
    http://px.sklar.com
    http://www.weberdev.com
    http://www.phpbuilder.com
    http://www.phpwizard.net

    Recomended book:
    Professsional...
  18. Not only asp

    I dont know anything about ASP (because is MS). Fortunately, exist php. Php3 scripts have native connections with: dba, dBase, dbm, filePro,Informix, mSQL, MS SQL Server, MySQL, Sybase, ODBC...
  19. Replies
    2
    Views
    1,981

    Upgrade or swift3d

    The choice you are evaluating is not good. If you convert your exported avi file into a mov file, when you import it to flash you'll get a large set of frames, each one with a bitmap imported (a very...
  20. Other alternatives

    Swift3d: Yes, imports shades and textures, but sometimes the program destroys your design (at least it happens to me).

    Second choice: There are some MAX plugins to export to flash. I've tested...
  21. Replies
    8
    Views
    820

    hierachy levels

    hi, it will be short:
    Refer to a previous level label (say, you have a movie and wants to call an action in a frame in the main movie), use:
    ../:labelname

    Referencing a frame inside a movie:...
  22. Replies
    12
    Views
    1,276

    3ds or very easy

    These kind of logos could be done this way:
    1) You make your movie in 3dsMax and use a vector exporting utility like Illustrate! or Vecta 3D. These utilities doesn't export lights or textures (no...
  23. Replies
    3
    Views
    1,503

    ambiguos question

    I don't understand your question....
    Inside flash, all the variables are visible for all the scenes. Say you have a text field in Scene1 called "envia", and a text field en scene2 called "recibe"...
  24. Replies
    1
    Views
    768

    Alternatives....

    If your application is small or medium range, you can use mysql. You can do basic operations (create databases, tables, fields), execute queries, and block tables (not transactions!!!).

    For a high...
  25. Thread: CGI.... how to

    by rafabe
    Replies
    2
    Views
    974

    only cgi?

    Hi,
    if you have php,try the php file functions.
    I post a reply which could help you, if you want to use php:

    http://www.flashkit.com/board/showthread.php?threadid=16247

    The only thing you...
Results 1 to 25 of 37
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center