ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   How do I use VBA to play sound clip from website? (https://www.excelbanter.com/excel-programming/434054-how-do-i-use-vba-play-sound-clip-website.html)

MikeZz

How do I use VBA to play sound clip from website?
 
Hi,
I found the instructions on how to play a wav file from my hard drive but
have a new challenge.

I'm curious how I can play a sound from a popular sound-clip website from
within VBA.

http://www.youtube.com/watch?v=DH7EqDIPfpA

Thanks,
MikeZz

Chip Pearson

How do I use VBA to play sound clip from website?
 
The short answer is that you can't. The longer answer is that you
can't in VBA because you'd have to use a stream, which isn't supported
in VBA. You can do it in NET, but not VBA.

You could, perhaps, download the file (assuming you have a URL that
points to a file, not a streaming object) to the hard drive and then
play the sound from the local drive.

See http://www.cpearson.com/excel/DownloadFile.aspx for VBA code to
download a file from a URL.

Cordially,
Chip Pearson
Microsoft Most Valuable Professional
Excel Product Group, 1998 - 2009
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)

On Wed, 23 Sep 2009 19:54:01 -0700, MikeZz
wrote:

Hi,
I found the instructions on how to play a wav file from my hard drive but
have a new challenge.

I'm curious how I can play a sound from a popular sound-clip website from
within VBA.

http://www.youtube.com/watch?v=DH7EqDIPfpA

Thanks,
MikeZz


MikeZz

How do I use VBA to play sound clip from website?
 
Thanks Chip... As usual, your posts are allways very helpful.

"Chip Pearson" wrote:

The short answer is that you can't. The longer answer is that you
can't in VBA because you'd have to use a stream, which isn't supported
in VBA. You can do it in NET, but not VBA.

You could, perhaps, download the file (assuming you have a URL that
points to a file, not a streaming object) to the hard drive and then
play the sound from the local drive.

See http://www.cpearson.com/excel/DownloadFile.aspx for VBA code to
download a file from a URL.

Cordially,
Chip Pearson
Microsoft Most Valuable Professional
Excel Product Group, 1998 - 2009
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)

On Wed, 23 Sep 2009 19:54:01 -0700, MikeZz
wrote:

Hi,
I found the instructions on how to play a wav file from my hard drive but
have a new challenge.

I'm curious how I can play a sound from a popular sound-clip website from
within VBA.

http://www.youtube.com/watch?v=DH7EqDIPfpA

Thanks,
MikeZz




All times are GMT +1. The time now is 02:07 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com