I have a person asking to serve a Flash movie on our webserver. One of the reasons given for not allowing this is that Flash "holds connections open on the server". This isn't streamed content, it's a compiled Flash movie, so I would have thought that the object would be returned to the client in one hit without requiring any connections to remain open. Do I understand this correctly?

link|improve this question

75% accept rate
feedback

1 Answer

up vote 2 down vote accepted

It Depends TM

If the service is hosted on a Flash Media Server (FMS), then these applications are a lot more complex than your traditional Flash apps, and they certainly can maintain a constant connection to the server.

However an old fashioned SWF presentation would not leave a connection open with the server. It may request more data from the server if required, but this is done through the Flash equivalent of Ajax, so they are a brand new request in their own right.

If every SWF playing required a constant connection to its host, then it would not be a feasable technology!

link|improve this answer
Thanks. Definitely not hosted on a FMS - it's a standalone *.swf movie with no interaction (so no Ajax requests) requirement. – Phil.Wheeler Mar 11 '10 at 0:38
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.