Module SWF.OO


module OO: sig .. end


This module is made to be an interface very close to the other Ming bindings like the PHP one for exemple.
class swfFill : fill:SWF.fill -> object .. end
class swfGradient : object .. end
class swfFont : filename:string -> object .. end
class swfDisplayItem : display_item:SWF.display_item -> object .. end
class swfShape : ?shape:SWF.shape -> unit -> object .. end
class swfMorph : object .. end

type item =
| SWFShape of swfShape
| SWFMorph of swfMorph
class swfMovie : object .. end