With the older version of MathPlayer, the three symbols given at the end of following examples used to work. But they are not working anymore with the latest version MathPlayer 2.1d. I am using IE 6.0 Service Pack 3. Please copy and past the following code in a HTML file and test to understand my question. ////////////////////////Begin: HTML File//////////////////////////////////////// <html XMLNS:m="http://www.w3.org/1998/Math/MathML"> <head> <link rel="shortcut icon" href="favicon.ico"> <OBJECT ID=behave1 CLASSID="clsid:32F66A20-7614-11D4-BD11-00104BD3F987"></OBJECT> <?IMPORT NAMESPACE="M" IMPLEMENTATION="#behave1" ?> </head> <body> <p>Following works:</p> <p><m:math><m:msup><m:mi>T</m:mi><m:mn>2</m:mn></m:msup></m:math></p> <p>Following works:</p> <p><m:math><m:mover><m:mi>T</m:mi><m:mn>2</m:mn></m:mover></m:math></p> <p>Following works:</p> <p><m:math><m:mover><m:mi>T</m:mi><m:mo>⇀</m:mo></m:mover></m:math></p> <p>Down Right Vector. Works:</p> <p><m:math><m:mo>⇁</m:mo></m:math></p> <p>Right Vector. Does NOT work:</p> <p><m:math><m:mo>⇀</m:mo></m:math></p> <p>Naturals: Set of Natural Numbers. Does NOT work:</p> <p><m:math><m:mo>ℕ</m:mo></m:math></p> <p>Reals: Set of Real Numbers. Does NOT work:</p> <p><m:math><m:mo>ℝ</m:mo></m:math></p> </body> </html> ////////////////////////End: HTML File//////////////////////////////////////// Any help would be appreciated, SafReceived on Monday, 30 March 2009 05:35:47 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 27 October 2009 08:33:26 GMT