[swfmill] useNetwork bug?

Quentin quentin.t at gmail.com
Mon Mar 17 06:39:58 PDT 2008


Wow!
Can't believe it was that simple, damn it!

A big thank you, and a hat tip to this great community!
I have an other issue, which I will share on a other thread, not to mix
things up...

Quentin.
http://toki-woki.net

On Mon, Mar 17, 2008 at 1:40 PM, INADA Naoki <inada-n at klab.org> wrote:

> <del>
> > And swfmill copies your <FileAttributes> tag into in.xml
> </del>
> And swfmill copies your <FileAttributes> tag from in.xml into out.swf
>
> Naoki INADA wrotes:
> > Okey. I catch it.
> >
> > It's very simple problem.
> > swfmill makes <FileAttributes> tag from attributes in <movie> tag when
> > using simple dialect.
> > And swfmill copies your <FileAttributes> tag into in.xml
> > You should put local-access="network" attribute into <movie> tag.
> >
> > For example, you should modify in.xml like following.
> >
> >  <?xml version="1.0" encoding="iso-8859-1" ?>
> > -<movie width="550" height="400" framerate="40" version="8">
> > -       <FileAttributes hasMetaData="0" useNetwork="1" />
> > +<movie width="550" height="400" framerate="40" version="8"
> > local-access="network">
> >         <background color="#000000"/>
> >         <frame>
> >
> > _______________________________________________
> > swfmill mailing list
> > swfmill at osflash.org
> > http://osflash.org/mailman/listinfo/swfmill_osflash.org
> >
> >
>
> _______________________________________________
> swfmill mailing list
> swfmill at osflash.org
> http://osflash.org/mailman/listinfo/swfmill_osflash.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/swfmill_osflash.org/attachments/20080317/f1820ed3/attachment.html 


More information about the swfmill mailing list