Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > How to play .vox file in asp page

Reply
Thread Tools

How to play .vox file in asp page

 
 
Jawahar
Guest
Posts: n/a
 
      10-15-2007
I need to play .vox files using ASP.
Can anyone help me out.


 
Reply With Quote
 
 
 
 
Evertjan.
Guest
Posts: n/a
 
      10-15-2007
=?Utf-8?B?SmF3YWhhcg==?= wrote on 15 okt 2007 in
microsoft.public.inetserver.asp.general:

> I need to play .vox files using ASP.
> Can anyone help me out.


Does your webserver have sound and speakers?

If so, is anyone listening serverside?

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
 
Reply With Quote
 
 
 
 
Jawahar
Guest
Posts: n/a
 
      10-15-2007

Hi thanks,

yes i can able to play .wav file by setting filename in bgsound property but
when i tried to play .vox file by the above method(bgsound=123.vox) it not
working
"Evertjan." wrote:

> =?Utf-8?B?SmF3YWhhcg==?= wrote on 15 okt 2007 in
> microsoft.public.inetserver.asp.general:
>
> > I need to play .vox files using ASP.
> > Can anyone help me out.

>
> Does your webserver have sound and speakers?
>
> If so, is anyone listening serverside?
>
> --
> Evertjan.
> The Netherlands.
> (Please change the x'es to dots in my emailaddress)
>


 
Reply With Quote
 
Evertjan.
Guest
Posts: n/a
 
      10-15-2007
=?Utf-8?B?SmF3YWhhcg==?= wrote on 15 okt 2007 in
microsoft.public.inetserver.asp.general:
> "Evertjan." wrote:
>
>> =?Utf-8?B?SmF3YWhhcg==?= wrote on 15 okt 2007 in
>> microsoft.public.inetserver.asp.general:
>>
>> > I need to play .vox files using ASP.
>> > Can anyone help me out.

>>
>> Does your webserver have sound and speakers?
>>
>> If so, is anyone listening serverside?


[Please do not toppost on usenet]

[Please do not quote signatures on usenet. on usenet]

> yes i can able to play .wav file by setting filename in bgsound
> property

No, you cannot do that on a server.

'bgsound' is part of a browser
and browsrs live on clients, not on servers.

The ASP platform only lives on servers.

> but when i tried to play .vox file by the above
> method(bgsound=123.vox) it not working


--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
 
Reply With Quote
 
Anthony Jones
Guest
Posts: n/a
 
      10-15-2007
"Jawahar" <> wrote in message
news:6AAF70F9-197B-448B-B8DD-...
>
> Hi thanks,
>
> yes i can able to play .wav file by setting filename in bgsound property

but
> when i tried to play .vox file by the above method(bgsound=123.vox) it not
> working



This can't be done. Unlike .wav files that specify the codec and settings
for the codec as part of the file, vox files do not. Hence to play a vox
file the player needs to 1) know what a vox file is and 2) be told
separately what the sample rate and number channels are.

Even if you can acheive 1) there is no way through CSS to comunicate 2).

Convert the files to .wav or some other well know format.

--
Anthony Jones - MVP ASP/ASP.NET


 
Reply With Quote
 
Jawahar
Guest
Posts: n/a
 
      10-16-2007
Hi Anthony,

Thanks for ur comments. Do you know how can we convert .vox file to .wav
file in asp. If so can you please send me the code to me. Its very urgent. i
am expectiing your reply

"Anthony Jones" wrote:

> "Jawahar" <> wrote in message
> news:6AAF70F9-197B-448B-B8DD-...
> >
> > Hi thanks,
> >
> > yes i can able to play .wav file by setting filename in bgsound property

> but
> > when i tried to play .vox file by the above method(bgsound=123.vox) it not
> > working

>
>
> This can't be done. Unlike .wav files that specify the codec and settings
> for the codec as part of the file, vox files do not. Hence to play a vox
> file the player needs to 1) know what a vox file is and 2) be told
> separately what the sample rate and number channels are.
>
> Even if you can acheive 1) there is no way through CSS to comunicate 2).
>
> Convert the files to .wav or some other well know format.
>
> --
> Anthony Jones - MVP ASP/ASP.NET
>
>
>

 
Reply With Quote
 
Anthony Jones
Guest
Posts: n/a
 
      10-16-2007

"Jawahar" <> wrote in message
news:B5F7B2E9-4AA2-4569-9EF4-...
> Hi Anthony,
>
> Thanks for ur comments. Do you know how can we convert .vox file to .wav
> file in asp. If so can you please send me the code to me. Its very urgent.

i
> am expectiing your reply
>


No I don't. Have you tried Google: Convert Vox to Wav ?

--
Anthony Jones - MVP ASP/ASP.NET


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
To play or not to play bhuckle@bigpond.net.au DVD Video 1 08-01-2007 07:18 AM
How can i play/view an ogg file in my html page? andre.linoge@hetnet.nl HTML 2 06-22-2007 01:28 PM
PLAY MORE VIDEO GAMES WITH GOTTA PLAY abhi Digital Photography 1 05-21-2007 11:40 AM
Click to Play Black Jack Online. Top Search Results For Play splin32red VOIP 0 09-16-2006 07:01 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57