Is it possible to apply a HTML5/CSS/jQuery GUI onto an embedded Flash video?
I would like to take a Flash video that is hosted on another site (like Youtube) and embed it into my own site with a custom designed HTML5 / CSS / jQuery GUI for player controls.
Is this possible?
or
Would I have to create the new开发者_高级运维 player GUI in Flash?
For YouTube, there is the chromeless player, it has an initial play button and a YouTube logo, but apart from that, you can make your own user interface and control the video playback from JavaScript.
As far as I know, Youtube makes its videos inaccessible to all but the Youtube player. You'd have to rip the video, rehost it in an unprotected format or in a format you can use, and then play it through your own player. The player could then interact pretty simply with the embedding site via the ordinary AS3-Javascript interface. Tutorials on how to do this are plentiful on the Internet.
depends on the parcituclar case jw player does just that for youtube.
精彩评论