• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Download ringtone using XHTML

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
How to download ringtone using XHTML?
Using <a href="http://servername:8080/ringer/one.wav">My Ringer</a> open that wave file but i need to download that wave file.
Kindly anyone give me the solution for that.
Thanks in advance,
Dharma
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the Ranch Dharma!
You'll find these forums a great resource, and there aren't many rules you'll have to worry about, but one is that proper names are required. Please take a look at the JavaRanch Naming Policy and change your display name to match it.
Additionally since this post really has nothing to do with JSP, I'm moving this along to the HTML/Javascript forum.
Thanks!
bear
JSP Fourm Bartender
 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Dharma,
What do you mean download it? Do you want to download it to your home PC, or are you trying to download it programatically? To what? The server or the client?
Lisa M.
 
Dharma
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Lisa,
I am using Openwave SDK 6.2 simulator,since 5.1 doesnot support XHTML and want to downlaod ringtone into client machine.our original wave/midi file into server.
In wml its possible but we require xhtml.
waiting for your response.
Thanks,
Dharma
 
Lisa D'Aniello
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hmmmmmm.... I'm interpreting the question in two different ways, so here are the answers to both of them.
If the problem is that the sound file plays when the user clicks it instead of prompting them to open or save then the browser is probably recognizing the file type and automatically playing it. To avoid this, you can zip the sound file and link to that.
If you're trying to autotmaticlly save it on the client machine, you cannot. They will have to click on it and choose to either open it or save it to disk.
Sorry it took so long to respond.
Hope this helps,
Lisa M.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic