Thanks, I'm going to try that too.  I'll second the need for embedded
video and audio players
in Sphinx generated html pages.  I'm teaching online classes and think
using sphinx in combination with some short audio and video files will
beat the heck out of Power Point presentations recorded with Camtasia
Studio.

Here's a link to my very incomplete Network Programming with Python
study guide, which I made with Sphinx.  I'm just using standard html
links now to some video.
http://www.sal.ksu.edu/faculty/tim/NPstudy_guide/index.html

I did see that someone has an extension to docutils for embedding You
Tube video...
http://countergram.com/articles/youtube-in-rst

Thanks,
Tim Bower
Kansas State University at Salina
http://www.sal.ksu.edu/faculty/tim/

On Jun 24, 10:45 am, Ondrej Certik <[email protected]> wrote:
> On Wed, Jun 24, 2009 at 12:57 AM, Max Battcher<[email protected]> wrote:
>
> > Ondrej Certik wrote:
> >> Hi,
>
> >> I would like to put video tutorial inside the html docs. I have
> >> already figured out how to embed it in my pages, see here for an
> >> example:
>
> >>http://certik.github.com/record/
>
> >> all I am doing is hosting my video file on the internet and then I
> >> need to embed couple html tags (see the link for exact details). Is
> >> there a way to do it in sphinx? Maybe by writing a simple extension,
> >> that will take the link to the video file (and possibly width and
> >> height) and it will produce the right html code?
>
> > Sphinx has a built-in raw directive that sounds like exactly what you need:
>
> >http://docutils.sourceforge.net/docs/ref/rst/directives.html#raw-data...
>
> > Example:
>
> > .. raw:: html
>
> >    <!-- Your video embed code. -->
>
> Indeed, this works perfectly!
>
> Many thanks,
> Ondrej

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to