I want to know the size limit of data which can be fetched in case of HTTP/Webservice/RO.
Any file size limits are not flex specific, but instead relate to the protocols in question - which (AFAIK), there are none.
However, it's worth noting that if you send a particularly large packet size to the client, you will notice that the UI freezes while the packet is deserialized into memory within the client.