Re: Problem with accessing Audio files from server.

2012-04-26 Thread Mario Gudelj
Well, you should be able see the response from the server in Firebug or Chrome Console. If it's 404 you need to look at your paths. If it's 200 you have a frontend issue. -m On 27 April 2012 14:37, atul khairnar wrote: > Yes, I am using embedded player in html in the front end. > I think the pa

Re: Problem with accessing Audio files from server.

2012-04-26 Thread atul khairnar
Yes, I am using embedded player in html in the front end. I think the path where i am storing the files, server could no access them? On Apr 26, 2:35 pm, Mario Gudelj wrote: > How do you expect it to play? Do you have a player on the front end? Also, > if you look at the assets loaded into a brow

Re: Problem with accessing Audio files from server.

2012-04-26 Thread Mario Gudelj
How do you expect it to play? Do you have a player on the front end? Also, if you look at the assets loaded into a browser - you can do this with Net panel in firebug - does the file get loaded? On 26/04/2012 2:23 PM, "atul khairnar" wrote: > Hi, > I am writing Internet Radio App using Django. W