Re: [svg-developers] Sound in SVG

2007-05-19 Thread Erik Dahlström
On Fri, 18 May 2007 12:30:03 +0200, giesteira <[EMAIL PROTECTED]> wrote:

> Hi, can someone tell me why firefox and opera (two native SVG readers)
> crash if the SVG files have sound?...
>
> Thank you!

Neither Firefox or Opera currently has any native support for audio in  
svg, so I hold it very unlikely that they would crash on something they  
are not handling.
Do you have a link or could you post the source of the svg-file to the  
list?
Are you perhaps using the Adobe SVG plugin? It is entirely possible for a  
plugin to crash too, in which case it brings down the browser with it.
/Erik

-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


-
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/

<*> 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:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> 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/
 


Re: [svg-developers] sound

2004-09-22 Thread Philippe Lhoste

Helena Caldeira wrote:
> Ok, go there and see if it is working!

"There" is: http://minerva.ufpel.edu.br/~lenapc/teste10.svg
Excellent, you did it correctly!

I see two problems:

- First, you should make a smaller MP3 file. Downloading 137KB takes 
some time, even on ADSL, and the animation begins before the sound 
starts, because the browser is still loading the file.
I wonder why it takes 137KB for 11s of music at a bitrate of 96k...

- I have a problem with Mozilla: even after leaving the page, I still 
hear the sound, as long as I have a Mozilla window with focus (even this 
compose page!). And if I load another SVG with sound, I have both 
mixed... Now, it isn't your fault, but I wonder what it going on.
I fear I have to close Mozilla. Rats!

-- 
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/
 





SMIL-driven sound sound example (was Re: [svg-developers] sound)

2004-09-22 Thread ronan
Here is another example of sound using the  tag:

It is primitive, but it gives an example of onclick-generated chained
sound events without scripting (using SMIL)

This was an early test for generating aural cues for a medical monitoring
system

http://roitsystems.com/sound/sound3.svg

Ronan


http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd";>
http://www.adobe.com/svg10-extensions";>
Three chained ro


























> 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:
> 
> 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
> --  --  --  --  --  --  --  --  --  --  --  --
>
>
>
> -
> 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
>
>
>
>
>
>



 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/
 



Re: [svg-developers] sound

2004-09-22 Thread Helena Caldeira

Ok, go there and see if it is working!
Helena

At 13:01 22/09/04 +0200, you wrote:
>Helena Caldeira wrote:
> > Where I must save the file?
> > My SVG file is located on the server!
> > At a FTP folder!
>
>Perhaps I was too verbose...
>Stripping my answer to the bare essential:
>
> >>You use:
> >>
> >>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.
>
>In other words: you put the .mp3 file where you put the .svg file, on
>the server of course.
>
>--
>Philippe Lhoste
>--  (near) Paris -- France
>--  Professional programmer and amateur artist
>--  http://Phi.Lho.free.fr
>--  --  --  --  --  --  --  --  --  --  --  --
>
>
>-
>To unsubscribe send a message to: [EMAIL PROTECTED]
>-or-
>visit 
>http://groups.yahoo.com/group/svg-developers
> 
>and click "edit my membership"
>
>
>
>Yahoo! Groups Sponsor
>ADVERTISEMENT
>
>
>--
>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 the 
> Yahoo! Terms of Service.


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



 Yahoo! Groups Sponsor ~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/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/
 





Re: [svg-developers] sound

2004-09-22 Thread Philippe Lhoste
Helena Caldeira wrote:
> Where I must save the file?
> My SVG file is located on the server!
> At a FTP folder!

Perhaps I was too verbose...
Stripping my answer to the bare essential:

>>You use:
>>
>>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.

In other words: you put the .mp3 file where you put the .svg file, on 
the server of course.

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


 Yahoo! Groups Sponsor ~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/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/
 



Re: [svg-developers] sound

2004-09-22 Thread Helena Caldeira

Where I must save the file?
My SVG file is located on the server!
At a FTP folder!
Helena


At 09:09 22/09/04 +0200, you wrote:
>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:
>
>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
>--  --  --  --  --  --  --  --  --  --  --  --
>
>
>-
>To unsubscribe send a message to: [EMAIL PROTECTED]
>-or-
>visit 
>http://groups.yahoo.com/group/svg-developers
> 
>and click "edit my membership"
>
>
>
>Yahoo! Groups Sponsor
>ADVERTISEMENT
>
>
>--
>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 the 
> Yahoo! Terms of Service.


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



 Yahoo! Groups Sponsor ~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/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/
 





Re: [svg-developers] sound

2004-09-22 Thread Philippe Lhoste
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:

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/
 



Re: [svg-developers] sound

2004-09-21 Thread Jonathan Chetwynd

Helena,

with your code example you need to upload the file 'rev3.mp3' to the 
same folder, or directory as your svg file
have you tried http://www.kevlindev.com/tutorials/basics/index.htm  
this has great examples including sound

best wishes

~:"

On 22 Sep 2004, at 05:30, Helena Caldeira wrote:

www.ufpel.edu.br/~lenapc/teste10.svg!


Jonathan Chetwynd
http://www.peepo.co.uk "It's easy to use"
irc://freenode/accessibility



 Yahoo! Groups Sponsor ~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/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/