Home  >  Article  >  Backend Development  >  求怎么将flash的结果传递给php

求怎么将flash的结果传递给php

WBOY
WBOYOriginal
2016-06-13 13:17:20764browse

求如何将flash的结果传递给php
由一个项目,让用户通过网页的flash来得到结果,然后结果通过php将结果传递到数据库,然后在前台给用户提示,应该如何实现?

------解决方案--------------------
重点是flash通信
flash与js通信
1,socket通信,可以实现。2.flash有一个调用javascript的类,.call()。调用javasripte做中间语言。3,xml做中间语言也可以。
 
flash与php通信
http://bbs.9ria.com/thread-40935-1-1.html

用AS得到数据传出来后,无论js还是php把数据得到后就与flash无关了
最初测试就先alert出来你就完成了大部分的工作了,存数据库你要知道数据表格式

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn