What is implemented from MathML?
What is implemented from LaTeX?
MathML compatibility test suites
How to display equations in your site?
How to display graphs in your site?
Plugins for Html Online Editors
Components for your Flex applications
Components for your Flash applications
| Install the component in your Flash project |
- Download the swc component from download area (swc file and fonts) - Unzip the package - Copy the swc file and the folder fontswf in your project - Set the "Library Path" in your project to use the swc component |
| How to use MathML Editor component |
import fmath.apps.*;
import fmath.api.gui.*;
stage.scaleMode = StageScaleMode.NO_SCALE;
var stageMaxX:int = 1000;
var stageMaxY:int = 600;
var editor:Editor = new Editor(callback);
editor.setBounds(800,400);
addChild(editor.mainMc);
function callback(win:Window):void {
win.mainMc.x = (stageMaxX - editor.width)/2;
win.mainMc.y = (stageMaxY - editor.height)/2;
}
editor.initEditor(root.loaderInfo);
function setMathML(mathML:String):void {
editor.setMathML(mathML);
}
function getMathML():String {
return editor.getMathML();
}
function getWidth():int{
return editor.getWidth();
}
function getHeight():int {
return editor.getHeight();
}
function getBase64Image(type:String, precission:int=100):String {
return editor.getBase64Image(type, precission);
}
stop();
|
| More info and settings for formula go Editor Tab |
| free components MathML flex GWT LaTeX Web Editor free plugin MathML flash math Mathematics Equation Widget MathML flash LaTeX Mathematics FREE Editor Java |