从 Flash CS3 调用 asp.net 页面中的变量
我有一个 aspx 页面,并且在其中导入了一个 flash 应用程序(CS3.0),我需要将一个变量值从页面的 .cs 文件传递到操作代码,我可以这样做吗?
我可以从 flash 代码调用网页,但我不需要调用 asp 页面的 .cs 内部的方法,然后获取返回值,我需要将包含 flash 的页面中的变量值传递到 flash 代码
预先感谢,我希望每个人都清楚我的问题
I have an aspx page and i have imported inside it a flash application(CS3.0) and i need to pass a variable value from the .cs file of the page to the action code can i do that ?
I can call a web page from flash code but what i need not to call a method inside the .cs of the asp page and then get the returned value i need to pass a variable value from the page that include the flash to the flash code
thanks in advance and i hope that my question is clear for everyone
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试一下 ASP.NET WebMethod,有关让 Flash CS3 与 ASP.NET 交互(通过 AJAX)的更多信息,请参阅这篇文章:
帖子
You could give ASP.NET WebMethod a try, for more information on getting Flash CS3 to interact with ASP.NET (through AJAX), see this post:
post