Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对flash不太了解,但我知道asp.net和javascript,以及c#等。
我设计了一些闪存屏幕,可以加载到等离子电视上。我需要在我设计的屏幕中显示的是来自我的 sql 数据库的数据。
将值分配给框是没有问题的,但是我应该使用什么格式将闪存屏幕连接到该数据库。主要的代码行是什么?
谢谢!
基本上,创建一个 web 服务(asp.net 会很好),然后 flash 向 web 服务发出 http 请求以获取数据。
Flash 在客户端执行,因此不会直接连接到数据库。您需要编写一些 C# 服务器端代码来处理数据库连接。