I would use the FCS version that closely matches the way you will deploy any
app. That sounds like Linux for you. But it actually won't matter for code
development purposes - what works on Windows should work on Linux.
The difference is how you connect. In your development (PC) environment, you
would be tempted to give the URL as "rtmp:/application", but if you installed
in on Linux, you would need to use "rtmp://hostname/application" - which is
what you'd use for a production release.
Hope that helps.
--peter
Mário Diogo - 25 Feb 2004 17:22 GMT
yes it helped... thanks.
> I would use the FCS version that closely matches the way you will deploy any
> app. That sounds like Linux for you. But it actually won't matter for code
[quoted text clipped - 7 lines]
> Hope that helps.
> --peter