forked from donblaauw/Extensible
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflash2svg.mxi
More file actions
16 lines (16 loc) · 697 Bytes
/
flash2svg.mxi
File metadata and controls
16 lines (16 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<macromedia-extension name="flash2svg" version=".1">
<author name="David Belais"/>
<products>
<product name="Flash" version="10" primary="true"/>
</products>
<ui-access></ui-access>
<description></description>
<license-agreement>GNU Public License: http://www.gnu.org/licenses/gpl.html</license-agreement>
<files>
<file source="Commands/Export SVG.jsfl" destination="$flash/Commands"/>
<file source="Javascript/Extensible" destination="$flash/Javascript"/>
<file source="Tools/extensible.jsfl" destination="$flash/Tools"/>
<file source="WindowSWF/SVG.swf" destination="$flash/WindowSWF"/>
</files>
</macromedia-extension>