Hi all,

I am new to sphinx. What is needed to embed flash files ?

So far I have installed sphinx and the extension
https://bitbucket.org/klorenz/sphinxcontrib-swf

conf.py contains

extensions = 
['sphinx.ext.pngmath','sphinxcontrib.youtube','sphinxcontrib.swf']


test.rst

******************
Embedding swf
******************


.. swf:: test.swf 
   :width: 1900
   :height: 1044
   :zoom-to-fit: true
   :menu: true
   :wmode: direct

make html works.

If I open the corresponding html file in chrome or firefox, I can't see the 
video.

Any idea ?


Nils

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to