Author Archives: Birsan
Kinect c# and as3
I got the new Kinect sensor. Decided to share some of my experiments. I am using prime sense driver along with openNI middle-ware. I build a C# wrapper to get the hand x,y,z coordinates to flash. The wrapper also has the possibility of moving mouse cursor and creating mouse clicks in two ways:
– [...]
Posted in Flash/AS3 Comments closed
Introducing the AS3 Karaoke player
I decided to post one personal project that I did last year. The “AS3 Karaoke: Player is a experimental online mp3/cdg player. It`s been a pleasure developing it but unfortunately I have no time to finish it so whoever is interested in continuing please feel free to do so.
Posted in Flash/AS3 Comments closed
Lip Sync & Text To Speech
Using the extract method of the Sound Class we can now do a realistic lip Sync of sounds coming from external files or even from the microphone. This demo uses Google translate text to speech service. This allows me to send a string with the text and replies with a mp3 with the readout of [...]
Posted in Flash/AS3 Comments closed
Compile Time
Speed Up compilation
Here are a few tips that can decerese the time flash takest to compile your projects.
1. Library itames the less the better ( try to make them load at runtime)
Images check the Use imported JPEG data box for JPEG and use
[...]
Posted in Flash/AS3 Comments closed
How It all started
These are some web-sites I done several years ago. Back in that time I was using as2.
Posted in Flash/AS3 Comments closed
Silky Smooth HD Animation !
For the past 2 weeks I am working on a touch screen project. This involves 8 full HD tv that are each covered by a touch screen. They will present different 1980*1080px animations presenting images/videos. The big question was ” Can Flash Player handle it?”
Posted in Flash/AS3 Comments closed
Hyper Media Player
UPDATE !! flash player 10.1 NetStream has a new method appendBytes. Using this people can playback local FLV and MP4.
Inspired by “FriendsofED Object Oriented ActionScript” I created this lite weight (40.0 KB) to serve as a the default player for a e-learning project. It can play the following types of files : jpg, mp3, [...]
Posted in Flash/AS3 Comments closed
Music Workout – A failed experiment