<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/02/ajax-and-flash-playing-togethe.html" />
  <link rel="self" type="application/atom+xml" href="http://www.insideria.com/atom.xml" />
  <id>tag:www.insideria.com,2009://34/tag:www.insideria.com,2008://34.22971-</id>
  <updated>2009-11-18T18:11:23Z</updated>
  <title>Comments for Ajax and Flash Playing Together...Why Not More? (http://www.insideria.com/2008/02/ajax-and-flash-playing-togethe.html)</title>
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.21-en</generator>
  <entry>
    <id>tag:www.insideria.com,2008://34.22971</id>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/02/ajax-and-flash-playing-togethe.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.oreilly.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=34/entry_id=22971" title="Ajax and Flash Playing Together...Why Not More?" />
    <published>2008-02-27T17:59:24Z</published>
    <updated>2008-02-28T00:21:00Z</updated>
    <title>Ajax and Flash Playing Together...Why Not More?</title>
    <summary>Andrew Trice&apos;s recent post on his very cool Flex visualization post got me thinking about using Ajax and Flash/Together.  It&apos;s been possible for years, but uptake seems slow. Seems like the widget providers and video embedding sites adopted it whole heartedly, as did banner ads, but no one else is biting.  So I thought I&apos;d point a few great examples and some tools to make it easier.</summary>
    <author>
      <name>Andre Charland</name>
      <uri>http://www.nitobi.com</uri>
    </author>
    
    <category term="Blogs" />
    
    <content type="html" xml:lang="en" xml:base="http://www.insideria.com/">
      <![CDATA[<p>Andrew Trice's recent post on his <a href="http://www.insideria.com/2008/02/sciencelogic-using-flex-for-co.html">very cool Flex visualization</a> post got me thinking about using Ajax and Flash/Together.  It's been possible for years, but uptake seems slow. Seems like the widget providers and video embedding sites adopted it whole heartedly, as did banner ads, but no one else is biting.  So I thought I'd point a few great examples and some tools to make it easier.</p>

<p>Just last week MooTools added support for SWF with <a href="http://ajaxian.com/archives/mootools-swiff-communicate-with-flash">MooTools Swiff</a>.  Yahoo recently baked in <a href="http://developer.yahoo.com/yui/charts/">Flash Charting into YUI </a> which is pretty cool and a lot easier than trying to use something like SVG in the browser to achieve this.</p>

<p>Of course Adobe released the <a href="http://labs.adobe.com/wiki/index.php/Flex_Framework:FABridge">Flex Ajax Bridge</a> a couple years to give a step up on plain old <a href="http://www.adobe.com/devnet/flash/articles/external_interface.html">ExternalInterface</a> for communicating between JavaScript and Action Script.  Dave Johnson and Alexei White built a pretty cool dashboard demo with <a href="http://www.adobe.com/devnet/flex/articles/nitobi_demo.html">Flex Charting and the Nitobi Ajax Grid</a> tied together with the FA Bridge a couple years ago to achieve the same thing as the YUI Charts.  What's strange is there hasn't been more action here, the <a href="http://flexapps.macromedia.com/flex15/chartexplorer/explorer.mxml?versionChecked=true">Flex Charting component </a>is pretty kick ass and could be dropped into a lot of Ajax projects if it were just a bit friendlier for HTML/JavaScript folks similar to the <a href="http://labs.adobe.com/wiki/index.php/Flash-Ajax_Video_Component">Adobe Flash-Ajax Video component</a>.  <a href="http://www.slideshare.net/">SlideShare</a>, YouTube for PowerPoint if you will, does a really cool Flash uploader implementation.</p>

<p>There are so many interesting things we can do with Ajax and Flash together such as: graphics, file upload, sound, push (sockets), offline web apps (local data objects) and video to name a few.  We have much more to gain by mixing these technologies rather than debating which one is better.</p>

<p>Does anyone have any other really cool Ajax and Flash/Flex hybrid UIs?</p>]]>
      
    </content>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.22971-comment:2015543</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.22971" type="text/html" href="http://www.insideria.com/2008/02/ajax-and-flash-playing-togethe.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/02/ajax-and-flash-playing-togethe.html#comment-2015543" />
    <title>Comment from Mateusz on 2008-02-27</title>
    <author>
        <name>Mateusz</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p><a href="http://weblogs.macromedia.com/flashjavascript/">Flash / JavaScript Integration Kit</a>  - This is the only one that works for me with Opera. ExternalInterface don't.</p>]]>
    </content>
    <published>2008-02-28T06:19:12Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.22971-comment:2015639</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.22971" type="text/html" href="http://www.insideria.com/2008/02/ajax-and-flash-playing-togethe.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/02/ajax-and-flash-playing-togethe.html#comment-2015639" />
    <title>Comment from Nate Koechley on 2008-03-04</title>
    <author>
        <name>Nate Koechley</name>
        <uri>http://nate.koechley.com/blog</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://nate.koechley.com/blog">
        <![CDATA[<p>The YUI Uploader is a recently released Flash/JS hybrid.<br />
<a href="http://developer.yahoo.com/yui/uploader/">http://developer.yahoo.com/yui/uploader/</a></p>

<p>Thanks,<br />
Nate<br />
YUI Team, Yahoo! Inc.</p>]]>
    </content>
    <published>2008-03-04T22:31:53Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.22971-comment:2015652</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.22971" type="text/html" href="http://www.insideria.com/2008/02/ajax-and-flash-playing-togethe.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/02/ajax-and-flash-playing-togethe.html#comment-2015652" />
    <title>Comment from Andre Charland on 2008-03-04</title>
    <author>
        <name>Andre Charland</name>
        <uri>http://blogs.nitobi.com/andre</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://blogs.nitobi.com/andre">
        <![CDATA[<p>Hey Nate, thanks for reminding I totally gapped on that.  Thanks and keep up the good work on YUI. I hope if MSFT buys Yahoo YUI and it's Flash goodness stick around in some shape or form:)</p>]]>
    </content>
    <published>2008-03-05T03:18:47Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.22971-comment:2020382</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.22971" type="text/html" href="http://www.insideria.com/2008/02/ajax-and-flash-playing-togethe.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/02/ajax-and-flash-playing-togethe.html#comment-2020382" />
    <title>Comment from Kyle Simpson on 2008-08-06</title>
    <author>
        <name>Kyle Simpson</name>
        <uri>http://flxhr.flensed.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://flxhr.flensed.com/">
        <![CDATA[<p>Here's an interesting "hybrid" between Javascript/Ajax and Flash:</p>

<p>flXHR (flex-er)  <a href="http://flxhr.flensed.com/">http://flxhr.flensed.com/</a></p>

<p>flXHR creates a completely API compatible drop-in replacement for the native XHR object, but powered with an automatically created and controlled invisible flash .swf, and leveraging Adobe's cross-domain security model with server opt-in control.</p>

<p>This makes flXHR drop-dead easy (~3 lines of simple code) to adapt into any of the major JS frameworks (Dojo, Prototype, jQuery, etc) so a website doesn't have to change any code at all but can automatically get functionality like secure cross-domain communication with flXHR.</p>]]>
    </content>
    <published>2008-08-06T15:58:35Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.22971-comment:2146948</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.22971" type="text/html" href="http://www.insideria.com/2008/02/ajax-and-flash-playing-togethe.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/02/ajax-and-flash-playing-togethe.html#comment-2146948" />
    <title>Comment from j on 2009-10-19</title>
    <author>
        <name>j</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>the flash/java script kit page shows 404 error.  Any other links? </p>]]>
    </content>
    <published>2009-10-19T22:03:15Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.22971-comment:2192337</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.22971" type="text/html" href="http://www.insideria.com/2008/02/ajax-and-flash-playing-togethe.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/02/ajax-and-flash-playing-togethe.html#comment-2192337" />
    <title>Comment from Khan on 2009-11-18</title>
    <author>
        <name>Khan</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>That's really good news that Ajax and Flash are going to combine under one umbrella and it will bring more technological advancement in the online space. Thanks for sharing <a href="http://www.mcitpmcts.com/mcitp.html">MCITP</a><br />
</p>]]>
    </content>
    <published>2009-11-18T18:11:18Z</published>
  </entry>

</feed
