Kategorie: Adobe Flash Platform

20. Juli, 2010

AS3 FLVPlayback smoothing the scaling.

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.

1. Juli, 2010

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

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 […]

14. Januar, 2010

xmoovStream, php Streaming Server

Ich habe den xmoovStream Server von Eric getestet und finde, dass das Teil ziemliches Potenzial hat. Wer selbst mal probieren will, kann es auf meinen meinem Server http://stream.xplore-it.com/xsexamples, oder auch auf dem xmoovStream Server tun. Ich wurde auch dankend erwähnt 😀

14. Dezember, 2008

$1 Recognizer for Flash Actionscript

While my research for a gesture, pattern or dwt recognition algorithm for recognizing movements of the wiimote’s accelerometers I found this amazing small but accurate „$1 Gesture Recognizer in JavaScript„. Because it works great I converted it into Actionscript for Flash. Here you can test it and download the source:

8. Dezember, 2008

Augmented Reality

Was ist es? Ich denke ein Beispiel sagt mehr als tausend Worte Und hier ein erstes kleines Tutorial in Englisch, da der Entwickler des FLARToolkit großteils Japanisch dokumentiert. Ich denke daran werde ich es demnächst auch mal selbst probieren.