<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sat, 18 May 2013 12:37:24 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[IBM developerWorks: Generate Flash movies on the fly with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/6954</guid>
      <link>http://www.phpdeveloper.org/news/6954</link>
      <description><![CDATA[<p>
The IBM developerWorks site has a new tutorial posted about <a href="http://www-128.ibm.com/developerworks/library/os-php-flash/index.html?ca=drs-">creating Flash movies</i> on the fly with PHP (and some help from <a href="http://www.php.net/ming">Ming</a>).
</p>
<blockquote>
Rich Internet Applications is the new buzz-phrase for Web 2.0, and a key component of the substance behind Web 2.0 is Adobe Flash. Learn how to integrate Flash movies into your application and generate Flash movies dynamically using the Ming library.
</blockquote>
<p>
They <a href="http://www-128.ibm.com/developerworks/library/os-php-flash/index.html?ca=drs-">start with a brief look</a> at Flash and how its embedded into a web page, including the needed HTML. From there, they jump right into Ming.
</p>
<p>
They create a sample Flash file - a "Hello World" - to get the ball rolling. They modify it a bit and create some moving text of varying colors. Next up is working with shapes and lines, and finally - importing and using images in your simple PHP-generated Flash animation.
</p>]]></description>
      <pubDate>Thu, 21 Dec 2006 09:02:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Experts Round Table: SWF Frame Rate Extraction]]></title>
      <guid>http://www.phpdeveloper.org/news/6720</guid>
      <link>http://www.phpdeveloper.org/news/6720</link>
      <description><![CDATA[<p>
On the Experts Round Table website, there's <a href="http://www.expertsrt.com/articles/VGR/SWF-Frame-Rate-Extraction.html">this cool bit</a> of code that works with the <a href="http://slainte.phpclasses.org/swfheader">SWFHeader library</a> to extract the frame rate information from a Flash file.
</p>
<blockquote>
<p>
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.
</p>
<p>
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. 
</p>
</blockquote>
<p>
Of course, the <a href="http://www.expertsrt.com/articles/VGR/SWF-Frame-Rate-Extraction.html">code is provided</a> 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.
</p>]]></description>
      <pubDate>Thu, 16 Nov 2006 09:58:00 -0600</pubDate>
    </item>
  </channel>
</rss>
