0
votes

Are there any way to capture only playing video from flash player to another flash player or html5 video player? (for example: embed youtube player to custom player with different controls and design)

How can I do it?

1

1 Answers

1
votes

You can do this with the Youtube API ... Specifically, you embed a "chromeless" youtube player in your app. Then you can add your own Flash or HTML UI to control playback.

It's possible other video services allow this. You just need to check their API documentation to see if it's possible.