资 源 简 介
A simple library for Cappuccino that allows for playing media files in a browser.
An FLV file can be played as follows:
var movieView = [[MXMovieView alloc] initWithFrame: CGRectMake(0, 0, 400, 300)]; [aView addSubview: movieView]; var movie = [MXMovie movieWithContentsOfFile: @"movie.flv"]; [movieView playMovie: movie autostart: YES];