Can I download embedded midi file in XP ?

  • Thread starter Thread starter Patrick
  • Start date Start date
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
 
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?
 
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.
 
Back
Top