Hi, 
the "audio" tag is not SVG but HTML, so you have to use the " foreignobject " 
tag : 

<svg width="500" height="500"> 
<foreignobject x="50" y="50" width="300" height="150"> 
<audio src="music.ogg"/> 
</foreignobject> 
</svg> 


Yannick 
http://ybochatay.fr 

----- Mail original -----

De: "ozeroguz01" <ozerogu...@yahoo.com> 
À: svg-developers@yahoogroups.com 
Envoyé: Jeudi 22 Décembre 2011 13:58:03 
Objet: [svg-developers] audio problem 






hi, 
i am developing a SVG project about GEometry and math and i am trying to use 
"<audio>" code in my svg but it doesn't work. 
how can i solve this problem ?? 
the codes are like this ; 
<audio xlink:href="1.mp3" volume="7" type="audio/mp3" 
begin="1s" dur="5s" repeatCount="3"/> 

please help ... 


 

[Non-text portions of this message have been removed]



------------------------------------

-----
To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
----Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    svg-developers-dig...@yahoogroups.com 
    svg-developers-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
    svg-developers-unsubscr...@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

Reply via email to