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

MathML Editor - 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 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
`


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