flying-sheep / SWF2SVG

AIR app to convert SWF shapes to SVG images
44 stars 9 forks source link

Doesn't support adobe air 2.6 ie. Linux compatible versions. #3

Open wizzfizz94 opened 6 years ago

wizzfizz94 commented 6 years ago
screenfetch -n
 OS: Mint 18.2 sonya
 Kernel: x86_64 Linux 4.8.0-53-generic
 Uptime: 2h 57m
 Packages: 3697
 Shell: bash 4.3.48
 Resolution: 1920x1080
 DE: Cinnamon 3.4.6
 WM: Muffin
 WM Theme: New-Minty (Mint-Y-Dark)
Mint-Y-Dark [GTK2]
, Mint-Y-Dark [GTK3]
 Icon Theme: Mint-X-Red
 Font: Noto Sans 9
 CPU: Intel Core i5-5200U CPU @ 2.7GHz
 GPU: Mesa DRI Intel(R) HD Graphics 5500 (Broadwell GT2) 
 RAM: 1512MiB / 3856MiB

Air error: selection_021

flying-sheep commented 6 years ago

hmm, i don’t specify an AIR version, so no idea what all this means :cry:

wizzfizz94 commented 6 years ago

I think in SWF2SVG-app.xml The tag is specifying that AIR must be version 3.1 or greater

<application xmlns="http://ns.adobe.com/air/application/3.1">

So a recompile with lower version there might work.

flying-sheep commented 6 years ago

Oh, cool, thank you! did you try it?

I don’t have the whole thing installed so if that’s all that needed, you could test it and tell me!

wizzfizz94 commented 6 years ago

No not yet i don't have any of the tools to build the application yet. Can i build this with apache flex sdk?

wizzfizz94 commented 6 years ago

Getting this error running amxmlc compiler following this tutorial: https://help.adobe.com/en_US/air/build/WS144092a96ffef7cc4c0afd1212601c9a36f-8000.html#WS144092a96ffef7cc4c0afd1212601c9a36f-7ffd Using https://github.com/apache/flex-sdk

~/Downloads/apache-flex-sdk-4.16.1-bin/bin/amxmlc src/SWF2SVG.mxml 
Loading configuration file /home/username/Downloads/apache-flex-sdk-4.16.1-bin/frameworks/air-config.xml
/home/username/SWF2SVG/src/SWF2SVG.mxml(6):  Error: Definition com.codeazur.as3swf.tags could not be found.

        import com.codeazur.as3swf.tags.*;