fMath for Java is a FREE solution to display and edit mathematics on web pages using Java components.

MathML Formula - swc component for Flash


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
`


www.learn-math.info | www.apprendre-math.info | www.aprender-mat.info | www.invata-mate.info
Designed by Diana Alexandru
free components MathML flex GWT LaTeX Web Editor free plugin MathML flash math Mathematics Equation Widget MathML flash LaTeX Mathematics FREE Editor Java