Is there a way to stream audio directly from the url provided in the "audio_url" attribute? Whenever I try, I get errors, and visiting the URL in a browser yields "request denied" page. I want to avoid having to use a WebView to embed the flash audio player if at all possible.
What platform are you working on? I've figured out a way to access all URLs except of the spotify URLs. However, I'm pretty sure that Tumblr would have given us the URLs if they wanted us to use them. So they actually don't want you to use this so you should open a thread that asks them to change this. Here's the pattern to get a working URL: Take this URL: "http://a.tumblr.co...@o1.mp3" and replace %@ with the last path component of the audio URL given by the Tumblr API.
On Friday, August 3, 2012 8:55:45 AM UTC+2, HT154 wrote:
> Is there a way to stream audio directly from the url provided in > the "audio_url" attribute? Whenever I try, I get errors, and visiting the > URL in a browser yields "request denied" page. I want to avoid having to > use a WebView to embed the flash audio player if at all possible.
On Friday, August 3, 2012 2:59:32 AM UTC-7, Larcus94 wrote:
> What platform are you working on? > I've figured out a way to access all URLs except of the spotify URLs. > However, I'm pretty sure that Tumblr would have given us the URLs if they > wanted us to use them. So they actually don't want you to use this so you > should open a thread that asks them to change this. > Here's the pattern to get a working URL: > Take this URL: "http://a.tumblr.co...@o1.mp3" and replace %@ with the > last path component of the audio URL given by the Tumblr API.
> On Friday, August 3, 2012 8:55:45 AM UTC+2, HT154 wrote:
>> Is there a way to stream audio directly from the url provided in >> the "audio_url" attribute? Whenever I try, I get errors, and visiting the >> URL in a browser yields "request denied" page. I want to avoid having to >> use a WebView to embed the flash audio player if at all possible.
On Friday, August 3, 2012 12:21:05 PM UTC+2, HT154 wrote:
> I'm working on OS X. This works great.
> Thanks a ton for the help. I'll open a thread requesting a few things I've noticed over the past few days.
> On Friday, August 3, 2012 2:59:32 AM UTC-7, Larcus94 wrote:What platform are you working on?
> I've figured out a way to access all URLs except of the spotify URLs. However, I'm pretty sure that Tumblr would have given us the URLs if they wanted us to use them. So they actually don't want you to use this so you should open a thread that asks them to change this.
> Here's the pattern to get a working URL:
> Take this URL: "http://a.tumblr.co...@o1.mp3" and replace %@ with the last path component of the audio URL given by the Tumblr API.
> On Friday, August 3, 2012 8:55:45 AM UTC+2, HT154 wrote:Is there a way to stream audio directly from the url provided in the "audio_url" attribute? Whenever I try, I get errors, and visiting the URL in a browser yields "request denied" page. I want to avoid having to use a WebView to embed the flash audio player if at all possible.
Well, attempting to. I'm relatively inexperienced with Objective-C, and wrapping my brain around AppKit is proving challenging. It's more for practice and experience, but if it turns out well, who knows?
On Friday, August 3, 2012 3:30:32 AM UTC-7, Larcus94 wrote:
> Are you developing a mac app for tumblr?
> On Friday, August 3, 2012 12:21:05 PM UTC+2, HT154 wrote: > > I'm working on OS X. This works great.
> > Thanks a ton for the help. I'll open a thread requesting a few things > I've noticed over the past few days.
> > On Friday, August 3, 2012 2:59:32 AM UTC-7, Larcus94 wrote:What platform > are you working on? > > I've figured out a way to access all URLs except of the spotify URLs. > However, I'm pretty sure that Tumblr would have given us the URLs if they > wanted us to use them. So they actually don't want you to use this so you > should open a thread that asks them to change this. > > Here's the pattern to get a working URL: > > Take this URL: "http://a.tumblr.co...@o1.mp3" and replace %@ with the > last path component of the audio URL given by the Tumblr API.
> > On Friday, August 3, 2012 8:55:45 AM UTC+2, HT154 wrote:Is there a way > to stream audio directly from the url provided in the "audio_url" > attribute? Whenever I try, I get errors, and visiting the URL in a browser > yields "request denied" page. I want to avoid having to use a WebView to > embed the flash audio player if at all possible.