OSMF + PHP Gateway

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

Tagged with:  

MultiKeyMaster – Simultaneous AS3 Keyboard Events

A lightweight class for simultaneous key events, such as pressing “shift +”, or “command s”.

MultiTouch Swipe Event for Flash

The SWIPE_EVENT passes e.numTouchPoint, which is the number of touch-points (fingers) onscreen during the swipe, for example; allowing you to ignore 1-finger swipes, and respond differently for 2-finger swipes, and so on. The SWIPE_EVENT also passes e.time, which is the time taken to complete the swipe, for example; allowing you to tween a page-flip timed [...]

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: