Sozi is an inkscape extension that allows Prezi-like panning/zooming of an svg file when viewed in an svg-enabled web browser. A youtube video can be embedded in a Prezi, and I'd like to be able to embed a youtube video (or any kind of video) in an svg. I know that html links can be made in svg documents (and inkscape supports this directly). Is there a way to embed a video (via an iframe or video tag?) into an svg?
相关问题
- how to get selected text from iframe with javascri
- Convert svg to geojson fails with ogr2ogr
- How to get coordinates of an svg?
- Changing color of SVG which was embedded using <
- Understanding svg's viewbox attribute
相关文章
- iframe的里内容看不到,但却点得到
- embed 循环播放MP3文件(loop="2"变成无限循环)
- Make marker-end same color as path?
- How to display unicode in SVG?
- Converting svg to png with inkscape command line f
- How to create an SVG Matrix without an SVG element
- How to dynamically add wmode=transparent to Youtub
- rect collision detection d3js
That should do the trick. Be careful, that the
xmlns
attribute stays on the iframe element.foreignObject
is explained here.