Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要关于在 actionscript 上使用 php 从我的数据库中获取数据的帮助吗?
关于如何使用 loadVariables() 或 getURL() 的任何建议
我知道 PHP,但我是 actionscript 的新手。
这是过程:
使用 loadVariables 调用 PHP 脚本:
loadVariables("params.php", target_mc);
URL 对数据库的输出进行编码:
echo urlencode($resultset)