Helena Caldeira wrote:
> I did a example of multimedia SVG file!
> You can look it at www.ufpel.edu.br/~lenapc/teste10.svg!
> But I cant listen the sound!
> When I view it from my HD Ilisten!
> But after I publish it, I can't listen.
> So, we must download the mp3 file, and then...
> Is there a specific folder that I must save this mp3 file?
> Is there a specific folder that I must to do to publish it!
> What can I do?

You use:
<a:audio xlink:href="rev3.mp3" begin="0" repeatDur="indefinite"/>
in your SVG file.
So the easiest way to make it work is to upload the MP3 file to the same 
location as your SVG file.

No specific folder is needed, but if you like to separate kinds of 
files, you can make a SVG subfolder, a MP3 subfolder, and make a 
relative path from the SVG one to the MP3 one:
xlink:href="mp3/rev3.mp3"
if you put the MP3 folder inside the SVG one;
xlink:href="../mp3/rev3.mp3"
if they are at the same level.

Classical HTML stuff... (relative URLs)

-- 
Philippe Lhoste
--  (near) Paris -- France
--  Professional programmer and amateur artist
--  http://Phi.Lho.free.fr
--  --  --  --  --  --  --  --  --  --  --  --


------------------------ Yahoo! Groups Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/1U_rlB/TM
--------------------------------------------------------------------~-> 

-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-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/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

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

Reply via email to