If you’re wondering why OSMF isn’t loading audio from your PHP gateway, here’s why.
A clean web-based MP3 player based on the OSMF framework, with a familiar look & feel.
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 [...]


