AMF call vs Javascript call to facebook -


I have a flash application that will be on facebook I was thinking that I currently have two options which I have Javascript calls which will make AJAX calls and will flash the data or return directly to AMFPHP calls and get data in flash.

Which will be faster? More importantly, a better approach?

amfphp is very compact and calls faster in "transit" than AJAX call, Will also save the round trip

The better option depends on what really is, that you are more comfortable.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -