473,499 Members | 1,595 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to play .vox file in asp page

I need to play .vox files using ASP.
Can anyone help me out.
Oct 15 '07 #1
6 4780
=?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)
Oct 15 '07 #2

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)
Oct 15 '07 #3
=?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)
Oct 15 '07 #4
"Jawahar" <Ja*****@discussions.microsoft.comwrote in message
news:6A**********************************@microsof t.com...
>
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
Oct 15 '07 #5
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" <Ja*****@discussions.microsoft.comwrote in message
news:6A**********************************@microsof t.com...

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
Oct 16 '07 #6

"Jawahar" <Ja*****@discussions.microsoft.comwrote in message
news:B5**********************************@microsof t.com...
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
Oct 16 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1286
by: cbell | last post by:
I would like javascript file (which can be a .js file) which I can use to play .wav files on demand. there are many pages and there will only be ONE .wav file (about 20 seconds) for each page. ...
1
3246
by: Lord2702 | last post by:
I want to play a sound file, which is on my server, and approximately 5 - 7 MB it is .Wav file. or .mp3, I want to play this file so that user of my site can click on a link to play this file. Is...
1
7980
by: Lam | last post by:
how can I play sound file in a .aspx page written in C#? I try to use the code like the following. But whenI call the play function play("sound.wav", this.SND_ASYNC) my computer give out "be"...
9
5585
by: Morris Neuman | last post by:
Im working with VS 2005 and trying to use a Hyperlink field in a datagrid to play a wave file that is not located in the website folders but is in a plain folder on the same machine, windows 2003...
3
3282
by: illmagination | last post by:
Hi, I recently received a task to have a .wav file play only once when home page is 1st loaded and only play again when the user re-visits the page by opening a new browser. I am using...
13
4841
by: anil.rita | last post by:
When the user chooses an AV file to play, based upon the type of file, I want to use the default installed media player to play it. I am wondering if this is a good way - any alternatives,...
26
3853
by: Jake Barnes | last post by:
I did a search on the newsgroup comp.lang.javascript. I was searching for "how to play a sound with Javascript". I'm somewhat suprised that the majority of entries are from the 1990s, and there are...
0
3717
by: vps | last post by:
The HTML document that Flash CS3 (version 9.0) creates when you choose “Publish” in “File” Menu loads a page which looks blank in browser. Only if you blindly locate the Flash object on this page,...
0
7131
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7007
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7174
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7220
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7388
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5470
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
3091
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1427
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
297
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.