如何在Flash Professional CS5中的项目中使用Stage Video?
我需要Flex Hero吗?有没有使用舞台视频的好例子? 我试图创建一些东西,但Flash Pro给了我一个错误 - 他不知道StageVideoAvailabilityEvent是什么意思。
答案 0 :(得分:1)
新的,StageVideo没有太多的教程 - 但是here is one that should prove enlightening。
如果您收到引用错误,则只是意味着要么您没有正确导入类,要么您没有使用最新的flex sdk。我相信你需要4.5,可以从Adobe免费下载。
答案 1 :(得分:1)
以下是Thibault Imbert在Adobe上为StageVideo提供的更好的学习资源:Getting started with stage video
首先阅读文档(flash.media.StageVideo)以熟悉API。