I've got a problem with one particular jpeg image.

When its imported it gets the wrong dimensions. Flash just reports the width 
and 
height as 1x1 although the image appears as a horizontal line.

the image is here

http://relivethefuture.com/work/test.jpg

I just used a really simple xml file to show the result :

<?xml version="1.0" encoding="iso-8859-1" ?>
<movie width="320" height="240" framerate="12">
   <background color="#ffffff"/>
<frame name="myFrame">
   <library>
     <clip id="test" import="test.jpg"/>
   </library>
   <place id="test" name="myTest" x="0" y="0" depth="1"/>
</frame>
</movie>


and im using the 0.2.11.19 build on xubuntu (6.10)


martin

_______________________________________________
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org

Reply via email to