VMLOUT command
Exports drawings in VML format, embedded in an HTML file (short for "vector markup language").
Description
Opens the Create HTML file dialog box to save data from the current drawing to an HTM file. The data is stored in VML format and embedded in an HTML file. You can view the file in a Web browser. However, you may need to install a VML plug-in.
The output is in HTML format and looks something like this:
<html xmlns:v="urn:schemas-microsoft-com:vml">
<head>
<object id="VMLRender" classid="CLSID:10072CEC-8CC1-11D1-986E-00A0C955B42E"></object>
<style>
v\:* { behavior: url(#VMLRender); }
</style>
</head>
<body>
<v:group id="AN00001_" style="width:8in;height:8in;" coordSize="1600,1600">
<v:shape style="width:1600;height:1600" path="nf m 214,42 l 213,41 214,41 e"/>