Can I download embedded midi file in XP ?

P

Patrick

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

Patrick said:
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?
 
W

webwiz

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top