Air Video Monitor on iOS, Android, Blackberry and desktops
A remote control based video monitoring with many-to-many video chat via wi-fi (therefore the “Air”) “The app has been selected as finalist of the Adobe and Sony AIR Mobile Challenge. It was also selected by Adobe as a finalist for the Mobile Challenge Europe, but it didn’t run the final because it was not on the three stores at the correct...
Read MoreAdMob component for AIR mobile projects
I needed to auto show and auto hide ads for my mobile project experiments, so I got both, Serge Jespers article and Sönke Rohde wrapper together and added the following features for an AdMob AIR mobile project: ✓ Updates the AdMob view port (for auto orients / rotating the device) ✓ Auto show ✓ Auto hide ✓ Manual hide / show triggering timer back up *ie: when showing a menu via...
Read MoreAS3Serializer released
Serializes AS3 objects into XML and back to value objects : https://github.com/MarioVieira/AS3Serializer Why for? Strong typed objects instead of XML files (configuration, etc) How does it work? var xml:XML = Serializer.serialize( myDataTransferObject ); var myObject:MyDataTransferObject = Serializer.deserialize( xml ); What are the rules? Don’t use parameters in the constructors Which...
Read MoreLive webcast platform – video in three bandwidths with real time colaboration editing suit
This is a fully operational prototype I have developed over one year time for the Norwegian government while working in Workzone AS It uses FMS offering real time over the editing suits facilitates, as well as for content management. The live streams are recorded in three bandwidths, and these are automatically available on VoD once transmission in concluded. I built the players on OSMF, which...
Read MoreOSMF player + examples
I have put together a OSMF player for audio, video, swf, sequences as well a dynamics streams, and since I have written an article for InsideRIA about OSMF, I’m making the player and updates available here. If you interested in the HTML5 set up, please check out the article in InsideRIA. Basically, the spark video component is cool, but is miles away from being up to date with the OSMF...
Read MoreOSMF 1.5 in Flex 3 and 4
It’s well cool that OSMF is on the spark VideoPlayer, but I did not manage to play image slides, or swfs on it, and although we want to do spark perhaps there are still lots of project in Flex 3. I have setup an OSMF (1.5) for Flex 3 and 4 and I thought more people could find it handy. Since I compiled the classes with the OSMF compiler settings, there is no need to add any compiler...
Read MoreAS3 XML serialization/deserialization with CRUD
In Workzone AS I did a few prototypes, and time was short for setting up a data model and its business logic. I then created a AS3 serializer to persist the DTOs as XML files, and by using an “ICRUD” interface I was sort of free to later on implement the correct remote data service. The goal of the project was to serialize and de-serialize value objects in XML (JSon is good, but I...
Read More






