编程论坛
注册
登录
编程论坛
→
ASP.NET技术论坛
Asp.net 向 Flash 传递参数
huwengui
发布于 2014-08-04 16:47, 1601 次点击
代码:
Response.write("A="+变量1);
Response.write("&B="+变量2);
其中A、B有在Flash中定义;
我想问一下在.net 中这样写对不对?能不能达到向Flash传参数的功能?
2 回复
#2
yms123
2014-08-07 09:55
像Flash传参你要么输出javascript去传递,要么输出html直接传递
#3
mmm5225
2014-08-25 18:54
占个位先
1