On Sat, 8 Oct 2011 12:56:37 -0400 john Culleton <John@...1668...> wrote:
Web pages can be produced in svg by Inkscape. I would like to provide such a page with a video on it. I can use the linking feature to go to e.g. Youtube.
The problem is the return path. How do I get users to come back to the originating page?
I have a test example. the rectangle displays but nothing happens. When I middle click on the rectangle it tries to find a file with the same name (flixtest2.svg) which of course is wrong.
flixtest2.svg ------------------------------- <?xmfirefox l version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="744.09448819" height="1052.3622047" id="svg2" version="1.1" inkscape:version="0.48.2 r9819" sodipodi:docname="New document 1"> <defs id="defs4" /> <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="0.35" inkscape:cx="375" inkscape:cy="514.28571" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="false" inkscape:window-width="640" inkscape:window-height="480" inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="0" /> <metadata id="metadata7"> rdf:RDF <cc:Work rdf:about=""> dc:formatimage/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> dc:title</dc:title> </cc:Work> </rdf:RDF> </metadata> <g inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1" />
<foreignObject width="560" height="349"> <iframe xmlns="http://www.w3.org/1999/xhtml" width="560" height="349" src="http://youtube.com/embed/kqP-r29yyxA" frameborder="0"></iframe> </foreignObject>
</svg> ----------------------------------------------------
Any suggestions?