News Feed
Jobs Feed
Sections




News Archive
Experts Round Table:
SWF Frame Rate Extraction
November 16, 2006 @ 09:58:00

On the Experts Round Table website, there's this cool bit of code that works with the SWFHeader library to extract the frame rate information from a Flash file.

The first idea is of course not to reinvent the wheel and search for an already-made solution. I had to find a really good way to extract information from a SWF file. I had two trivial ways to go : (a) find an already-made SWF Header Extractor, or (b) work at the binary level.

At first, of course, I turned to the PHP documentation (http://www.php.net/manual/en/) and found out the LibSWF and Ming libraries as candidates.

Of course, the code is provided for his solution, and it's actually quite simple. The class does the hard work of mapping out the data from the Flash file's header. All he needed to do was to reference that value in the result under the 'fps' array key.

0 comments voice your opinion now!
swf flash frame rate extract ming libswf swfheader swf flash frame rate extract ming libswf swfheader


blog comments powered by Disqus

Similar Posts

Andries Seutens' Blog: Zend Framework, just get me started, okay?

Zend Developer Zone: 30 Minutes with Active Media Architects

Greg Beaver\'s Blog: PEAR 1.4.x adoption rate

Manfred Weber's Blog: Sharing complex objects between PHP and Flash - Part II

James Fuller's Blog: Adding a Session Flash Message to your site in Lithium PHP


Community Events











Don't see your event here?
Let us know!


interview phpunit opinion tool release unittest object framework series functional testing application code zendframework2 community example language podcast development introduction

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework