Re: I need to play a wav file

2013-03-04 Thread Nikolas Stevenson-Molnar
Ah, hampster dance... that was all the rage in middle school :) _Nik On 3/4/2013 12:37 PM, Shawn Milochik wrote: > hampster dance, anyone? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails

Re: I need to play a wav file

2013-03-04 Thread frocco
Thanks for the link. On Monday, March 4, 2013 3:37:38 PM UTC-5, Shawn Milochik wrote: > > On Mon, Mar 4, 2013 at 3:35 PM, frocco > > wrote: > > ok, I was thinking it was a python code thing. > > > > No, you can't execute arbitrary Python code on the user's machine. > People were playing wav f

Re: I need to play a wav file

2013-03-04 Thread Nikolas Stevenson-Molnar
Right. The Python code runs on your webserver, not the user's computer. So... you could probably play a sound your webserver, but that's not likely to do you much good ;) _Nik On 3/4/2013 12:37 PM, Shawn Milochik wrote: > On Mon, Mar 4, 2013 at 3:35 PM, frocco wrote: >> ok, I was thinking it was

Re: I need to play a wav file

2013-03-04 Thread Shawn Milochik
On Mon, Mar 4, 2013 at 3:35 PM, frocco wrote: > ok, I was thinking it was a python code thing. > No, you can't execute arbitrary Python code on the user's machine. People were playing wav files (hampster dance, anyone?) many years ago in HTML. http://www.w3schools.com/html/html_sounds.asp -- Y

Re: I need to play a wav file

2013-03-04 Thread frocco
ok, I was thinking it was a python code thing. On Monday, March 4, 2013 3:23:10 PM UTC-5, Shawn Milochik wrote: > > This has nothing to do with Django. It's an HTML or maybe a JavaScript > thing. Just do a Google search. > > Unless you're going to dynamically generate the WAV file and need help

Re: I need to play a wav file

2013-03-04 Thread Shawn Milochik
This has nothing to do with Django. It's an HTML or maybe a JavaScript thing. Just do a Google search. Unless you're going to dynamically generate the WAV file and need help streaming it, I don't think list this is the best resource. -- You received this message because you are subscribed to the

I need to play a wav file

2013-03-04 Thread frocco
Hi, What is the django way to play a wav file? I only need to play it for a second or two. Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+