marcelfahle.com

Archiv August, 2007

Flash Live Streaming

22-08-2007

Update: check out this flash h.264 live stream, it’s more likely that it is online
Today I do some live broadcasting out of my living room for a presentation on the Games Convention in Leipzig.
The live stream will take about two hours and demonstrates VCS’s capability to do live streaming over the HTTP protocol.
The stream is […]

First H.264 demo in Flash Player 9

21-08-2007

UPDATE: I’ve placed some more advanced and improved Streaming Demos on our company website: Check out http://slot3.com
Today Adobe released a new Beta of Flash Player 9. The new update, wich is code-named Moviestar by the way, now supports MPEG-4 playback. That means, that you now can use the Flash Player to playback H.264 encoded files. […]

Awesome Illustrations

21-08-2007

Creativity Spark from Msters of Graphics Design

Get simpsonized

04-08-2007

I’ve got this link a couple of days ago and finally checked it out today. Simpsonizeme.com is a really funny application that turns a photo from you into simpson style. Here’s my one:

Scale Nine

04-08-2007

really cool Flex and AIR Themes: scale nine

Flash based AES encrypter

04-08-2007

Since a couple of weeks my buddy Gerd Hilgemann is on kind of a security trip and is doing some really cool stuff with Flash and Adobe AIR. His first outcome is an AES de- and encrypter written in Flex3/AIR which is pretty fast and very cool. With this technology you’re able to protect your […]

Flex: Repeater Warnings while looping a HTTPService Result

01-08-2007

During my current project, a Flex-based Content Management System, a came across an annoying warning, while using the result from an HTTPService call as a DataProvider for a Repeater Component.
What I did, was this:
PLAIN TEXT
Actionscript:

<mx:Repeater id=“widgetListRepeater” dataProvider=“{widgetListServiceResult}”>

   <mx:HBox width=“100%” height=“30″ verticalAlign=“middle”>

      <mx:Button label=“{widgetListRepeater.currentItem.title.@value}”

         click=“selectWidgetFromList(event.currentTarget.getRepeaterItem())”

        […]