Home

SWF Scout

SWF Scout screenshot (click to enlarge)



SWF Scout ActiveX/NET library

Converting SWF into XML using SWF Scout library

See also: How to compile SWF from XML using XML2SWF object

Since version 1.40 SWF Scout provides ability to decompile SWF to XML and backward ability to compile SWF from XML code

' TO USE SWF2XML and XML2SWF objects YOU HAVE TO HAVE ADDITIONAL "XML License"

Set SWF2XML = CreateObject("SWFScout.SWF2XML")

SWF2XML.InitLibrary "demo","demo"

SWF2XML.LoadSWFFromFile "Shapes.swf"
SWF2XML.SaveToFile "Shapes.xml"

Produced XML code (click here to see full XML code):

<?xml version="1.0" encoding="UTF-8"?>
<SWF XMax="12800" YMax="9600" FPS="12" Version="6" SystemCoord="Twips" Compressed="True">
  <SetBackgroundColor Color="#FFFFFF"/>
  <DefineFont2 ID="1" Name="Arial" SmallText="True" ShiftJIS="False" ANSI="True" Italic="False" Bold="True" WideCodes="True" LanguageCode="0">
    <Glyph Num="0" Code="32">
      <MoveTo Line="0" Fill1="1"/>
.............................

Click here to see full XML code SHAPES.XML


Products  |  Download  |  Purchase  |  Support  |  Contacts  |  Testimonials |  

ByteScout, 2003-2008. All other company and product names may be trademarks of their respective companies. Privacy Statement