简体   繁体   English

不带Flash CS的FLVPlayback

[英]FLVPlayback without Flash CS

I'm implementing Google video Ads in flash game, using FlashDevelop. 我正在使用FlashDevelop在Flash游戏中实施Google视频广告。 Google has a sample where they're using FLVPlayback component to display video... problem is, I don't have this class anywhere. Google有一个示例,他们在其中使用FLVPlayback组件显示视频...问题是,我在任何地方都没有此类。

I've searched how to add it, but all solutions say "link to C:\\Adobe\\Flash CS\\Components\\etc" path, which obiouvsly without Flash CS I don't have... and don't want to install it just for this :) 我已经搜索了如何添加它,但是所有解决方案都说“链接到C:\\ Adob​​e \\ Flash CS \\ Components \\ etc”路径,这显然没有Flash CS,我也不想...也不想安装它只是为此:)

I wonder if there is a way to get the FLVPlayback without installing Flash CS? 我想知道是否有一种无需安装Flash CS即可获取FLVPlayback的方法吗?

You can try import external adobe components swc through Flashdevelop interface. 您可以尝试通过Flashdevelop界面导入外部Adobe组件swc。

Maybe this can help you: link 也许这可以帮助您: 链接

I quit and just installed the Flash Professional CC, and there linked to the component path, but it didn't work for some reason. 我退出并仅安装了Flash Professional CC,并在那里链接到组件路径,但是由于某种原因它没有起作用。 Then I included the FLVPlayback.swf component inside my AS3 app, which compiled etc. but as I learned FLVPlayback wasn't really what I needed. 然后,我将FLVPlayback.swf组件包含在AS3应用程序中,并进行了编译等。但是,据我了解,FLVPlayback并不是我真正需要的。

After some fumbling I made it work with Flex Spark component - VideoPlayer, used inside AS3. 经过一番摸索后,我将其与AS3内部使用的Flex Spark组件-VideoPlayer一起使用。 You can find some code on the devlist: https://developers.google.com/interactive-media-ads/community?place=msg%2Fima-sdk%2Fc3KH11vxSd0%2FeLuYneYpch4J 您可以在开发人员列表上找到一些代码: https : //developers.google.com/interactive-media-ads/community? place = msg%2Fima-sdk%2Fc3KH11vxSd0%2FeLuYneYpch4J

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM