If i run my application from Flex Builder then my HTTPService calls work fine. But if i run application using .html file in /bin/ directory then i get the following error:

Code:
faultCode:Client.CouldNotDecode faultString:'Default decoder could not decode result' faultDetail:'null'
Can someone explain to me what's going on?