如何使用 ASP.Net 即时创建动态内容 Flash 对象
有人知道如何创建一个包含 Flash 对象的 aspx 页面吗?以及如何改变Flash对象的内容?谢谢
,例如:
________________ ________
|Textbox | |Submit|
---------------- --------
_________________________
| |
| |
| FLASH OBJECT |
|_________________________|
我有一个文本框和一个按钮。如果我用字符串值(例如=“Hello World”)更改文本框值并按下提交按钮,它会将 Flash 对象上的“FLASH OBJECT”字符串替换为“Hello World”..任何人都知道如何做到这一点??谢谢..
Doesas anyone know how to create an aspx page with a Flash object inside? And how to change the content of the Flash object? Thanks
e.g:
________________ ________
|Textbox | |Submit|
---------------- --------
_________________________
| |
| |
| FLASH OBJECT |
|_________________________|
I have a textboxt and a button. If I change the textbox value with string value (example="Hello World") and I press the submit button, it will replace a "FLASH OBJECT" string on the flash object into "Hello World".. anyone know how to do that?? thanks..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Flash 有一个 JavaScript API,可用于获取/设置 Flash 对象中的值。有关示例,请参阅 http://www.permadi.com/tutorial/flashjscommand/。
Flash has a JavaScript API you can use to get/set values in the Flash object. See http://www.permadi.com/tutorial/flashjscommand/ for an example.