2 Comments Juli 20th, 2010 by webfraggle
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.
8 Comments Juli 13th, 2010 by webfraggle
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 >>>
Add a comment Juli 11th, 2010 by webfraggle
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 >>>
Add a comment Juli 6th, 2010 by webfraggle
…because Serge Jespers an Adobe platform evangelist likes my work and wrote a short article about my Dräger Carina® on Multi-screen video.
5 Comments Juli 1st, 2010 by webfraggle
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 >>>