How to make an AS3 Flash video player?

廉价感情. 提交于 2019-12-01 00:20:50

Making your own from scratch is inventing the wheel. if your doing it as a side project, that's fine but there isn't enough scrolling on this page in order to explain how to build you own player. You honestly best to google it. A good source to get started is http://www.gotoandlearn.com/ and have a look at Lee Brimlows tutorials.

*If you're looking at building a player of your own - also consider using the new StageVideo API as this will soon be standard for flash video.


There are many freebies out there to assist you in getting a video player made.

But I recommend http://www.opensourcemediaframework.com/ This has been strongly developed within the towers of Adobe and theres nothing you cannot do with it. It's AS3 and free of charge. You can see examples of this on Adobes' Dev Net or Brimlows blog.

I use it myself and it includes many examples, embed code, documentation and feature plugins such as youtube and adverts.

Have a look at OSMF, it will help you a lot.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!