OSMF + PHP Gateway

If you’re wondering why OSMF isn’t loading audio from your PHP gateway, here’s why.

Tagged with:  

Twitter crossdomain.xml

I recently needed to retrieve XML from a public user’s tweets without oauth, and discovered Twitter no longer allows external domains to access the twitter api in their crossdomain.xml file.

ZendAMF Serialization Patch

In August I posted an issue on the Zend Tracker in regards to a noticeable bottleneck with serialization. ZendAMF performs at least 5x slower than AMFPHP, which is jarring when retrieving a high volume of rows. Many just shrugged it off and stayed with AMFPHP on more demanding data-retrieval projects. Today Mark Reidenbach contributed a [...]