Flex 错误 #1014:类 flash.net::NetStreamPlayOptions
我有一个纯 ActionScript 项目。我在 Mac 上使用 Flex Builder、Flex SDK 3.4,甚至将 Flash 文件夹中的playerglobal.swc 添加到项目的库路径中。添加时我会自动完成
import flash.net.NetStreamPlayOptions;
import flash.net.NetStreamPlayTransitions;
但是当我运行电影时,我得到:
VerifyError: Error #1014: Class flash.net::NetStreamPlayOptions could not be found.
我不明白..我必须做什么才能使用这些类?
I have a pure ActionScript project. I'm using Flex Builder on a Mac, Flex SDK 3.4 and I've even added the playerglobal.swc from the Flash folder to the project's library path. I get autocomplete when I add
import flash.net.NetStreamPlayOptions;
import flash.net.NetStreamPlayTransitions;
But when I run the movie, I get:
VerifyError: Error #1014: Class flash.net::NetStreamPlayOptions could not be found.
I don't get it.. What must I do to use those classes?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在我看来,NetPlayStreamingOptions 类在 Flex 3.4 SDK 中不可用。我将构建目标更改为 Flex 4(Flash Player 10)并且编译良好。
It looks to me like the NetPlayStreamingOptions class isn't available In the Flex 3.4 SDK. I changed my build target to Flex 4 (flash player 10) and it compiles fine.