开发者

Is it possible to connect Adobe Flash CS to Database of any kind?

开发者 https://www.devze.com 2023-03-20 17:29 出处:网络
Can I build flash application that connects to database? (MySQL) For example: Photo Gallery that bring开发者_运维百科s me the photos from database...

Can I build flash application that connects to database? (MySQL) For example: Photo Gallery that bring开发者_运维百科s me the photos from database... Or Music Player...

Maybe PHP? :-)


AMF is a technology that allows a Flash app to execute remote code. Server side implementations exist for a number of server side environments and languages, check out the list in the wikipedia article.


Simple answer: yes.

As fvu mentioned, you can get into AMF which is an excellent choice for heavy lifting, but it's not required.

Using combinations of URLRequest, URLLoader and URLVariables it is very easy to send and receive data in HTTP requests, which then frees you to employ whatever server-side solution you prefer. The data format you choose is then also up to you; Flash natively supports XML, and full JSON support is found in as3corelib.


Perhaps Adobe FlashBuilder (formerly FlexBuilder) is something that would interest you.

0

精彩评论

暂无评论...
验证码 换一张
取 消