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 Formula component |
import learnmath.mathml.formula.*;
var xmlData:XML = XML("<mrow><mtext>some mathml</mtext></mrow>");
var mathML:MathML = new MathML(xmlData, loaderInfo.url);
var style = new Style();
style.size= 24;
style.mathvariant = "normal";
style.color = "#000000";
var pannel:Sprite = new Sprite()
this.addChild(pannel);
mathML.drawFormula(pannel, style, callbackFunct);
// after the formula is build, call back with the dimensions
function callbackFunct(r:Rectangle){
pannel.x = (550-r.width)/2;
pannel.y = (400-r.height)/2;
}
|
| More info and settings for formula go Formula Tab |
| free components MathML flex GWT LaTeX Web Editor free plugin MathML flash math Mathematics Equation Widget MathML flash LaTeX Mathematics FREE Editor Java |