如何使用 ASP.Net 即时创建动态内容 Flash 对象

发布于 2025-01-05 19:00:23 字数 463 浏览 0 评论 0原文

有人知道如何创建一个包含 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

贵在坚持 2025-01-12 19:00:23

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文