简体   繁体   中英

AMF call vs Javascript call to facebook

I have a flash application which would be on Facebook . I was wondering currently I have two options in front of me either make javascript calls which will make AJAX calls and return the data to flash or make direct AMFPHP calls and get data into flash.

Which would be more faster? more importantly a better approach?

amfphp is very compact and will likely be faster "in transit" than ajax calls, it'll also save you the round trip to javascript.

What is the better choice really depends on what you're more comfortable with.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM