• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

Can I download embedded midi file in XP ?

P

Patrick

Flightless Bird
Hi,

I am using IE7 with XP.

Would it be possible to download an embedded midi file from a web site?
The source code is something like:

if(ap_name=='Netscape')
{
document.write('<embed src="/data/midi/music/ss100.mid" autostart
=true hidden=true loop=2')
}
else
{
document.write('<bgsound src="/data/midi/music/ss100.mid"
autostart =true hidden=true loop=2')

Thanks
 
D

Daave

Flightless Bird
Patrick wrote:
> Hi,
>
> I am using IE7 with XP.
>
> Would it be possible to download an embedded midi file from a web
> site? The source code is something like:
>
> if(ap_name=='Netscape')
> {
> document.write('<embed src="/data/midi/music/ss100.mid" autostart
> =true hidden=true loop=2')
> }
> else
> {
> document.write('<bgsound src="/data/midi/music/ss100.mid"
> autostart =true hidden=true loop=2')
>
> Thanks


Web address, please?
 
P

PA Bear [MS MVP]

Flightless Bird
If you must make identical posts to multiple newsgroups, please cross-post
one (1) message to all of them. Thank you.

Multiposting vs Crossposting:
http://www.blakjak.demon.co.uk/mul_crss.htm


Patrick wrote:
> Hi,
>
> I am using IE7 with XP.
>
> Would it be possible to download an embedded midi file from a web site?
> The source code is something like:
>
> if(ap_name=='Netscape')
> {
> document.write('<embed src="/data/midi/music/ss100.mid" autostart
> =true hidden=true loop=2')
> }
> else
> {
> document.write('<bgsound src="/data/midi/music/ss100.mid"
> autostart =true hidden=true loop=2')
>
> Thanks
 
W

webwiz

Flightless Bird
On Mar 21, 9:08 pm, Patrick <Patr...@discussions.microsoft.com> wrote:
> Hi,
>
> I am using IE7 with XP.
>
> Would it be possible to download an embedded midi file from a web site?
>   The source code is something like:
>
> if(ap_name=='Netscape')
>      {
>       document.write('<embed src="/data/midi/music/ss100.mid" autostart
> =true hidden=true loop=2')
>      }
>     else
>      {
>       document.write('<bgsound src="/data/midi/music/ss100.mid"
> autostart =true hidden=true loop=2')
>
> Thanks


1-Yes it is.
2- and you have done so by simply listening to the sound file...
3- it's in your Temp Internet folder.
4- copy it to where you want to save it, rename as you want.
 
Top