C# Class SWFProcessing.SWF2HTML.Model.JQueryCanvasApp

显示文件 Open project: WeeWorld/Swiffotron Class Usage Examples

Private Properties

Property Type Description
BuildDictionary void
JQueryCanvasApp System.Collections.Generic
RegisterTimeline string
ShapeToJS string

Public Methods

Method Description
JQueryCanvasApp ( string ID, SWF swf, SWF2HTMLOptions options ) : System.Collections.Generic
Render ( bool standalone ) : byte[]

Render the SWF as a canvas element

Private Methods

Method Description
BuildDictionary ( Timeline timeline, StringBuilder buff ) : void
JQueryCanvasApp ( ) : System.Collections.Generic
RegisterTimeline ( Timeline t ) : string
ShapeToJS ( Shape shape ) : string

Method Details

JQueryCanvasApp() public method

public JQueryCanvasApp ( string ID, SWF swf, SWF2HTMLOptions options ) : System.Collections.Generic
ID string
swf SWFProcessing.SWFModeller.SWF
options SWF2HTMLOptions
return System.Collections.Generic

Render() public method

Render the SWF as a canvas element
public Render ( bool standalone ) : byte[]
standalone bool If true, the output HTML will be a complete /// HTML file containing all that it needs to run. If false, you need to make /// sure you put it in a friendly HTML5 environment where jQuery and the /// player script are available.
return byte[]