[swfmill] unable to generate swf displaying image
Ralf Fuest
ralf-fuest at gmx.de
Fri Aug 24 02:21:36 PDT 2007
Hello Tuneer,
your images aren't displayed because they aren't placed on the stage.
You need to place all objects, that should be displayed, on the stage
with a unique depth value.
Try to insert something like this after your existing place tag:
<place id="picture" depth="11"/>
<place id="jpegpic" depth="12"/>
This will place all images in the upper left corner of the stage, so you
might only see the "jpegpic". To move the images on the stage you need
to add x="..." and y="..." attributes to the place tag.
Ralf
>
> Dear Ralf
>
> i m trying to generate a swf file using swfmill ,which should display
> images and text
>
> i create xml ,pass it through swfmill ,then i obtain a swf file
> swf file displays just text and not image
>
>
> *
> * NB* : i converted swf back to xml(SWFML) i found that xml (SWFML)
> comtains information about the jpeg image
>
>
> thanks
More information about the swfmill
mailing list