Archive for Juli, 2010

AS3 FLVPlayback smoothing the scaling.

2 Comments

I searched a little while, found only AS2 workarounds, but here is the AS3 version of interpolated, smooth video scaling of a FLVPlayback.

//playback is your FLVplayback instance
playback.getVideoPlayer(playback.activeVideoPlayerIndex).smoothing = true;

I use it after the ready event was send.

Encode and deliver MP4 Video for Flash, iPhone, iPad, Android, Quicktime with timeshift possibility

8 Comments

A big challenge was to find a solution to encode and deliver videos for as much platforms as possible. The only thing that was clear I had to use mpeg4 for max. compatibility.
Continue reading >>>

Quicktime export settings: iMovie to PS3 full hd

Add a comment

Here are my export settings for mp4 movies using “Export with Quicktime” in iMovie which are working on a Playstation 3. Maybe it helps someone, at least I now know where to find them. ;-)
Continue reading >>>

I’m very happy…

Add a comment

…because Serge Jespers an Adobe platform evangelist likes my work and wrote a short article about my Dräger Carina® on Multi-screen video.

Simulations of medical devices on touch devices, multi-screen publishing (Desktop, iPhone, iPad, Android …)

5 Comments

At innovation mecom, where I’m employed, we developed a simulation for training and marketing of a Dräger NIV ventilator called Carina®. It’s a small handy device to ventilate patients in hospitals. This Flash AS3 simulation reproduces all functions of the real device. So it is possible to get a real good impression of it even without using a real device.

UPDATE: The iPhone Version is online.

The online version of this trainer can be found here.

I did the coding of this simulation and I thought it would be an amazing experience to use this on an iPhone or another touch device.

Continue reading >>>