HelloWorld is not working
Hi,
I'm trying out FMS on Windows Vista. I've got it successfully installed. I am trying to get the simple HelloWorld application to work (described at http://help.adobe.com/en_US/FlashMediaServer/3.5_Deving/WS5b3ccc516d4fbf351e63e3d11a0773d56e-7ffd.html).
However, I'm getting the error:
Error #2044: Unhandled NetStatusEvent:. level=error, code=NetConnection.Connect.Failed
at HelloWorld/connectHandler()
I believe the code is crashing at:
nc.connect("rtmp://localhost/HelloWorld");
Is that the wrong URL? Do I have to enable anything in IIS?
To eliminate the possibility of coding error, I've cut and pasted the code directly from files from C:\Program Files\Adobe\Flash Media Server 3.5\documentation\samples\HelloWorld.
The "HelloWorld" application shows in the "Applications" tab of the Admin console.
What else could I be missing?
