php -> flash

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • superfly
    Member
    • Mar 2004
    • 80

    php -> flash

    Does dathorn support php interaction with flash (I believe there are some additional modules to be installed for php to be able to do flash).

    related question: is php-interacting-with-flash very CPU consuming?
  • sdjl
    Senior Member
    • Mar 2004
    • 502

    #2
    PHP uses the module Ming if i'm correct.
    I know the server i'm on has it, so i'm going to assume its on all server

    David
    -----
    Do you fear the obsolescence of the metanarrative apparatus of legitimation?

    Comment

    • Jonathan
      Senior Member
      • Mar 2004
      • 1229

      #3
      Could always try running a doc like 'phpinfo.php'
      with the code in it...

      PHP Code:
      <?php
      phpinfo
      ()
      ?>
      If that no work, put a semi-colon ( ; )
      behind the () part; not sure if it needs it or not...
      Last edited by -Oz-; 04-17-2004, 03:38 PM.
      "How can someone be so distracted yet so focused?"
      - C

      Comment

      • paradiselost
        Member
        • Apr 2004
        • 31

        #4
        No extras needed...

        No extras needed if all you want to do is interact with php through Flash. The Ming module has an API for actually creating SWF files with PHP (I think - never used it). If you want to call a php script with flash you'll have to use the LoadVars.sendAndLoad() Method. Search the web for examples...there's lots out there.
        --
        ** DEVTRENCH **
        --
        James Ehly

        Comment

        Working...