Can anybody please tell me something about flex. I am new to this language. I have made a chat application in PHP and JSP. I wanted to embedd the video chat in it. So is the flex right choice for it. Please suggest me and tell me what do i require to run that code. Do i need to have any server for it to run the code. Please tell me. Mandar Chalke
no, i think flex can produce as3 and mxml files, its based on eclipse, so its a great tool to create code, it produces flash applications, so its seems this is the right tool for you, however i really dont know much about flex
Hi, You don't need anything special on your server to run generic flex application, they run inside the flash player virtual machine which is installed on more than 96 % of users pcs. A video chat application however will certainly need flash remoting installed on your server to serve live video on demand. Regards.