ali
ali

Reputation: 11

How to get variable from php file to actionscript?

I will write the text that getting from php file in adobe flash . how can I?

Upvotes: 1

Views: 260

Answers (1)

oezi
oezi

Reputation: 51817

let your php-script do the output in form of a xml, which should be easy to load and processed with actionscript.

Upvotes: 1

Related Questions