Archive for the ‘Flash’ Category

Tracking Interactions in Flash with Google Analytics

Thursday, May 29th, 2008

Found an interesting article in the help section of Google Analytics that describes how to track interactions in Flash.

Flash Player 10 Peer-to-Peer FAQ

Tuesday, May 27th, 2008

Justin Everett-Church, a member of the Flash Player team, has posted Peer-to-Peer FAQ on his blog. Peer-to-Peer in Flash Player 10 will be achieved through utilizing a future Adobe server technology. I haven’t seen any details of this server technology, but it looks like Adobe has a lot of cool backend services in th works like whatever will power RTMFP, CoCoMo, and Share.

Flash Player 10 ActionScript Language Reference Posted on Labs

Wednesday, May 21st, 2008

If you want to learn the syntax and usages of the APIs in Flash Player 10 (”Astro”) they can be downloaded from labs.

You can check out the Flash Player 10 page on Adobe Labs to learn how to compile content to target Flash 10 or check out my previous post.

Using FFMPEG to Encode Video for iPod, iPhone Streaming, and Flash 9

Wednesday, May 21st, 2008

Read on to learn how to encode videos in to H264 for use by Flash 9, and also to stream to an iPhone in Safari, and be able to sync them onto an iPod.
(more…)

Flash Player 10 (”Astro”) Prerelease and Flex SDK Build Available to Compile Flash Player 10 Content

Friday, May 16th, 2008

Yesterday Adobe announced a prerelease version of Flasy Player 10 which is code-named “Astro”. Users may install it and ensure their existing Flash content continues to function in Flash Player 10. Some demos of Flash Player 10 content are available as well to see the new features in action.

Some of the exciting new features include:

  1. the ability to render filters and effects made using the PixelBender toolkit
  2. dynamically manipulating sounds at the ByteArray level
  3. new Vector class for strongly-typed, more efficient arrays
  4. and plenty others

For users that wish to start compiling their content into Flash Player 10 and taking advantage of things like the new Drawing API, they may compile Flash Player 10 content using a nightly build of the Flex 3 SDK.

Also, Aaron West posted a great collection of links to articles and blogs related to the release.

Presentation on AMF Using BlazeDS, AMFPHP, RubyAMF, and ColdFusion

Wednesday, February 6th, 2008

Tonight I gave my first presentation at the Capital Area Flex User Group about AMF. I ran over the history of AMF, the basics, and then walked through 4 examples showing how to use it from various backends:

I’ve added a Presentations section to our website where we will archive all presentations we give including any PowerPoint slides and source code.

I will try to post my code examples to the AMF Presentation page by tomorrow evening.

Adobe onAIR Bus Tour: Baltimore

Tuesday, August 21st, 2007

Yair and I went to the Baltimore stop of Adobe’s onAIR Bus Tour tonight.

Ryan Stewart

Ryan Stewart kicked off the keynote giving an introduction and overview to Adobe AIR. After briefly going over the background/web-history of the Flash player and the motivations behind the development of Adobe AIR, Ryan showcased some AIR applications:

He also highlighted that with the newly announced update to Flash Player 9 (codenamed “Moviestar”), Flash SWFs will be able to support H.264 video and HE-AAC audio. This will allow Quicktime movies to be played through SWFs and the Adobe Media Player.

Ryan then mentioned that the second public beta drop of AIR will be released during the MAX 2007 conference. Also, we were reminded of the AIR Developer Derby: a contest to see who can make the best AIR application. The grand prize is essentially a $100,000 travel coupon. There will also be five category winners that will win “The Ultimate Desktop Environment”, which is pretty much a bunch of beast hardware.

Mike Chambers

Next up was Mike Chambers demo’ing how to write a HelloWorld Flex-based AIR application. Pretty standard, but he went on to highlight the install experience for end-users that will be using AIR applications we developers will be creating. End-users will need the AIR runtime in order to install an AIR app, but developers will be able to place a Flash Badge on their website which will allow users without the AIR runtime to install both the runtime and their AIR application with only 4 clicks.

Mike finished off with pointing any developers that are starting to play around with AIR to the onAIR Bus APIs which have a ton of live data that can be used in an AIR app.

Kevin Hoyt

