Вопрос

I've never worked with flat pages on Django (or Django at all, for that matter) but am required to create a new flat page and copy video object bits onto the new flat page. The video is in MP4 format, if that makes a difference. Does anyone have any idea how to do this?

Это было полезно?

Решение

A video needs a player and a location where the video is hosted. So as long as the player is embedded in the html of the page and the video can be found somewhere online, you should have no problem. I have used Flow Player and Youtube within django that way.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top