petchgamer / svgweb

Automatically exported from code.google.com/p/svgweb
Other
0 stars 0 forks source link

Create Better Unit Tests for SVG Audio and Video #116

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
We need a suite of unit tests for SVG Audio and Video as follows:

* For both, have a variety of different relative and absolute URLs to make
sure they are found correctly.
* Embed both directly into the page as well as through an SVG OBJECT
* Make sure working with them through the fake DOM works correctly.

Original issue reported on code.google.com by bradneub...@gmail.com on 12 Jun 2009 at 5:02

GoogleCodeExporter commented 8 years ago

Original comment by bradneub...@gmail.com on 20 Oct 2009 at 12:15

GoogleCodeExporter commented 8 years ago
I've been trying to find an example of the <audio> element working in svgweb, 
but
haven't been successful.

I tried a small example myself, using a .wav file which is co-resident in the 
same
web location as the svg file, but I didn't get any audio output.

Original comment by yer...@gmail.com on 20 Mar 2010 at 6:50

GoogleCodeExporter commented 8 years ago
There's sample code here:

http://codinginparadise.org/projects/svgweb/samples/svg-files/scimitar-anim.svg

Original comment by bradneub...@gmail.com on 30 Mar 2010 at 5:46

GoogleCodeExporter commented 8 years ago
I've designed an SVG audio player and could not get it to work with SVGWeb. The 
code 
for the player can be found at 

http://my.opera.com/coreymwamba/blog/2010/04/17/a-simple-svg-player

Does SVGWeb only accept wav?

Original comment by corey.mw...@googlemail.com on 10 May 2010 at 5:46