Adobe is hosting a free Media Player

Playing media will never be simpler than this. Adobe recently lunched a hosted service for playing back your media files. This is called Flash Media Playback , basically a media player hosted at Adobe. It is based on the Open Source Media Framework (OSMF). The full feature list is here. This has got a web configuration here. The point here is, one can just upload a video somewhere in the web and in the configuration, point the source to the respective URL. All that remains is copy-paste the generated code and you are ready with a media player, to play your video content.
The opensource version of the player is known as Strobe Media Playback and this is hosted at sourceforge. For those, who like to host their own media player, can download this and host it in the personal preferred location.
I took a test by implementing the Flash Media Playback. It took 2 mins to integrate a hosted f4v file in my server with the Flash Media Playback.
Peter Elst has already put in a plugin for wordpress to use Flash Media Playback.

Happy Flashing :)

FLA compilation/publishing utility version 2

Well, this is just to make a little update to the utility I have made earlier for publishing the FLAs. The old utility code I never liked as a project, so ended up re-writting it again from ground up. Since the AIR SDK final verison is out, I have to compile it against the new SDK too.

The windows version of the utility is available here.

The new code is now taking advantage of Robotlegs framework and De MonsterDebugger. So if, you want to make your own utility on it, make sure you have the libraries.

One thing for sure is, I liked Robotlegs framework. After my earlier experience with other frameworks, I loved MATE the most (At that time Robotlegs was not born :) ) and the next thing is Robotlegs. Not only the framework is swift, but the community behind it is vibrant and the docs are just to the point. Good work guys.

Happy Flashing :)