Welcome, Guest
  • Author Topic: Re:Get IP address  (Read 5275 times)

    vesa kortelainen

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 3450
      • View Profile
    Re:Get IP address
    « on: 12/31/03, 02:54 »
    You need load remoting components from Macromedia.com


    vesa kortelainen

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 3450
      • View Profile

    Flash-db

    • Administrator
    • Systems Administrator
    • *****
    • Posts: 1876
      • View Profile
      • Flash-db.com
    Re:Get IP address
    « Reply #2 on: 12/31/03, 11:15 »
    Installing the components will add those two files to the default includes folder for Flash mx.  Then they will always be available and you will not have to do anything else besides include those two lines (flash will find the two files automatically).  Since the include files are complied at run time - they become part of the swf upon publishing - and can be deployed anywhere (and you don't need to worry about placing them on your server or anything like that).
    Flash-DB

    Flash-db

    • Administrator
    • Systems Administrator
    • *****
    • Posts: 1876
      • View Profile
      • Flash-db.com
    Re:Get IP address
    « Reply #3 on: 12/31/03, 19:57 »
    Hi,

    I believe the fla your talking about is from:
    http://www.flash-db.com/remoting/?serviceID=12&category=Location/Geography

    This is the flash remoting library - so all of the applications use flash remoting.  You can return the users IP without using flash remoting (and just php) - however it is easier to use remoting.

    You will want to read over:
    http://www.flash-db.com/Tutorials/amfphpdoc/amfphpdoc.php
    and
    http://www.flash-db.com/Tutorials/hello/flashamfphp.php

    To get started with remoting.  This will probably be confusing at first - but not so bad after you've gone over it a bit.

    After your familiar with remoting - you can use the code from the remoting library (found in the area called "Remoting Service Code".

    Let us know if you have any questions - it will take some time to familiarize yourself with Flash remoting, but hopefully this message board will be able to answer any questions that may arise.
    Flash-DB