C# 클래스 SWFProcessing.SWF2HTML.Model.JQueryCanvasApp

파일 보기 프로젝트 열기: WeeWorld/Swiffotron 1 사용 예제들

Private Properties

프로퍼티 타입 설명
BuildDictionary void
JQueryCanvasApp System.Collections.Generic
RegisterTimeline string
ShapeToJS string

공개 메소드들

메소드 설명
JQueryCanvasApp ( string ID, SWF swf, SWF2HTMLOptions options ) : System.Collections.Generic
Render ( bool standalone ) : byte[]

Render the SWF as a canvas element

비공개 메소드들

메소드 설명
BuildDictionary ( Timeline timeline, StringBuilder buff ) : void
JQueryCanvasApp ( ) : System.Collections.Generic
RegisterTimeline ( Timeline t ) : string
ShapeToJS ( Shape shape ) : string

메소드 상세

JQueryCanvasApp() 공개 메소드

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

Render() 공개 메소드

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.
리턴 byte[]