php+flash

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tyngtyng
    New Member
    • Oct 2006
    • 4

    php+flash

    i hv been created a map with macromedia flash...

    my problem now is to How to Retrieve d data from d database in PHP as i click d button hyperlink in d Flash...and oso display it ...

    i hv abot 1500 hyperlink button inside d map...is tat mean i nit to code abot 1500's .php file???? each hyperlink hv a different information(dat a)...
    let say, i hv a "singapore" hyperlink button inside d flash,as i click it , it'll turn to d new php page to show my data...and i oso nit d edit and update function inside d new php page..!!!

    is tat feasible to do so..???

    how can i retrieve my data when different button is click..?

    can anyone show me d script???

    thx..
  • bassamba
    New Member
    • Sep 2006
    • 7

    #2
    Originally posted by tyngtyng
    i hv been created a map with macromedia flash...

    my problem now is to How to Retrieve d data from d database in PHP as i click d button hyperlink in d Flash...and oso display it ...

    i hv abot 1500 hyperlink button inside d map...is tat mean i nit to code abot 1500's .php file???? each hyperlink hv a different information(dat a)...
    let say, i hv a "singapore" hyperlink button inside d flash,as i click it , it'll turn to d new php page to show my data...and i oso nit d edit and update function inside d new php page..!!!

    is tat feasible to do so..???

    how can i retrieve my data when different button is click..?

    can anyone show me d script???

    thx..

    hi man, i've never used flash in my life but there is way, it called "flash remoting using php" go to

    www.amfphp.org/

    i think that this will solve your problem.

    in order to distinguish which button was pressed, you can pass a parameter to the php file via POST or GET

    good luck

    -bassam

    Comment

    • ronverdonk
      Recognized Expert Specialist
      • Jul 2006
      • 4259

      #3
      In order to know how to do this, post some lines of the button code.Only a few lines of button code will do because I asssume they are all nearly identical.

      Ronald :cool:.

      Comment

      Working...