On 23/10/11 23:07, john Culleton wrote:
On Thu, 20 Oct 2011 12:34:58 -0400 john Culleton<John@...1668...> wrote:
I like what I see in JessyInk. What I would like to do is attach a short sound tag to each level. I would like something that would play and then exit. I could go to an html page and have it exit after a certain period of seconds but that seems kind of kludgy.
I did google on audio and Inkscape but the link I found was no longer operational.
Further I found this code:
<foreignObject> <div xmlns="http://www.w3.org/1999/xhtml"> <video src="myvideo.ogg"/> </div> </foreignObject>
Given this code how do I place it in a particular spot on the screen? Do I need to enclose it in an existing element like a rectangle to place it?
Hi John,
you could place the code you found in a "rect"-element in your svg-file. However, you may find it more convenient to use the video element provided with JessyInk. There is a description on how to use it on the wiki-page given below:
https://code.google.com/p/jessyink/wiki/VideoElement
Should you have any trouble with it, let me know.
Cheers, Hannes