OSMF + PHP Gateway

If you’re wondering why OSMF isn’t loading audio from your PHP gateway, here’s why.

Tagged with:  

Harp Instrument made with Flash on Android

Adobe sent out an invitation to participate in the AIR for Android prerelease, and having already built the iPhone harp instrument with Flash’s iphone-packager, I decided to flip it to Android.

Adobe & Google Strengthening their Partnership

Whoa… browser plugins are evolving, Flash is being integrated into the browser. Links to the announcements below… “Improving the traditional browser plug-in model will make it possible for plug-ins to be just as fast, stable, and secure as the browser’s HTML and JavaScript engines. Over time this will enable HTML, Flash, and other plug-ins to [...]

Tagged with:  

QuickImage – OSMF

QuickImage is a simple class that wraps OSMF objects to simplify external image loading, and adding to the display list, similar to HTML’s img tag. You can either pass the URL in the constructor, setter, or load method. Nice & easy. import com.leefernandes.media.QuickImage; var img:QuickImage = new QuickImage(); img.url = ‘http://www.opensourcemediaframework.com/images/Title.gif’ img.load(); addChild(img); download: http://blog.leefernandes.com/share/QuickImage.zip [...]

Tagged with: