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.
我正在创建一个音频播放器,它具有为听众随机采样 30 秒音乐预览的功能(服务器端是 Flash Media Server,客户端是 Flash 9)。这可以在 Actionscript 3 中完成,还是必须提前准备样本?
该功能必须被编码到服务器中以提供 30 秒的随机内容。客户端只能使用服务器提供的任何内容,并且为了让客户端提供 30 秒的随机文件,它需要在本地缓冲整个文件以支持这一点。