Kevin Hoyt was next to demo how to build an HTML-based AIR Application.

Kevin emphasized that Flex Builder is not necessary to create AIR applications. The Flex 3 SDK (which is freely downloadable) contains the AIR SDK as well, so you can compile and debug your AIR applications from the command line. Dreamweaver CS3 also has an AIR extension so if you’re a web developer that’s afraid of the command line you can go ahead and develop your HTML page in Dreamweaver and debug the application or package it as an AIR file directly within the comfort of Dreamweaver.

Script Bridging

Kevin next demo’d the script bridging capabilities of AIR, which lets JavaScript reach into the ActionScript world and invoke any methods in the Flash API (anything in the flash.* namespace). The reverse is also true (ActionScript reaching into the JavaScript world). This means you can have a purely HTML-based AIR application that can call methods in the Flash API by simply doing things like:

<script>
  var airFile = window.runtime.flash.filesystem.File;
  var desktop = airFile.desktopDirectory;
  var myFileInJS = new airFile(desktop.resolve("file_on_the_desktop.txt");
</script>

Here, myFileInJS is a JavaScript variable that references an ActionScript 3 class from the AIR SDK.

So “window.runtime.flash.* can let you directly use any Flash class from JavaScript. IMO the coolest thing Kevin covered is the ability augment the Flash packages you can use by simply script including a library.swf from any SWC to access those AS classes:

<script src="library.swf"></script>
<script>
  var encoder = runtime.com.adobe.images.PNGEncoder;
  encoder.encode( bitmapData )
</script>

In this example, encoder is the PNGEncoder from the as3corelib project, but the encoding is being done in JavaScript using AS classes! Very cool stuff. (FYI: a SWC is stored in a ZIP format, so you can just unzip a SWC file to access the library.swf inside of it)

Chafic Kazoun: Windowing in AIR

Windowing concepts Chafic covered/demo’d:

  • utility window
  • standard window
  • custom chrome transparent window
  • custom chrome where background is embedded in a SWF
  • custom window dispatching events and being listened to by another window

Ben Forta: AIR + ColdFusion

Highlights from Ben’s talk:

  • 50% of existing ColdFusion customers have upgraded to ColdFusion 8.
  • ColdFusion/Flex Extensions for Eclipse available at Adobe’s ColdFusion page.

Can generate a ColdFusion-backed Flex web app w/ literally no front-end coding; the extension has Master/Detail/Master_Detail and DB wizards to configure everything which then generates the CFCs, MXML components, and CSS stylesheets using all best practices.

This was possible before in ColdFusion 7, but now ColdFusion 8 can generate a ColdFusion-backed AJAX/HTML/CSS web app in the same manner.

From AIR you can load an HTML page from a ColdFusion backend and it will properly renders this AJAX/HTML/CSS generated content.

Searchles TV Gets Cease & Desist Letter (and good press too)!

Thursday, March 15th, 2007

Less than a week after Searchles TV was released, Sony’s Grouper has sent Searchles a Cease & Desist letter. Grouper - a video hosting site - asserts that Searchles has violated the Federal Lanham Act and that Searchles’ video player “effectively stripped away Grouper’s extensive copyright protection system.”

Interestingly enough, Grouper itself is being sued for copyright infringement.

But the most exciting part of the story is all the press that Searchles TV received as a result of Grouper’s cease and desist letter! Check out these links:

SmartLogic Creates a Video Player for Searchles

Friday, March 9th, 2007

Searchles - a Web 2.0 social search engine - has just released Searchles TV! Searchles TV is a video player that lets you combine multiple videos in any order using multiple sources like YouTube, Google Video, MySpace, Blip.tv or Grouper and play them through one viewer either at Searchles or on your blog or website without the hassle of using editing software.

We at SmartLogic Solutions created the actual video player itself using Adobe Flash.

Below is an example of the video player in action:

Some highlights of the video player:

  • The volume slider is a lot more usable than YouTube’s volume slider.
  • The position seeker is also a lot more usable. You can actually drag it around and the picture updates in real-time.
  • You can play multiple videos in one player! Click the “menu” button on the player to view the playlist. You can click the little play/pause buttons to move to any video.

More information / related links: