B
bruce2005
Hi,
I'm new here, been lurking and trying to learn more. I was wondering
something. I have a client who does text to mp3 changes. The app reads
the text on the webpage and returns an mp3 of it.
So basically the url we have to work with is:
To get the mp3:
http://www.talkr.com/app/get_mp3.app?feed_url=http://www.somedomain.xml&
permalink=http://www.somedomain/articlename.php&url_only=
I can get the mp3 filename into an mp3 player on a page using curl and
php, but we need a javascript solution so more can use it on their
sites.
To extract the mp3 (its like a redirect?) and put it in the filename
in mp3 player on a webpage...
Can this be done in javascript?
I'm new here, been lurking and trying to learn more. I was wondering
something. I have a client who does text to mp3 changes. The app reads
the text on the webpage and returns an mp3 of it.
So basically the url we have to work with is:
To get the mp3:
http://www.talkr.com/app/get_mp3.app?feed_url=http://www.somedomain.xml&
permalink=http://www.somedomain/articlename.php&url_only=
I can get the mp3 filename into an mp3 player on a page using curl and
php, but we need a javascript solution so more can use it on their
sites.
To extract the mp3 (its like a redirect?) and put it in the filename
in mp3 player on a webpage...
Can this be done in javascript?