[swfmill] jpeg import error
Martin Wood-Mitrovski
flashdev at relivethefuture.com
Thu Nov 2 10:19:42 EST 2006
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
More information about the swfmill
mailing list